@rabby-wallet/rabby-api 0.9.25-alpha.0 → 0.9.25

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1057,10 +1057,10 @@ export declare class OpenApiService {
1057
1057
  submitFeedback: ({ text, usage, }: {
1058
1058
  text: string;
1059
1059
  /**
1060
- * @description 'usage' is used to submit feedback on rate scene.
1060
+ * @description 'usage' is used to submit feedback on rating scene.
1061
1061
  * by default, it means 'uninstall' scene.
1062
1062
  */
1063
- usage?: "rate" | undefined;
1063
+ usage?: "rating" | undefined;
1064
1064
  }) => Promise<{
1065
1065
  success: boolean;
1066
1066
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.9.25-alpha.0",
3
+ "version": "0.9.25",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [