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'],