@morambacrypto/connect 0.0.32 → 0.0.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.mts CHANGED
@@ -427,6 +427,8 @@ interface PayTransaction {
427
427
  signature: string;
428
428
  transaction_id: string;
429
429
  payin_id: string;
430
+ customer_name: string;
431
+ customer_id: string;
430
432
  }
431
433
  interface TransactionInitResponse {
432
434
  success: boolean;
package/dist/index.d.ts CHANGED
@@ -427,6 +427,8 @@ interface PayTransaction {
427
427
  signature: string;
428
428
  transaction_id: string;
429
429
  payin_id: string;
430
+ customer_name: string;
431
+ customer_id: string;
430
432
  }
431
433
  interface TransactionInitResponse {
432
434
  success: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morambacrypto/connect",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "This library use for interact with moramba-crypto project",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",