From ad4b0693808bd3c286d0dbf8e94db60f3a3d3721 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Jul 2026 15:25:03 +0000 Subject: [PATCH] feat: sync CLI with API changes --- package.json | 2 +- src/commands/schema.ts | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/package.json b/package.json index 660a0e0..d86cbef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@blindpay/cli", "type": "module", - "version": "0.4.0", + "version": "0.5.0", "description": "Blindpay CLI - manage receivers, bank accounts, payouts, payins, and more from the terminal", "license": "MIT", "author": "Blindpay (https://blindpay.com/)", diff --git a/src/commands/schema.ts b/src/commands/schema.ts index 866be91..1e97b8f 100644 --- a/src/commands/schema.ts +++ b/src/commands/schema.ts @@ -157,15 +157,6 @@ const schemas: ResourceSchema[] = [ ], }, }, - { - resource: 'api_keys', - commands: ['list', 'create', 'delete'], - create: { - fields: [ - { name: 'name', type: 'string', required: false, description: 'API key name', default: 'CLI API Key' }, - ], - }, - }, { resource: 'virtual_accounts', commands: ['list', 'create'],