diff --git a/build.gradle b/build.gradle
index 0b1d295..b8df36d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ plugins {
}
group = 'co.permify'
-version = '1.4.2'
+version = '1.4.3'
repositories {
mavenCentral()
@@ -119,8 +119,8 @@ task execute(type: JavaExec) {
}
ext {
- jackson_version = "2.17.1"
- jakarta_annotation_version = "2.1.1"
+ jackson_version = "2.14.1"
+ jakarta_annotation_version = "1.3.5"
beanvalidation_version = "3.0.2"
junit_version = "4.13.2"
}
diff --git a/generator/openapi.json b/generator/openapi.json
index 3a13ab2..ef6356e 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.4.2",
+ "version": "v1.4.3",
"contact": {
"name": "API Support",
"url": "https://github.com/Permify/permify/issues",
@@ -418,7 +418,7 @@
{
"label": "cURL",
"lang": "curl",
- "source": "curl --location --request POST 'localhost:3476/v1/tenants/{tenant_id}/data/attributes/read' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n \"metadata\": {\n \"snap_token\": \"\"\n },\n \"filter\": {\n \"entity\": {\n \"type\": \"organization\",\n \"ids\": [\n \"1\"\n ]\n },\n \"attributes\": [\n \"private\"\n ]\n }\n}'"
+ "source": "curl --location --request POST 'localhost:3476/v1/tenants/{tenant_id}/data/attributes/read' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n metadata: {\n snap_token: \"\",\n },\n filter: {\n entity: {\n type: \"organization\",\n ids: [\n \"1\"\n ]\n },\n attributes: [\n \"private\"\n ],\n }\n}'"
}
]
}
@@ -532,7 +532,7 @@
{
"label": "cURL",
"lang": "curl",
- "source": "curl --location --request POST 'localhost:3476/v1/tenants/{tenant_id}/data/relationships/read' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n \"metadata\": {\n \"snap_token\": \"\"\n },\n \"filter\": {\n \"entity\": {\n \"type\": \"organization\",\n \"ids\": [\n \"1\"\n ]\n },\n \"relation\": \"member\",\n \"subject\": {\n \"type\": \"\",\n \"ids\": [],\n \"relation\": \"\"\n }\n }\n}'"
+ "source": "curl --location --request POST 'localhost:3476/v1/tenants/{tenant_id}/data/relationships/read' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n metadata: {\n snap_token: \"\",\n },\n filter: {\n entity: {\n type: \"organization\",\n ids: [\n \"1\"\n ]\n },\n relation: \"member\",\n subject: {\n type: \"\",\n ids: [],\n relation: \"\"\n }\n }\n}'"
}
]
}
@@ -3534,4 +3534,4 @@
"in": "header"
}
}
-}
\ No newline at end of file
+}
diff --git a/pom.xml b/pom.xml
index 72a5f76..c083efd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
permify-java
jar
Permify Java
- 1.4.2
+ 1.4.3
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 84831b0..762ef3b 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 caaf672..e5a1760 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 fb2e0f3..58b5791 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 a23aaa2..8c5d8a6 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 10e4a2e..e42e1f3 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 b8a5c80..e98ea6c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 34e6458..c0b4c7c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 6ed0a91..7a066d7 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 2aebb47..477ef01 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 f2c6bc6..e74f1a5 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* 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.4.2";
+ public static final String VERSION = "v1.4.3";
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 e3f17b9..86e99dd 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 c5983e2..563ff1a 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 89ffee5..3eeb226 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d8ab638..1d3a188 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 f86a556..3057d67 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 7c83e63..a60a861 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 81d4368..b98712f 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 b5be00e..18eaafc 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 fbec768..3d02076 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 35baefd..bd7f926 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 ce12de4..8edac8a 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 e314ddd..6189883 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 34140cd..5f07502 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 daa9933..7d8ef71 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 13b78e5..00b09e0 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 7366f8a..b81d628 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 374a21d..bb90931 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 c237883..d066fa9 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 5994a9a..e53c1a1 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 a4b9094..097b9d1 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 ab5ab29..82e30e9 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 6264cdd..4ff852a 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 88eca4e..e03cb6f 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 1979ec4..64de381 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 5c0ca31..1f98384 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d65ed7e..0103258 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d690bfe..2297aa5 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 8b7b2a1..468c1c9 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 5deaecd..4eead25 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 112df6d..f7e9e8c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 c0f667b..3dff803 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 5628971..0cb40ce 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 b8cea76..d67395b 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 87f8da6..c748dcc 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 568053b..e3806dc 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 e7915c4..c6e6387 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 b597696..9b63b93 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 e8b42fb..b1bd429 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 7ee79f2..34cc813 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 94a142d..b41db54 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 3f7da4f..6388655 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 9fe3f15..9e6bd28 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 c70ea2c..3b6f6b5 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 4c183a3..caaec55 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 9d6fdcb..9879027 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 4a4c1eb..97d52f5 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 a262dff..4b3b926 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 87ed6b3..95cae6d 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 24c331d..6bbc700 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 7e8b8f6..a60f82b 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 fdde581..4579f3c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 6955c5e..74f055a 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 df1859a..de50b6f 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 94dc98a..cabed4e 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 a6eb8e4..14a1bf9 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 f05b4d0..3a74cfb 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d5b3d29..c5926e7 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 a517004..7787e49 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 6f8dd70..bd431c0 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 2bd0ca3..ccc0b02 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 bf19cee..9b11034 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 f5d15d3..43a61b8 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 bca4541..ddb6e42 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 a148091..5f07183 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 eb82dca..6bb8e30 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 0558179..bdd49bb 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 4b3c24e..413df48 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 9b2d9cc..d13630c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 6882f13..6954ec9 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 b537b6a..2dd8ffa 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 59685ef..8a9f50b 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 01a69c3..e33ce4d 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 a41f8a2..3da9c02 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 859e0df..0412301 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 8e82eca..3d57de9 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 aef4b8c..c3339e9 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 ac57240..41d931c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 b8c83fe..6b3faa0 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 158e5ff..de7cf85 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 459cb58..78e70bc 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 b7a1ed6..5c27aa7 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 a422f86..dffcbc5 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 ea9f1ff..30b9c9b 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 48bad21..1ed0caf 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 8aae593..3a438d0 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 10238df..3f958d0 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 98a94e8..75af831 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 a732a8b..15abd50 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 2269d23..03a848d 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 45a7641..1091450 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 17531d4..55d309a 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 ae7723e..5a1dbae 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 bdf6375..b91da76 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 17f155e..da47258 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 819f9ba..d48484c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d414c00..f02c33e 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 80f0276..dfe8d07 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d45e425..7ba6b0f 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 8a07d62..bc27475 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 855820a..2825c7c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 377eeef..aa2405d 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 ba23063..e40e733 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 49de8b0..b9619a2 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 2632fb8..ba925a6 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 3d7e5e8..27d70c3 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 c5f337e..c03344a 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 47bafb0..7136477 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 7cd1b1b..b944424 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 0208f66..f57dcea 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 0a105ff..b47ca26 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 9f7786b..5eec767 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 195044b..f834a30 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 8622246..041ed08 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 7e496c3..2f86446 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 3a5124b..b0cc5af 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 ca3c0d1..63f45cf 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 5196824..87de17c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 2321752..e3f8887 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 480caf8..a8035d8 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 8543dd2..792e98e 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 08821a1..010cb30 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 928f139..6eb8dd7 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 79ae8b5..05c6d8e 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 b12b19f..f0f1536 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 6cf89bd..1a9bc40 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 212ba90..5f9c28f 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 1e29f8d..c2c2ff5 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 498ad7f..ae824e4 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 7ed6204..e487254 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 8fd458b..793b912 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 11e5391..429b8c3 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 394d5f7..e00f7ec 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 668a7d7..d3bf6ba 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 d42197e..60d25d6 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 bc12c9a..59dc223 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@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 cf1bef0..2c828c4 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 df9621c..034f6c3 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 836f35a..ef0267e 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 e3385b7..2bf24ca 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d389c80..2c5e581 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 4b529f9..7028671 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 63465a7..732f313 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 ebbbebe..5b43ee5 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 f223a46..51940c2 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d56c561..49e4119 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 7e2aa3b..4c90e9a 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 04dfd52..875437c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 5611ac3..d010ea6 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 a567a2c..7739f25 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 89c2eef..e363aab 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 58385f7..943fcac 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 8072ba3..bb9f60a 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 59579ad..0e4bb76 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 8ac3a40..0d58aa0 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 3db37ec..f5a2068 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 864beeb..ad384a6 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 bcd7634..0861c27 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 815fd8f..e07354e 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 f9a0d84..e517265 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 a324cc3..e7c06d6 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 228b2e9..6f9c4d0 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 7460a8f..7460b23 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 8235bcf..a03bb70 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 594a15d..f11dbcc 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 9d5fc68..070623a 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 5f0d791..dd4d9f8 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 6222116..92b6f27 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 2730ac5..399790c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 23f7746..d389f25 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 92c6bc0..a37b403 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 c80bc37..c8db6ad 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 36daf51..ac56344 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 c8458f2..60974c7 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 e6be4ab..b09b20d 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 be4152f..07f3538 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 3554ef9..eb6c8e7 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 60e336c..c2409f8 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 c3fead9..17bfb14 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 3d19a53..d500a4f 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 78ca765..a4e517d 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 fa32ed8..29752c6 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d7f311f..44709aa 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 87917bd..97b9fd7 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 45e6cba..aafd7e7 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d4dd7c7..ed4f3ec 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 4d23735..2992d6b 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 ee331a9..2991741 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 02a2308..0d9addb 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 7096c06..acdb2c1 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 a3efdea..2e9b488 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 38752df..239f5b2 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 59a3abf..cf79f90 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 47d7ec2..eba0702 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 a6b0598..b30d7ef 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 b3b9da7..c4913ae 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d8e0468..fd9cf25 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d9ef27a..9be4cba 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 e86ee79..a3c7672 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 2de691c..e1ef4ba 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 68d3b70..50acaf3 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d286805..65e9124 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 995a2b3..2dbe0f8 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 ad6bc5e..36a2efe 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 ec6b684..712f515 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 69275be..670d0bc 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 ab3f90a..7176d3b 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 37ad236..ae96047 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 0f17e37..5694284 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 2fab398..a2a37f1 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 12b1b75..e687360 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 20da180..47075db 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 c3ae895..a51e91b 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 2e69f66..8cdf08c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 cec34ae..19f447e 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 ee666ec..e5fa569 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 7fe3fd7..bd4222f 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d23b60c..9403417 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 2da6910..3ae011d 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 a7519b6..f2b295c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 4da5138..046dcc0 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 0b3e835..8e6d760 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 892a8be..8e26e16 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 298b582..93c6717 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 4bd9ed1..b142c9c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 57a02fa..3ce5e3d 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 4a35342..bc76f67 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 c179400..876f5f8 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 5d1454f..8f7dc69 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 978916f..a903e3a 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 0280db1..f731250 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 aaadb7c..dc96137 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 0f6df88..fb51e14 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 c0a2489..b1bcebc 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 66c3250..817799b 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 7accb5f..5b93a51 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 057d407..9db990b 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 aa10b30..0a6bab8 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 788ff9a..aac395f 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 dd90fd9..bafb09d 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 da669f3..a7576d5 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 44cdcd6..f7c37a4 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 81fa930..2a3a28b 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 fedc743..63ae805 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 1b799d5..7999ab5 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 474f3b0..5fd38dd 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 5723825..51f17d8 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 8e0067e..86a4e26 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 eef8975..924e6b4 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 028328f..5aaca07 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 e4b9b7a..fef4a19 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 677dfcd..1c0f351 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 b712682..04fbbe2 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 1e7d042..f0db6ce 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 c3cffc7..e0a1930 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 d909ae5..0e781b1 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 05a91ff..246b58f 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 1717b73..61b1a50 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 f129048..cc809a3 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 f47d559..40a5fae 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 263fb2f..4c7bebc 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 14f43c5..921b955 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 7a07bcc..da87d93 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.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 f1db933..44bf28c 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.4.2
+ * The version of the OpenAPI document: v1.4.3
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).