From a82bf92b3472c8c1200e70e86ae2e59fdd2217f3 Mon Sep 17 00:00:00 2001 From: Maxime Beauchamp <15185355+baktun14@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:59:37 -0500 Subject: [PATCH] fix(deployment): fix type grant seeder --- package-lock.json | 4 ++-- packages/http-sdk/src/allowance/allowance-http.service.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4179c27f4..acc1be271 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ }, "apps/api": { "name": "@akashnetwork/console-api", - "version": "2.32.0", + "version": "2.33.0", "license": "Apache-2.0", "dependencies": { "@akashnetwork/akash-api": "^1.3.0", @@ -228,7 +228,7 @@ }, "apps/deploy-web": { "name": "@akashnetwork/console-web", - "version": "2.23.0", + "version": "2.24.0", "license": "Apache-2.0", "dependencies": { "@akashnetwork/akash-api": "^1.3.0", diff --git a/packages/http-sdk/src/allowance/allowance-http.service.ts b/packages/http-sdk/src/allowance/allowance-http.service.ts index cd2b7d066..9b4ec1873 100644 --- a/packages/http-sdk/src/allowance/allowance-http.service.ts +++ b/packages/http-sdk/src/allowance/allowance-http.service.ts @@ -23,7 +23,7 @@ export interface ExactDeploymentAllowance { "@type": "/akash.deployment.v1beta3.DepositDeploymentAuthorization"; spend_limit: SpendLimit; }; - expiration: string; + expiration?: string; } export interface DeploymentAllowance extends ExactDeploymentAllowance {