@riocrypto/common 1.0.545 → 1.0.546

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.
@@ -75,6 +75,5 @@ export declare class RioClient {
75
75
  paymentId: string;
76
76
  }>;
77
77
  createKushkiBankPayment(orderId: string): Promise<any>;
78
- createBankPayment(orderId: string): Promise<any>;
79
78
  updateAuth(update: AuthUpdate, id?: string): Promise<Auth>;
80
79
  }
@@ -259,14 +259,6 @@ class RioClient {
259
259
  return data;
260
260
  });
261
261
  }
262
- createBankPayment(orderId) {
263
- return __awaiter(this, void 0, void 0, function* () {
264
- const { data } = yield this.axios.post(`/api/payments/bank/init`, {
265
- orderId,
266
- });
267
- return data;
268
- });
269
- }
270
262
  updateAuth(update, id) {
271
263
  return __awaiter(this, void 0, void 0, function* () {
272
264
  const { data } = yield this.axios.patch(`/api/auth/${id || ""}`, update);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.545",
3
+ "version": "1.0.546",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",