@rabby-wallet/rabby-api 0.9.48-1 → 0.9.48-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1439,6 +1439,7 @@ export declare class OpenApiService {
1439
1439
  collection_id: string;
1440
1440
  inner_id: string;
1441
1441
  quantity?: number;
1442
+ include_optional_creator_fees?: boolean;
1442
1443
  }) => Promise<PrepareAcceptNFTOfferResponse>;
1443
1444
  }
1444
1445
  export {};
package/dist/types.d.ts CHANGED
@@ -421,6 +421,8 @@ export interface Collection {
421
421
  };
422
422
  };
423
423
  is_tradable?: boolean;
424
+ is_erc721?: boolean;
425
+ is_erc1155?: boolean;
424
426
  }
425
427
  export interface CollectionList {
426
428
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.9.48-1",
3
+ "version": "0.9.48-2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [