@rabby-wallet/rabby-api 0.9.33-beta.1 → 0.9.33

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
@@ -936,17 +936,6 @@ export declare class OpenApiService {
936
936
  has_eligibility: boolean;
937
937
  can_claimed_usd_value: number;
938
938
  }>;
939
- checkGasAccountGiftEligibilityBatch: (params: {
940
- list: {
941
- id: string;
942
- }[];
943
- }) => Promise<{
944
- list: {
945
- id: string;
946
- has_eligibility: boolean;
947
- can_claimed_usd_value: number;
948
- }[];
949
- }>;
950
939
  confirmIapOrder: (postData: {
951
940
  transaction_id: string;
952
941
  device_type: 'android' | 'ios';
package/dist/index.js CHANGED
@@ -1303,10 +1303,6 @@ export class OpenApiService {
1303
1303
  });
1304
1304
  return data;
1305
1305
  });
1306
- this.checkGasAccountGiftEligibilityBatch = (params) => __awaiter(this, void 0, void 0, function* () {
1307
- const { data } = yield this.request.post('/v1/gas_account/check_eligibility/batch', params);
1308
- return data;
1309
- });
1310
1306
  this.confirmIapOrder = (postData) => __awaiter(this, void 0, void 0, function* () {
1311
1307
  const { data } = yield this.request.post('/v1/gas_account/confirm_iap_order', postData);
1312
1308
  return data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.9.33-beta.1",
3
+ "version": "0.9.33",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [