Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit b52f56b

Browse files
authored
Remove storage and test cases to @thirdweb-dev/storage (#555)
* Move storage to external interface * Remove all IPFS test cases * Update MockStorage * Add storage SDK
1 parent aa1dfca commit b52f56b

File tree

132 files changed

+475
-2010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+475
-2010
lines changed

docs/sdk.authenticationoptions.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [@thirdweb-dev/sdk](./sdk.md) &gt; [AuthenticationOptions](./sdk.authenticationoptions.md)
4+
5+
## AuthenticationOptions type
6+
7+
8+
<b>Signature:</b>
9+
10+
```typescript
11+
export declare type AuthenticationOptions = z.input<typeof AuthenticationOptionsSchema>;
12+
```

docs/sdk.authenticationpayload.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [@thirdweb-dev/sdk](./sdk.md) &gt; [AuthenticationPayload](./sdk.authenticationpayload.md)
4+
5+
## AuthenticationPayload type
6+
7+
8+
<b>Signature:</b>
9+
10+
```typescript
11+
export declare type AuthenticationPayload = z.output<typeof AuthenticationPayloadSchema>;
12+
```
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [@thirdweb-dev/sdk](./sdk.md) &gt; [AuthenticationPayloadData](./sdk.authenticationpayloaddata.md)
4+
5+
## AuthenticationPayloadData type
6+
7+
8+
<b>Signature:</b>
9+
10+
```typescript
11+
export declare type AuthenticationPayloadData = z.output<typeof AuthenticationPayloadDataSchema>;
12+
```

docs/sdk.contractdeployer._constructor_.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ constructor(network: NetworkOrSignerOrProvider, options: SDKOptions, storage: IS
1818
| --- | --- | --- |
1919
| network | [NetworkOrSignerOrProvider](./sdk.networkorsignerorprovider.md) | |
2020
| options | [SDKOptions](./sdk.sdkoptions.md) | |
21-
| storage | [IStorage](./sdk.istorage.md) | |
21+
| storage | IStorage | |
2222

docs/sdk.contractmetadata._constructor_.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ constructor(contractWrapper: ContractWrapper<TContract>, schema: TSchema, storag
1818
| --- | --- | --- |
1919
| contractWrapper | ContractWrapper&lt;TContract&gt; | |
2020
| schema | TSchema | |
21-
| storage | [IStorage](./sdk.istorage.md) | |
21+
| storage | IStorage | |
2222

docs/sdk.delayedreveal._constructor_.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ constructor(contractWrapper: ContractWrapper<T>, storage: IStorage, fetureName:
1717
| Parameter | Type | Description |
1818
| --- | --- | --- |
1919
| contractWrapper | ContractWrapper&lt;T&gt; | |
20-
| storage | [IStorage](./sdk.istorage.md) | |
20+
| storage | IStorage | |
2121
| fetureName | FeatureName | |
2222
| nextTokenIdToMintFn | () =&gt; Promise&lt;BigNumber&gt; | |
2323

docs/sdk.dropclaimconditions._constructor_.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ constructor(contractWrapper: ContractWrapper<TContract>, metadata: ContractMetad
1818
| --- | --- | --- |
1919
| contractWrapper | ContractWrapper&lt;TContract&gt; | |
2020
| metadata | [ContractMetadata](./sdk.contractmetadata.md)<!-- -->&lt;TContract, any&gt; | |
21-
| storage | [IStorage](./sdk.istorage.md) | |
21+
| storage | IStorage | |
2222

docs/sdk.droperc1155claimconditions._constructor_.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ constructor(contractWrapper: ContractWrapper<TContract>, metadata: ContractMetad
1818
| --- | --- | --- |
1919
| contractWrapper | ContractWrapper&lt;TContract&gt; | |
2020
| metadata | [ContractMetadata](./sdk.contractmetadata.md)<!-- -->&lt;TContract, any&gt; | |
21-
| storage | [IStorage](./sdk.istorage.md) | |
21+
| storage | IStorage | |
2222

docs/sdk.edition._constructor_.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ constructor(network: NetworkOrSignerOrProvider, address: string, storage: IStora
1818
| --- | --- | --- |
1919
| network | [NetworkOrSignerOrProvider](./sdk.networkorsignerorprovider.md) | |
2020
| address | string | |
21-
| storage | [IStorage](./sdk.istorage.md) | |
21+
| storage | IStorage | |
2222
| options | [SDKOptions](./sdk.sdkoptions.md) | <i>(Optional)</i> |
2323
| contractWrapper | ContractWrapper&lt;TokenERC1155&gt; | <i>(Optional)</i> |
2424

docs/sdk.editiondrop._constructor_.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ constructor(network: NetworkOrSignerOrProvider, address: string, storage: IStora
1818
| --- | --- | --- |
1919
| network | [NetworkOrSignerOrProvider](./sdk.networkorsignerorprovider.md) | |
2020
| address | string | |
21-
| storage | [IStorage](./sdk.istorage.md) | |
21+
| storage | IStorage | |
2222
| options | [SDKOptions](./sdk.sdkoptions.md) | <i>(Optional)</i> |
2323
| contractWrapper | ContractWrapper&lt;DropERC1155&gt; | <i>(Optional)</i> |
2424

0 commit comments

Comments
 (0)