This repository was archived by the owner on Aug 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 88<b >Signature:</b >
99
1010``` typescript
11- ALL_ROLES : (" transfer" | " unwrap" | " lister" | " admin" | " minter" | " pauser" | " editor " | " asset" )[]
11+ ALL_ROLES : (" transfer" | " unwrap" | " lister" | " admin" | " minter" | " pauser" | " asset" )[]
1212```
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export class AdminRoleMissingError extends Error {
6060export type AirdropInput = z .input <typeof AirdropInputSchema >;
6161
6262// @public (undocumented)
63- export const ALL_ROLES: (" transfer" | " unwrap" | " lister" | " admin" | " minter" | " pauser" | " editor " | " asset" )[];
63+ export const ALL_ROLES: (" transfer" | " unwrap" | " lister" | " admin" | " minter" | " pauser" | " asset" )[];
6464
6565// Warning: (ae-forgotten-export) The symbol "PriceSchema" needs to be exported by the entry point index.d.ts
6666//
Original file line number Diff line number Diff line change 11{
22 "name" : " @thirdweb-dev/sdk" ,
3- "version" : " 2.3.7 " ,
3+ "version" : " 2.3.8-0 " ,
44 "description" : " The main thirdweb SDK." ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const roleMap = {
99 transfer : "TRANSFER_ROLE" ,
1010 minter : "MINTER_ROLE" ,
1111 pauser : "PAUSER_ROLE" ,
12- editor : "EDITOR_ROLE" ,
1312 lister : "LISTER_ROLE" ,
1413 asset : "ASSET_ROLE" ,
1514 unwrap : "UNWRAP_ROLE" ,
You can’t perform that action at this time.
0 commit comments