From 69057c5d69707eb48ca126db1890e9566170ace0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 May 2026 21:50:47 +0000 Subject: [PATCH] chore(proto): update generated SDK with latest Permify definitions --- package-lock.json | 4 ++-- package.json | 2 +- proto/base/v1/openapi.proto | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5eecac9..1a57331 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@permify/permify-node", - "version": "1.6.10", + "version": "1.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@permify/permify-node", - "version": "1.6.10", + "version": "1.7.0", "license": "Apache-2.0", "dependencies": { "@bufbuild/protobuf": "^2.0.0", diff --git a/package.json b/package.json index 7ddfd1e..df6488a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@permify/permify-node", - "version": "1.6.10", + "version": "1.7.0", "description": "Permify Node Client", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", diff --git a/proto/base/v1/openapi.proto b/proto/base/v1/openapi.proto index f8114a4..32a41b4 100644 --- a/proto/base/v1/openapi.proto +++ b/proto/base/v1/openapi.proto @@ -9,7 +9,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = { info: { title: "Permify API"; description: "Permify is an open source authorization service for creating fine-grained and scalable authorization systems."; - version: "v1.6.10"; + version: "v1.7.0"; contact: { name: "API Support"; url: "https://github.com/Permify/permify/issues";