diff --git a/build.gradle b/build.gradle
index 5fd4156..7c58d2c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ plugins {
}
group = 'co.permify'
-version = '1.6.10'
+version = '1.7.1'
repositories {
mavenCentral()
diff --git a/generator/openapi.json b/generator/openapi.json
index ae303ab..cd93969 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.10",
+ "version": "v1.7.1",
"contact": {
"name": "API Support",
"url": "https://github.com/Permify/permify/issues",
diff --git a/pom.xml b/pom.xml
index f1ad0b1..1aff05d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
permify-java
jar
Permify Java
- 1.6.10
+ 1.7.1
https://github.com/Permify/permify-java
Java SDK for Permify - Authorization as a Service
diff --git a/src/main/java/co/permify/sdk/api/BundleApi.java b/src/main/java/co/permify/sdk/api/BundleApi.java
index 20dfe3b..7f276fd 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/api/DataApi.java b/src/main/java/co/permify/sdk/api/DataApi.java
index ff7a305..cc6df5c 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/api/PermissionApi.java b/src/main/java/co/permify/sdk/api/PermissionApi.java
index a797977..d3ea7bc 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/api/SchemaApi.java b/src/main/java/co/permify/sdk/api/SchemaApi.java
index 017a63f..2242d5f 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/api/TenancyApi.java b/src/main/java/co/permify/sdk/api/TenancyApi.java
index c11fdf5..b5bbe86 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/api/WatchApi.java b/src/main/java/co/permify/sdk/api/WatchApi.java
index a56c1a1..931a588 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/client/ApiClient.java b/src/main/java/co/permify/sdk/client/ApiClient.java
index 90e4c82..e0aac0d 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/client/ApiException.java b/src/main/java/co/permify/sdk/client/ApiException.java
index 2338271..985d2e7 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/client/ApiResponse.java b/src/main/java/co/permify/sdk/client/ApiResponse.java
index 0438efb..5383e86 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/client/Configuration.java b/src/main/java/co/permify/sdk/client/Configuration.java
index f8a53b9..964ecc4 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -15,7 +15,7 @@
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class Configuration {
- public static final String VERSION = "v1.6.10";
+ public static final String VERSION = "v1.7.1";
private static ApiClient defaultApiClient = new ApiClient();
diff --git a/src/main/java/co/permify/sdk/client/Pair.java b/src/main/java/co/permify/sdk/client/Pair.java
index da5b379..ec89039 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/client/RFC3339DateFormat.java b/src/main/java/co/permify/sdk/client/RFC3339DateFormat.java
index 5a04abc..50eed23 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/AbstractOpenApiSchema.java b/src/main/java/co/permify/sdk/model/AbstractOpenApiSchema.java
index 83f28b6..919ec36 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/AbstractType.java b/src/main/java/co/permify/sdk/model/AbstractType.java
index 3b995b0..b9bd704 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Any.java b/src/main/java/co/permify/sdk/model/Any.java
index cbc976f..cd34f4a 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Argument.java b/src/main/java/co/permify/sdk/model/Argument.java
index 9b9287d..2038223 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Attribute.java b/src/main/java/co/permify/sdk/model/Attribute.java
index a5409e7..a92e625 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/AttributeDefinition.java b/src/main/java/co/permify/sdk/model/AttributeDefinition.java
index ac40b24..9f4a488 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/AttributeFilter.java b/src/main/java/co/permify/sdk/model/AttributeFilter.java
index 3af83cc..3f2e927 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/AttributeReadRequestMetadata.java b/src/main/java/co/permify/sdk/model/AttributeReadRequestMetadata.java
index 1b41f7f..f131de6 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/AttributeReadResponse.java b/src/main/java/co/permify/sdk/model/AttributeReadResponse.java
index 1caad8f..6a53b0d 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/AttributeType.java b/src/main/java/co/permify/sdk/model/AttributeType.java
index 1f2b596..02fa8b7 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/BulkCheckBody.java b/src/main/java/co/permify/sdk/model/BulkCheckBody.java
index 4a38c20..9ce0f2c 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/BundleDeleteBody.java b/src/main/java/co/permify/sdk/model/BundleDeleteBody.java
index 15ab5f4..c296b5a 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/BundleDeleteResponse.java b/src/main/java/co/permify/sdk/model/BundleDeleteResponse.java
index 31257e1..19e6a09 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/BundleReadBody.java b/src/main/java/co/permify/sdk/model/BundleReadBody.java
index bb63226..1397948 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/BundleReadResponse.java b/src/main/java/co/permify/sdk/model/BundleReadResponse.java
index 5da905b..a494bcc 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/BundleRunResponse.java b/src/main/java/co/permify/sdk/model/BundleRunResponse.java
index bdc82c8..cdf5456 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/BundleWriteBody.java b/src/main/java/co/permify/sdk/model/BundleWriteBody.java
index 129ddff..81935a6 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/BundleWriteResponse.java b/src/main/java/co/permify/sdk/model/BundleWriteResponse.java
index 46d22f8..18d3ca0 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/CheckBody.java b/src/main/java/co/permify/sdk/model/CheckBody.java
index a1fcfac..27115dc 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/CheckResult.java b/src/main/java/co/permify/sdk/model/CheckResult.java
index 211dd53..7a133cc 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/CheckedExpr.java b/src/main/java/co/permify/sdk/model/CheckedExpr.java
index ea69da1..c876e83 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Child.java b/src/main/java/co/permify/sdk/model/Child.java
index 36b88c4..4dd9310 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Component.java b/src/main/java/co/permify/sdk/model/Component.java
index bb61f0d..360c2bc 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Comprehension.java b/src/main/java/co/permify/sdk/model/Comprehension.java
index 3140b76..3a4cdbe 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/ComputedAttribute.java b/src/main/java/co/permify/sdk/model/ComputedAttribute.java
index 4628d53..8b13378 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/ComputedUserSet.java b/src/main/java/co/permify/sdk/model/ComputedUserSet.java
index bbba0a2..8be435f 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Constant.java b/src/main/java/co/permify/sdk/model/Constant.java
index 1b3bc32..c810c72 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Context.java b/src/main/java/co/permify/sdk/model/Context.java
index 18e9984..2e4aa95 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/CreateList.java b/src/main/java/co/permify/sdk/model/CreateList.java
index f7fa14e..0206125 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/CreateStruct.java b/src/main/java/co/permify/sdk/model/CreateStruct.java
index ee42728..ebe7a1b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/DataBundle.java b/src/main/java/co/permify/sdk/model/DataBundle.java
index e07ffd8..7477070 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/DataChange.java b/src/main/java/co/permify/sdk/model/DataChange.java
index 439daef..a7a93b8 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/DataChangeOperation.java b/src/main/java/co/permify/sdk/model/DataChangeOperation.java
index ea7fae8..3a8921d 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/DataChanges.java b/src/main/java/co/permify/sdk/model/DataChanges.java
index 4672c38..c181ece 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/DataDeleteBody.java b/src/main/java/co/permify/sdk/model/DataDeleteBody.java
index 9274c69..11aff08 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/DataDeleteResponse.java b/src/main/java/co/permify/sdk/model/DataDeleteResponse.java
index d2d020e..a1f9c55 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/DataWriteBody.java b/src/main/java/co/permify/sdk/model/DataWriteBody.java
index 03b5936..48faa16 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/DataWriteRequestMetadata.java b/src/main/java/co/permify/sdk/model/DataWriteRequestMetadata.java
index 76e48e5..e6de4e1 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/DataWriteResponse.java b/src/main/java/co/permify/sdk/model/DataWriteResponse.java
index 6635b07..a59566c 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/DeleteRelationshipsBody.java b/src/main/java/co/permify/sdk/model/DeleteRelationshipsBody.java
index 5c8eba6..8d6e177 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Entity.java b/src/main/java/co/permify/sdk/model/Entity.java
index 17785dd..afbd81f 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/EntityDefinition.java b/src/main/java/co/permify/sdk/model/EntityDefinition.java
index 09e6da4..bd8a209 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/EntityDefinitionReference.java b/src/main/java/co/permify/sdk/model/EntityDefinitionReference.java
index 4c3d460..6acd9f1 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/EntityFilter.java b/src/main/java/co/permify/sdk/model/EntityFilter.java
index 7fe5d0e..659e99d 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Entry.java b/src/main/java/co/permify/sdk/model/Entry.java
index f7b0166..57a9641 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/ExpandLeaf.java b/src/main/java/co/permify/sdk/model/ExpandLeaf.java
index 17c98d9..67a9a2b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/ExpandTreeNode.java b/src/main/java/co/permify/sdk/model/ExpandTreeNode.java
index 5138ab0..b031db2 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/ExpandTreeNodeOperation.java b/src/main/java/co/permify/sdk/model/ExpandTreeNodeOperation.java
index c0ba443..849cecd 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Expr.java b/src/main/java/co/permify/sdk/model/Expr.java
index 66cd9ac..4def7ae 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/ExprCall.java b/src/main/java/co/permify/sdk/model/ExprCall.java
index 5148b75..e02a49c 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Extension.java b/src/main/java/co/permify/sdk/model/Extension.java
index a76a648..0a02407 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/FunctionType.java b/src/main/java/co/permify/sdk/model/FunctionType.java
index 5b61aa0..b7d7ef1 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Ident.java b/src/main/java/co/permify/sdk/model/Ident.java
index de1f8ac..99f4be1 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Leaf.java b/src/main/java/co/permify/sdk/model/Leaf.java
index 38206eb..6a91733 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/ListType.java b/src/main/java/co/permify/sdk/model/ListType.java
index baeef7e..6b54039 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/LookupEntityBody.java b/src/main/java/co/permify/sdk/model/LookupEntityBody.java
index 5287648..f347f69 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/LookupEntityStreamBody.java b/src/main/java/co/permify/sdk/model/LookupEntityStreamBody.java
index f8bbbd9..f435ebf 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/LookupSubjectBody.java b/src/main/java/co/permify/sdk/model/LookupSubjectBody.java
index fa88dff..f4ab501 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/MapType.java b/src/main/java/co/permify/sdk/model/MapType.java
index f70b021..b2e3be6 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PartialWriteBody.java b/src/main/java/co/permify/sdk/model/PartialWriteBody.java
index fb2305c..1d82f34 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Partials.java b/src/main/java/co/permify/sdk/model/Partials.java
index 7717992..33e386b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionBulkCheckRequestItem.java b/src/main/java/co/permify/sdk/model/PermissionBulkCheckRequestItem.java
index 986e091..fabcfc3 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionBulkCheckResponse.java b/src/main/java/co/permify/sdk/model/PermissionBulkCheckResponse.java
index 63d3ace..746df5a 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionCheckRequestMetadata.java b/src/main/java/co/permify/sdk/model/PermissionCheckRequestMetadata.java
index 0709d5e..73e6df8 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionCheckResponse.java b/src/main/java/co/permify/sdk/model/PermissionCheckResponse.java
index 04703a2..3e50a2b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionCheckResponseMetadata.java b/src/main/java/co/permify/sdk/model/PermissionCheckResponseMetadata.java
index aad8dc4..0f98565 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionDefinition.java b/src/main/java/co/permify/sdk/model/PermissionDefinition.java
index 075ce23..93a4dbd 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionExpandBody.java b/src/main/java/co/permify/sdk/model/PermissionExpandBody.java
index 44394db..17071ed 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionExpandRequestMetadata.java b/src/main/java/co/permify/sdk/model/PermissionExpandRequestMetadata.java
index a2b45f3..06b7ebf 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionExpandResponse.java b/src/main/java/co/permify/sdk/model/PermissionExpandResponse.java
index 0559e97..7feae01 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionLookupEntityRequestMetadata.java b/src/main/java/co/permify/sdk/model/PermissionLookupEntityRequestMetadata.java
index 9fb4901..f7b9adc 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionLookupEntityResponse.java b/src/main/java/co/permify/sdk/model/PermissionLookupEntityResponse.java
index 85a64e0..0a78da6 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionLookupEntityStreamResponse.java b/src/main/java/co/permify/sdk/model/PermissionLookupEntityStreamResponse.java
index d1de1e2..5972897 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionLookupSubjectRequestMetadata.java b/src/main/java/co/permify/sdk/model/PermissionLookupSubjectRequestMetadata.java
index 4d92926..0036293 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionLookupSubjectResponse.java b/src/main/java/co/permify/sdk/model/PermissionLookupSubjectResponse.java
index a151ee2..1a343bb 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionSubjectPermissionRequestMetadata.java b/src/main/java/co/permify/sdk/model/PermissionSubjectPermissionRequestMetadata.java
index 07c292b..e49ae21 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PermissionSubjectPermissionResponse.java b/src/main/java/co/permify/sdk/model/PermissionSubjectPermissionResponse.java
index 069ff92..df3c066 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/PrimitiveType.java b/src/main/java/co/permify/sdk/model/PrimitiveType.java
index b828bdb..e4bd261 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/ReadAttributesBody.java b/src/main/java/co/permify/sdk/model/ReadAttributesBody.java
index 4d24616..b781f4b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/ReadRelationshipsBody.java b/src/main/java/co/permify/sdk/model/ReadRelationshipsBody.java
index 2eba5e8..e237e72 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/RelationDefinition.java b/src/main/java/co/permify/sdk/model/RelationDefinition.java
index cac5145..87f0454 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/RelationReference.java b/src/main/java/co/permify/sdk/model/RelationReference.java
index 5ad0813..a072a4c 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/RelationshipDeleteResponse.java b/src/main/java/co/permify/sdk/model/RelationshipDeleteResponse.java
index 262dabb..24256e9 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/RelationshipReadRequestMetadata.java b/src/main/java/co/permify/sdk/model/RelationshipReadRequestMetadata.java
index 0243728..d8b4c8b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/RelationshipReadResponse.java b/src/main/java/co/permify/sdk/model/RelationshipReadResponse.java
index f1f9694..02e5b35 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/RelationshipWriteRequestMetadata.java b/src/main/java/co/permify/sdk/model/RelationshipWriteRequestMetadata.java
index 50305dd..8038254 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/RelationshipWriteResponse.java b/src/main/java/co/permify/sdk/model/RelationshipWriteResponse.java
index 6c0281b..806e9ff 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Rewrite.java b/src/main/java/co/permify/sdk/model/Rewrite.java
index ee6e820..6eb3503 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/RewriteOperation.java b/src/main/java/co/permify/sdk/model/RewriteOperation.java
index 740cd8d..1be80e6 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/RuleDefinition.java b/src/main/java/co/permify/sdk/model/RuleDefinition.java
index ca1fdac..781b635 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/RunBundleBody.java b/src/main/java/co/permify/sdk/model/RunBundleBody.java
index 639825c..c74da15 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SchemaDefinition.java b/src/main/java/co/permify/sdk/model/SchemaDefinition.java
index f0f82c7..4e4d1fd 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SchemaDefinitionReference.java b/src/main/java/co/permify/sdk/model/SchemaDefinitionReference.java
index 230302a..f3e4ae6 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SchemaList.java b/src/main/java/co/permify/sdk/model/SchemaList.java
index ff7fc52..68ecb7b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SchemaListBody.java b/src/main/java/co/permify/sdk/model/SchemaListBody.java
index b03ab23..903b65b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SchemaListResponse.java b/src/main/java/co/permify/sdk/model/SchemaListResponse.java
index dc4beaf..399a97c 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SchemaPartialWriteRequestMetadata.java b/src/main/java/co/permify/sdk/model/SchemaPartialWriteRequestMetadata.java
index 2136fb5..c6d765f 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SchemaPartialWriteResponse.java b/src/main/java/co/permify/sdk/model/SchemaPartialWriteResponse.java
index 6bfac7a..2674794 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SchemaReadBody.java b/src/main/java/co/permify/sdk/model/SchemaReadBody.java
index dc2bbf4..4da7ba8 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SchemaReadRequestMetadata.java b/src/main/java/co/permify/sdk/model/SchemaReadRequestMetadata.java
index 712f547..7ade8cc 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SchemaReadResponse.java b/src/main/java/co/permify/sdk/model/SchemaReadResponse.java
index 6442f0f..64691bd 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SchemaWriteBody.java b/src/main/java/co/permify/sdk/model/SchemaWriteBody.java
index 5ad69f4..495b681 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SchemaWriteResponse.java b/src/main/java/co/permify/sdk/model/SchemaWriteResponse.java
index d31c822..b5f7ed3 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Select.java b/src/main/java/co/permify/sdk/model/Select.java
index cf23da2..7269cf4 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SourceInfo.java b/src/main/java/co/permify/sdk/model/SourceInfo.java
index b587101..12881cd 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Status.java b/src/main/java/co/permify/sdk/model/Status.java
index 1f9fdd5..eae6c82 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/StreamResultOfPermissionLookupEntityStreamResponse.java b/src/main/java/co/permify/sdk/model/StreamResultOfPermissionLookupEntityStreamResponse.java
index 8e019df..f7d4146 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/StreamResultOfWatchResponse.java b/src/main/java/co/permify/sdk/model/StreamResultOfWatchResponse.java
index 083a2de..0455d2f 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/StringArrayValue.java b/src/main/java/co/permify/sdk/model/StringArrayValue.java
index b1715b0..0815402 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Subject.java b/src/main/java/co/permify/sdk/model/Subject.java
index 9e6d6b2..0927a2d 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SubjectFilter.java b/src/main/java/co/permify/sdk/model/SubjectFilter.java
index 17fd565..897cd43 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/SubjectPermissionBody.java b/src/main/java/co/permify/sdk/model/SubjectPermissionBody.java
index 93c0011..e4056d1 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Subjects.java b/src/main/java/co/permify/sdk/model/Subjects.java
index 205f048..112c168 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Tenant.java b/src/main/java/co/permify/sdk/model/Tenant.java
index f3b76ae..b8fae22 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/TenantCreateRequest.java b/src/main/java/co/permify/sdk/model/TenantCreateRequest.java
index ce0d68c..0ef98c3 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/TenantCreateResponse.java b/src/main/java/co/permify/sdk/model/TenantCreateResponse.java
index 2880fd7..8ce2986 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/TenantDeleteResponse.java b/src/main/java/co/permify/sdk/model/TenantDeleteResponse.java
index 0d0ae38..3e22774 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/TenantListRequest.java b/src/main/java/co/permify/sdk/model/TenantListRequest.java
index 5113617..dbaf519 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/TenantListResponse.java b/src/main/java/co/permify/sdk/model/TenantListResponse.java
index ff301ba..72d9d6d 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Tuple.java b/src/main/java/co/permify/sdk/model/Tuple.java
index c8c28fd..486e98b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/TupleFilter.java b/src/main/java/co/permify/sdk/model/TupleFilter.java
index d758f2e..f83c2bb 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/TupleSet.java b/src/main/java/co/permify/sdk/model/TupleSet.java
index 8ace56d..dc500a6 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/TupleToUserSet.java b/src/main/java/co/permify/sdk/model/TupleToUserSet.java
index b36aae3..52dd44b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/V1Call.java b/src/main/java/co/permify/sdk/model/V1Call.java
index a1c8ded..8ddb80d 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/V1Expand.java b/src/main/java/co/permify/sdk/model/V1Expand.java
index 2bf22d4..2bed4a6 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/V1Operation.java b/src/main/java/co/permify/sdk/model/V1Operation.java
index a7962ff..e66b83a 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/V1alpha1Reference.java b/src/main/java/co/permify/sdk/model/V1alpha1Reference.java
index a06683f..1f8daaf 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/V1alpha1Type.java b/src/main/java/co/permify/sdk/model/V1alpha1Type.java
index 77e68c5..0c9bf07 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Values.java b/src/main/java/co/permify/sdk/model/Values.java
index 0cb0a79..262d870 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/Version.java b/src/main/java/co/permify/sdk/model/Version.java
index 5eb995a..8d2fa15 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/WatchBody.java b/src/main/java/co/permify/sdk/model/WatchBody.java
index 6b08771..657a4ea 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/WatchResponse.java b/src/main/java/co/permify/sdk/model/WatchResponse.java
index e0a26b0..182dff2 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/WellKnownType.java b/src/main/java/co/permify/sdk/model/WellKnownType.java
index 6e06403..74cd244 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/co/permify/sdk/model/WriteRelationshipsBody.java b/src/main/java/co/permify/sdk/model/WriteRelationshipsBody.java
index 3e19ea8..787c6c8 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/api/BundleApiTest.java b/src/test/java/co/permify/sdk/api/BundleApiTest.java
index 1829698..b48ddce 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/api/DataApiTest.java b/src/test/java/co/permify/sdk/api/DataApiTest.java
index 0d07345..a3761fd 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/api/PermissionApiTest.java b/src/test/java/co/permify/sdk/api/PermissionApiTest.java
index 559a4dc..37426db 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/api/SchemaApiTest.java b/src/test/java/co/permify/sdk/api/SchemaApiTest.java
index 84b070f..a8e2654 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/api/TenancyApiTest.java b/src/test/java/co/permify/sdk/api/TenancyApiTest.java
index c747ffc..565e1cb 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/api/WatchApiTest.java b/src/test/java/co/permify/sdk/api/WatchApiTest.java
index f23fde0..c55c343 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/AbstractTypeTest.java b/src/test/java/co/permify/sdk/model/AbstractTypeTest.java
index 3261bd9..bed58e6 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/AnyTest.java b/src/test/java/co/permify/sdk/model/AnyTest.java
index c506ffb..5a46af0 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ArgumentTest.java b/src/test/java/co/permify/sdk/model/ArgumentTest.java
index 38142c5..0a3a65a 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/AttributeDefinitionTest.java b/src/test/java/co/permify/sdk/model/AttributeDefinitionTest.java
index e8b802b..2af4fcc 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/AttributeFilterTest.java b/src/test/java/co/permify/sdk/model/AttributeFilterTest.java
index 3d21c54..22fbc69 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/AttributeReadRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/AttributeReadRequestMetadataTest.java
index 4d1df23..e1ed246 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/AttributeReadResponseTest.java b/src/test/java/co/permify/sdk/model/AttributeReadResponseTest.java
index 1ce2f34..bb8d1bc 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/AttributeTest.java b/src/test/java/co/permify/sdk/model/AttributeTest.java
index 06061cc..4b00321 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/AttributeTypeTest.java b/src/test/java/co/permify/sdk/model/AttributeTypeTest.java
index 3939baa..b3b45d5 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/BulkCheckBodyTest.java b/src/test/java/co/permify/sdk/model/BulkCheckBodyTest.java
index 8a074fd..0549216 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/BundleDeleteBodyTest.java b/src/test/java/co/permify/sdk/model/BundleDeleteBodyTest.java
index c1308d3..26fcfd5 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/BundleDeleteResponseTest.java b/src/test/java/co/permify/sdk/model/BundleDeleteResponseTest.java
index 445d768..e1f3218 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/BundleReadBodyTest.java b/src/test/java/co/permify/sdk/model/BundleReadBodyTest.java
index 73533ba..5499261 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/BundleReadResponseTest.java b/src/test/java/co/permify/sdk/model/BundleReadResponseTest.java
index d9c5b02..4350d96 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/BundleRunResponseTest.java b/src/test/java/co/permify/sdk/model/BundleRunResponseTest.java
index 9d7e7c3..1aa9c7c 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/BundleWriteBodyTest.java b/src/test/java/co/permify/sdk/model/BundleWriteBodyTest.java
index e56cbcc..e8bf233 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/BundleWriteResponseTest.java b/src/test/java/co/permify/sdk/model/BundleWriteResponseTest.java
index bcfca0d..626412b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/CheckBodyTest.java b/src/test/java/co/permify/sdk/model/CheckBodyTest.java
index 181aa0d..accd6eb 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/CheckResultTest.java b/src/test/java/co/permify/sdk/model/CheckResultTest.java
index 78497e9..24f7372 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/CheckedExprTest.java b/src/test/java/co/permify/sdk/model/CheckedExprTest.java
index cb5c6a8..530695d 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ChildTest.java b/src/test/java/co/permify/sdk/model/ChildTest.java
index 2efb898..bee65a5 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ComponentTest.java b/src/test/java/co/permify/sdk/model/ComponentTest.java
index 76373d5..ad5ffc0 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ComprehensionTest.java b/src/test/java/co/permify/sdk/model/ComprehensionTest.java
index 7d9f162..be29872 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ComputedAttributeTest.java b/src/test/java/co/permify/sdk/model/ComputedAttributeTest.java
index b873f92..ffcded7 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ComputedUserSetTest.java b/src/test/java/co/permify/sdk/model/ComputedUserSetTest.java
index 7070eae..10b80dd 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ConstantTest.java b/src/test/java/co/permify/sdk/model/ConstantTest.java
index a0fe28c..0e6b33f 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ContextTest.java b/src/test/java/co/permify/sdk/model/ContextTest.java
index 38d4b68..384a957 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/CreateListTest.java b/src/test/java/co/permify/sdk/model/CreateListTest.java
index 126b457..546d4d7 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/CreateStructTest.java b/src/test/java/co/permify/sdk/model/CreateStructTest.java
index 97599e1..3b4c1f9 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/DataBundleTest.java b/src/test/java/co/permify/sdk/model/DataBundleTest.java
index e25b220..266b87a 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/DataChangeOperationTest.java b/src/test/java/co/permify/sdk/model/DataChangeOperationTest.java
index 28edd59..4e91e6a 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/DataChangeTest.java b/src/test/java/co/permify/sdk/model/DataChangeTest.java
index 4a0e2ab..a4e8d7b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/DataChangesTest.java b/src/test/java/co/permify/sdk/model/DataChangesTest.java
index 68966ee..72b360a 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/DataDeleteBodyTest.java b/src/test/java/co/permify/sdk/model/DataDeleteBodyTest.java
index 67ec2dd..74b241e 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/DataDeleteResponseTest.java b/src/test/java/co/permify/sdk/model/DataDeleteResponseTest.java
index e133094..d77fe79 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/DataWriteBodyTest.java b/src/test/java/co/permify/sdk/model/DataWriteBodyTest.java
index 2f94a2b..b94135c 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/DataWriteRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/DataWriteRequestMetadataTest.java
index 06c7cd4..cb04de2 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/DataWriteResponseTest.java b/src/test/java/co/permify/sdk/model/DataWriteResponseTest.java
index 4438800..3077b25 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/DeleteRelationshipsBodyTest.java b/src/test/java/co/permify/sdk/model/DeleteRelationshipsBodyTest.java
index 70f0c34..058b143 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/EntityDefinitionReferenceTest.java b/src/test/java/co/permify/sdk/model/EntityDefinitionReferenceTest.java
index 4abc0bb..32e2f68 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/EntityDefinitionTest.java b/src/test/java/co/permify/sdk/model/EntityDefinitionTest.java
index 42fcbbf..524c73b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/EntityFilterTest.java b/src/test/java/co/permify/sdk/model/EntityFilterTest.java
index d85e218..8d1c548 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/EntityTest.java b/src/test/java/co/permify/sdk/model/EntityTest.java
index 86ba046..a9398a8 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/EntryTest.java b/src/test/java/co/permify/sdk/model/EntryTest.java
index fa41fec..1b62bac 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ExpandLeafTest.java b/src/test/java/co/permify/sdk/model/ExpandLeafTest.java
index 043464e..bcb16c2 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ExpandTreeNodeOperationTest.java b/src/test/java/co/permify/sdk/model/ExpandTreeNodeOperationTest.java
index 4e4d4f9..4634950 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ExpandTreeNodeTest.java b/src/test/java/co/permify/sdk/model/ExpandTreeNodeTest.java
index c221dd4..ac2dc7f 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ExprCallTest.java b/src/test/java/co/permify/sdk/model/ExprCallTest.java
index 2e635c9..888c283 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ExprTest.java b/src/test/java/co/permify/sdk/model/ExprTest.java
index e601c9e..6ca098a 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ExtensionTest.java b/src/test/java/co/permify/sdk/model/ExtensionTest.java
index f7d21e4..a5f010c 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/FunctionTypeTest.java b/src/test/java/co/permify/sdk/model/FunctionTypeTest.java
index 487ebe1..289edef 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/IdentTest.java b/src/test/java/co/permify/sdk/model/IdentTest.java
index 8bc7ac7..7acfa5c 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/LeafTest.java b/src/test/java/co/permify/sdk/model/LeafTest.java
index 0f89bcb..68c1f5a 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ListTypeTest.java b/src/test/java/co/permify/sdk/model/ListTypeTest.java
index 555012b..c7de8f5 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/LookupEntityBodyTest.java b/src/test/java/co/permify/sdk/model/LookupEntityBodyTest.java
index e07f2de..c7a5589 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/LookupEntityStreamBodyTest.java b/src/test/java/co/permify/sdk/model/LookupEntityStreamBodyTest.java
index a7032ed..84f05cf 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/LookupSubjectBodyTest.java b/src/test/java/co/permify/sdk/model/LookupSubjectBodyTest.java
index b34b9f1..00862f3 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/MapTypeTest.java b/src/test/java/co/permify/sdk/model/MapTypeTest.java
index 2c71d87..aadb4b4 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PartialWriteBodyTest.java b/src/test/java/co/permify/sdk/model/PartialWriteBodyTest.java
index 37c73a2..6e03388 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PartialsTest.java b/src/test/java/co/permify/sdk/model/PartialsTest.java
index fd38088..f8adf47 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionBulkCheckRequestItemTest.java b/src/test/java/co/permify/sdk/model/PermissionBulkCheckRequestItemTest.java
index 8a3bc0e..6ed5796 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionBulkCheckResponseTest.java b/src/test/java/co/permify/sdk/model/PermissionBulkCheckResponseTest.java
index a1394e3..5cb0552 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionCheckRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/PermissionCheckRequestMetadataTest.java
index daa342a..786966b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionCheckResponseMetadataTest.java b/src/test/java/co/permify/sdk/model/PermissionCheckResponseMetadataTest.java
index 381581f..eb90681 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionCheckResponseTest.java b/src/test/java/co/permify/sdk/model/PermissionCheckResponseTest.java
index 7085070..ad41d1b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionDefinitionTest.java b/src/test/java/co/permify/sdk/model/PermissionDefinitionTest.java
index c16fe1e..1e42681 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionExpandBodyTest.java b/src/test/java/co/permify/sdk/model/PermissionExpandBodyTest.java
index 58c8430..523f90e 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionExpandRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/PermissionExpandRequestMetadataTest.java
index eda09a5..f7a726b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionExpandResponseTest.java b/src/test/java/co/permify/sdk/model/PermissionExpandResponseTest.java
index cb3430d..3c2641c 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionLookupEntityRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/PermissionLookupEntityRequestMetadataTest.java
index fd0e363..78a7ea3 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionLookupEntityResponseTest.java b/src/test/java/co/permify/sdk/model/PermissionLookupEntityResponseTest.java
index 66d19b6..85e7bb6 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionLookupEntityStreamResponseTest.java b/src/test/java/co/permify/sdk/model/PermissionLookupEntityStreamResponseTest.java
index c26ed12..1cfe29b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionLookupSubjectRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/PermissionLookupSubjectRequestMetadataTest.java
index 364833b..09e01fd 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionLookupSubjectResponseTest.java b/src/test/java/co/permify/sdk/model/PermissionLookupSubjectResponseTest.java
index a18bdf3..41f9843 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionSubjectPermissionRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/PermissionSubjectPermissionRequestMetadataTest.java
index 3f629f0..3a6c39f 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PermissionSubjectPermissionResponseTest.java b/src/test/java/co/permify/sdk/model/PermissionSubjectPermissionResponseTest.java
index 515f098..4a75698 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/PrimitiveTypeTest.java b/src/test/java/co/permify/sdk/model/PrimitiveTypeTest.java
index e49d9c4..9c1ddb5 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ReadAttributesBodyTest.java b/src/test/java/co/permify/sdk/model/ReadAttributesBodyTest.java
index 7021197..1cfaf90 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ReadRelationshipsBodyTest.java b/src/test/java/co/permify/sdk/model/ReadRelationshipsBodyTest.java
index 7f8ed26..eb3e6f5 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/RelationDefinitionTest.java b/src/test/java/co/permify/sdk/model/RelationDefinitionTest.java
index 0f05e3a..8ed50eb 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/RelationReferenceTest.java b/src/test/java/co/permify/sdk/model/RelationReferenceTest.java
index 96c0b07..1317e49 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/RelationshipDeleteResponseTest.java b/src/test/java/co/permify/sdk/model/RelationshipDeleteResponseTest.java
index fa391cc..01cede7 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/RelationshipReadRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/RelationshipReadRequestMetadataTest.java
index bbc62c5..118814a 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/RelationshipReadResponseTest.java b/src/test/java/co/permify/sdk/model/RelationshipReadResponseTest.java
index 57d09b9..81d64c6 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/RelationshipWriteRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/RelationshipWriteRequestMetadataTest.java
index b23ff8f..960520b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/RelationshipWriteResponseTest.java b/src/test/java/co/permify/sdk/model/RelationshipWriteResponseTest.java
index 0e75d34..2fc7d6a 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/RewriteOperationTest.java b/src/test/java/co/permify/sdk/model/RewriteOperationTest.java
index 209e33c..80e1679 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/RewriteTest.java b/src/test/java/co/permify/sdk/model/RewriteTest.java
index 7b036de..df73748 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/RuleDefinitionTest.java b/src/test/java/co/permify/sdk/model/RuleDefinitionTest.java
index fa7f071..892295c 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/RunBundleBodyTest.java b/src/test/java/co/permify/sdk/model/RunBundleBodyTest.java
index 06ad75c..43f1ada 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SchemaDefinitionReferenceTest.java b/src/test/java/co/permify/sdk/model/SchemaDefinitionReferenceTest.java
index 296e3f9..9a2d8dd 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SchemaDefinitionTest.java b/src/test/java/co/permify/sdk/model/SchemaDefinitionTest.java
index 144315a..f68509c 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SchemaListBodyTest.java b/src/test/java/co/permify/sdk/model/SchemaListBodyTest.java
index 3db049b..0355d5d 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SchemaListResponseTest.java b/src/test/java/co/permify/sdk/model/SchemaListResponseTest.java
index f67ae6a..0256ef3 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SchemaListTest.java b/src/test/java/co/permify/sdk/model/SchemaListTest.java
index c9a0476..ec00f59 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SchemaPartialWriteRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/SchemaPartialWriteRequestMetadataTest.java
index be7cb10..27cd6c8 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SchemaPartialWriteResponseTest.java b/src/test/java/co/permify/sdk/model/SchemaPartialWriteResponseTest.java
index 23a03a3..83d7d36 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SchemaReadBodyTest.java b/src/test/java/co/permify/sdk/model/SchemaReadBodyTest.java
index 53fe0fe..7259113 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SchemaReadRequestMetadataTest.java b/src/test/java/co/permify/sdk/model/SchemaReadRequestMetadataTest.java
index 0f1e4b6..cc32852 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SchemaReadResponseTest.java b/src/test/java/co/permify/sdk/model/SchemaReadResponseTest.java
index 63f3a8d..04386be 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SchemaWriteBodyTest.java b/src/test/java/co/permify/sdk/model/SchemaWriteBodyTest.java
index 516af41..c8980a9 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SchemaWriteResponseTest.java b/src/test/java/co/permify/sdk/model/SchemaWriteResponseTest.java
index 222f3b7..9f48b49 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SelectTest.java b/src/test/java/co/permify/sdk/model/SelectTest.java
index dc289af..3ddcc9a 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SourceInfoTest.java b/src/test/java/co/permify/sdk/model/SourceInfoTest.java
index 65a21b9..4921ecb 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/StatusTest.java b/src/test/java/co/permify/sdk/model/StatusTest.java
index d2980fc..8251f0b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/StreamResultOfPermissionLookupEntityStreamResponseTest.java b/src/test/java/co/permify/sdk/model/StreamResultOfPermissionLookupEntityStreamResponseTest.java
index b4b8a10..5313eb4 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/StreamResultOfWatchResponseTest.java b/src/test/java/co/permify/sdk/model/StreamResultOfWatchResponseTest.java
index e686f76..81e00c8 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/StringArrayValueTest.java b/src/test/java/co/permify/sdk/model/StringArrayValueTest.java
index ab63ac9..1e506be 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SubjectFilterTest.java b/src/test/java/co/permify/sdk/model/SubjectFilterTest.java
index 8c45161..8326623 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SubjectPermissionBodyTest.java b/src/test/java/co/permify/sdk/model/SubjectPermissionBodyTest.java
index 360087b..326e65e 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SubjectTest.java b/src/test/java/co/permify/sdk/model/SubjectTest.java
index 64babc9..3134143 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/SubjectsTest.java b/src/test/java/co/permify/sdk/model/SubjectsTest.java
index 88879c9..e05a3ab 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/TenantCreateRequestTest.java b/src/test/java/co/permify/sdk/model/TenantCreateRequestTest.java
index 3a4b4f0..d24de78 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/TenantCreateResponseTest.java b/src/test/java/co/permify/sdk/model/TenantCreateResponseTest.java
index f869b2b..6481ed7 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/TenantDeleteResponseTest.java b/src/test/java/co/permify/sdk/model/TenantDeleteResponseTest.java
index 84a87ca..956ab94 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/TenantListRequestTest.java b/src/test/java/co/permify/sdk/model/TenantListRequestTest.java
index e82062c..191080e 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/TenantListResponseTest.java b/src/test/java/co/permify/sdk/model/TenantListResponseTest.java
index 95c4297..56bbdc0 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/TenantTest.java b/src/test/java/co/permify/sdk/model/TenantTest.java
index f04c8ad..d37960e 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/TupleFilterTest.java b/src/test/java/co/permify/sdk/model/TupleFilterTest.java
index 1c427d2..5852657 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/TupleSetTest.java b/src/test/java/co/permify/sdk/model/TupleSetTest.java
index 0816238..a2049cf 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/TupleTest.java b/src/test/java/co/permify/sdk/model/TupleTest.java
index c184ae5..e3a5e24 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/TupleToUserSetTest.java b/src/test/java/co/permify/sdk/model/TupleToUserSetTest.java
index d50c2b2..c2cc9e0 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/V1CallTest.java b/src/test/java/co/permify/sdk/model/V1CallTest.java
index 2fc1edc..682edb1 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/V1ExpandTest.java b/src/test/java/co/permify/sdk/model/V1ExpandTest.java
index 545176c..59fe00b 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/V1OperationTest.java b/src/test/java/co/permify/sdk/model/V1OperationTest.java
index bd678e3..9699e05 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/V1alpha1ReferenceTest.java b/src/test/java/co/permify/sdk/model/V1alpha1ReferenceTest.java
index 52ec112..3d32fc4 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/V1alpha1TypeTest.java b/src/test/java/co/permify/sdk/model/V1alpha1TypeTest.java
index b4d6d3e..3ce2f34 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/ValuesTest.java b/src/test/java/co/permify/sdk/model/ValuesTest.java
index 2998d25..6b77ae9 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/VersionTest.java b/src/test/java/co/permify/sdk/model/VersionTest.java
index ea081f2..e2b77f5 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/WatchBodyTest.java b/src/test/java/co/permify/sdk/model/WatchBodyTest.java
index ad128ec..d40384d 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/WatchResponseTest.java b/src/test/java/co/permify/sdk/model/WatchResponseTest.java
index 28856b7..30c2270 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/WellKnownTypeTest.java b/src/test/java/co/permify/sdk/model/WellKnownTypeTest.java
index 0ab4c0e..87b1675 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/test/java/co/permify/sdk/model/WriteRelationshipsBodyTest.java b/src/test/java/co/permify/sdk/model/WriteRelationshipsBodyTest.java
index 553c133..d4d6a7f 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.10
+ * The version of the OpenAPI document: v1.7.1
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).