Skip to content

Commit b04a27b

Browse files
authored
chore: update Java SDK from latest OpenAPI specification
1 parent 7ff5e25 commit b04a27b

File tree

277 files changed

+304
-306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+304
-306
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = 'co.permify'
12-
version = '1.4.3'
12+
version = '1.4.4'
1313

1414
repositories {
1515
mavenCentral()
@@ -120,7 +120,7 @@ task execute(type: JavaExec) {
120120

121121
ext {
122122
jackson_version = "2.14.1"
123-
jakarta_annotation_version = "2.1.1"
123+
jakarta_annotation_version = "1.3.5"
124124
beanvalidation_version = "3.0.2"
125125
junit_version = "4.13.2"
126126
}

docs/TenantDeleteResponse.md

Lines changed: 1 addition & 1 deletion

generator/openapi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Permify API",
55
"description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.",
6-
"version": "v1.4.3",
6+
"version": "v1.4.4",
77
"contact": {
88
"name": "API Support",
99
"url": "https://github.com/Permify/permify/issues",
@@ -3211,9 +3211,9 @@
32113211
"TenantDeleteResponse": {
32123212
"type": "object",
32133213
"properties": {
3214-
"tenant": {
3215-
"$ref": "#/definitions/Tenant",
3216-
"description": "tenant is the tenant information that was deleted."
3214+
"tenant_id": {
3215+
"type": "string",
3216+
"description": "tenant_id is the tenant id that was deleted."
32173217
}
32183218
},
32193219
"description": "TenantDeleteResponse is the message returned from the request to delete a tenant."

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>permify-java</artifactId>
66
<packaging>jar</packaging>
77
<name>Permify Java</name>
8-
<version>1.4.3</version>
8+
<version>1.4.4</version>
99
<url>https://github.com/Permify/permify-java</url>
1010
<description>Java SDK for Permify - Authorization as a Service</description>
1111
<scm>

src/main/java/co/permify/sdk/api/BundleApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Permify API
33
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
44
*
5-
* The version of the OpenAPI document: v1.4.3
5+
* The version of the OpenAPI document: v1.4.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/co/permify/sdk/api/DataApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Permify API
33
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
44
*
5-
* The version of the OpenAPI document: v1.4.3
5+
* The version of the OpenAPI document: v1.4.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/co/permify/sdk/api/PermissionApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Permify API
33
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
44
*
5-
* The version of the OpenAPI document: v1.4.3
5+
* The version of the OpenAPI document: v1.4.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/co/permify/sdk/api/SchemaApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Permify API
33
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
44
*
5-
* The version of the OpenAPI document: v1.4.3
5+
* The version of the OpenAPI document: v1.4.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/co/permify/sdk/api/TenancyApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Permify API
33
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
44
*
5-
* The version of the OpenAPI document: v1.4.3
5+
* The version of the OpenAPI document: v1.4.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/co/permify/sdk/api/WatchApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Permify API
33
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
44
*
5-
* The version of the OpenAPI document: v1.4.3
5+
* The version of the OpenAPI document: v1.4.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)