Skip to content

Commit 67914d5

Browse files
author
GitHub Actions Bot
committed
Update generated sdk directory with latest changes
1 parent 0eb9418 commit 67914d5

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

proto/base/v1/openapi.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
99
info: {
1010
title: "Permify API";
1111
description: "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.";
12-
version: "v1.4.3";
12+
version: "v1.4.4";
1313
contact: {
1414
name: "API Support";
1515
url: "https://github.com/Permify/permify/issues";

proto/base/v1/service.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3565,8 +3565,8 @@ message TenantDeleteRequest {
35653565

35663566
// TenantDeleteResponse is the message returned from the request to delete a tenant.
35673567
message TenantDeleteResponse {
3568-
// tenant is the tenant information that was deleted.
3569-
Tenant tenant = 1 [json_name = "tenant"];
3568+
// tenant_id is the tenant id that was deleted.
3569+
string tenant_id = 1 [json_name = "tenant_id"];
35703570
}
35713571

35723572
// TenantListRequest is the message used for the request to list all tenants.

src/grpc/generated/base/v1/service.ts

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)