@rabby-wallet/rabby-api 0.9.55-beta.7 → 0.9.56-beta.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1482,10 +1482,10 @@ export declare class OpenApiService {
1482
1482
  has_permission: boolean;
1483
1483
  }>;
1484
1484
  getMemeList: (params: {
1485
- order_by: 'fdv' | 'volume_24h' | 'price_change_24h';
1485
+ order_by?: 'fdv' | 'volume_24h' | 'price_change_24h';
1486
1486
  order?: 'asc' | 'desc';
1487
- limit: number;
1488
- cursor: string;
1487
+ limit?: number;
1488
+ cursor?: string;
1489
1489
  }) => Promise<MemeListResponse>;
1490
1490
  }
1491
1491
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.9.55-beta.7",
3
+ "version": "0.9.56-beta.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [