@rabby-wallet/rabby-api 0.9.37 → 0.9.38-alpha.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.
package/dist/index.d.ts CHANGED
@@ -1276,6 +1276,7 @@ export declare class OpenApiService {
1276
1276
  title: string;
1277
1277
  image_url_list: string[];
1278
1278
  content: string;
1279
+ extra?: UserFeedbackItem['extra'];
1279
1280
  }) => Promise<UserFeedbackItem>;
1280
1281
  getUserFeedback: (id: string) => Promise<UserFeedbackItem>;
1281
1282
  getUserFeedbackList: (id: string | string[]) => Promise<UserFeedbackItem[]>;
package/dist/types.d.ts CHANGED
@@ -1649,5 +1649,6 @@ export declare type UserFeedbackItem = {
1649
1649
  create_at: number;
1650
1650
  comment: string | null;
1651
1651
  comment_at: number | null;
1652
+ extra?: any | null;
1652
1653
  };
1653
1654
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.9.37",
3
+ "version": "0.9.38-alpha.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [