Skip to content

Commit

Permalink
Exec auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fukaoi authored and actions-user committed Oct 26, 2023
1 parent 93db4f4 commit 41b98dc
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 47 deletions.
4 changes: 2 additions & 2 deletions packages/storage/dist/cjs/nft-storage.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Result } from "@solana-suite/shared";
import { FileContent, InfraSideInput } from "@solana-suite/shared-metaplex";
import { Result } from '@solana-suite/shared';
import { FileContent, InfraSideInput } from '@solana-suite/shared-metaplex';
export declare namespace NftStorage {
const uploadContent: (filePath: FileContent) => Promise<Result<string, Error>>;
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/dist/cjs/nft-storage.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/storage/dist/cjs/nft-storage.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/storage/dist/cjs/nft-storage.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/storage/dist/cjs/storage.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Result, Secret } from "@solana-suite/shared";
import { FileContent, InfraSideInput, StorageType, UserSideInput } from "@solana-suite/shared-metaplex";
import { Result, Secret } from '@solana-suite/shared';
import { FileContent, InfraSideInput, StorageType, UserSideInput } from '@solana-suite/shared-metaplex';
export declare namespace Storage {
const toConvertOffchaindata: (input: UserSideInput.NftMetadata, sellerFeeBasisPoints: number) => InfraSideInput.Offchain;
const uploadContent: (filePath: FileContent, storageType: StorageType, feePayer?: Secret) => Promise<Result<string, Error>>;
Expand Down
20 changes: 10 additions & 10 deletions packages/storage/dist/cjs/storage.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/storage/dist/cjs/types/bundlr.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/storage/dist/esm/nft-storage.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Result } from "@solana-suite/shared";
import { FileContent, InfraSideInput } from "@solana-suite/shared-metaplex";
import { Result } from '@solana-suite/shared';
import { FileContent, InfraSideInput } from '@solana-suite/shared-metaplex';
export declare namespace NftStorage {
const uploadContent: (filePath: FileContent) => Promise<Result<string, Error>>;
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/dist/esm/nft-storage.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/storage/dist/esm/nft-storage.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/storage/dist/esm/nft-storage.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/storage/dist/esm/storage.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Result, Secret } from "@solana-suite/shared";
import { FileContent, InfraSideInput, StorageType, UserSideInput } from "@solana-suite/shared-metaplex";
import { Result, Secret } from '@solana-suite/shared';
import { FileContent, InfraSideInput, StorageType, UserSideInput } from '@solana-suite/shared-metaplex';
export declare namespace Storage {
const toConvertOffchaindata: (input: UserSideInput.NftMetadata, sellerFeeBasisPoints: number) => InfraSideInput.Offchain;
const uploadContent: (filePath: FileContent, storageType: StorageType, feePayer?: Secret) => Promise<Result<string, Error>>;
Expand Down
Loading

0 comments on commit 41b98dc

Please sign in to comment.