From 9b1f52609903b40d965d51a87f8ba7a530ca74cd Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Mon, 27 Nov 2023 12:04:34 +0000 Subject: [PATCH] fix: export filecoin types (#1185) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These were previously not exported from `w3up-client` 😢 --- packages/w3up-client/src/types.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages/w3up-client/src/types.ts b/packages/w3up-client/src/types.ts index a5b846fae..f4204c443 100644 --- a/packages/w3up-client/src/types.ts +++ b/packages/w3up-client/src/types.ts @@ -26,6 +26,8 @@ export type { export type ProofQuery = Record> +export type Service = AccessService & UploadService & StorefrontService + export interface ServiceConf { access: ConnectionView upload: ConnectionView @@ -80,6 +82,21 @@ export type { UploadAdd, UploadList, UploadRemove, + PlanGet, + PlanGetSuccess, + PlanGetFailure, + FilecoinOffer, + FilecoinOfferSuccess, + FilecoinOfferFailure, + FilecoinSubmit, + FilecoinSubmitSuccess, + FilecoinSubmitFailure, + FilecoinAccept, + FilecoinAcceptSuccess, + FilecoinAcceptFailure, + FilecoinInfo, + FilecoinInfoSuccess, + FilecoinInfoFailure, } from '@web3-storage/capabilities/types' export type {