@fractalwagmi/fractal-auth-api
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -95,3 +95,3 @@ /* eslint-disable */ | ||
messages: string[]; | ||
project?: FractalAuthApprovalTransactionInfoResponseProject; | ||
project: FractalAuthApprovalTransactionInfoResponseProject; | ||
} | ||
@@ -105,3 +105,3 @@ | ||
title: string; | ||
handle?: string; | ||
handle: string; | ||
description?: string; | ||
@@ -108,0 +108,0 @@ avatar?: FractalAuthApprovalTransactionInfoResponseMedia; |
@@ -66,3 +66,3 @@ export interface FractalAuthApprovalApprovalResultRequest { | ||
messages: string[]; | ||
project?: FractalAuthApprovalTransactionInfoResponseProject; | ||
project: FractalAuthApprovalTransactionInfoResponseProject; | ||
} | ||
@@ -74,3 +74,3 @@ export interface FractalAuthApprovalTransactionInfoResponseMedia { | ||
title: string; | ||
handle?: string; | ||
handle: string; | ||
description?: string; | ||
@@ -77,0 +77,0 @@ avatar?: FractalAuthApprovalTransactionInfoResponseMedia; |
{ | ||
"name": "@fractalwagmi/fractal-auth-api", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/auth-api.js", |
42268