@rabby-wallet/rabby-api 0.9.34-alpha.2 → 0.9.34-alpha.4

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/types.d.ts +1 -4
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -1637,12 +1637,9 @@ export declare type UserFeedbackItem = {
1637
1637
  title: string;
1638
1638
  content: string;
1639
1639
  image_url_list: string[];
1640
- status: 'pending' | 'reviewing' | 'closed';
1640
+ status: 'pending' | 'complete' | 'closed';
1641
1641
  create_at: number;
1642
1642
  comment: string | null;
1643
1643
  comment_at: number | null;
1644
1644
  };
1645
- export declare type UserFeedbackUploadedImage = {
1646
- image_url: string;
1647
- };
1648
1645
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.9.34-alpha.2",
3
+ "version": "0.9.34-alpha.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [