@channelpayments/node-sdk 1.42.0 → 1.43.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.
@@ -62,10 +62,10 @@ export interface TransactionEntity1 {
62
62
  fee: number;
63
63
  /**
64
64
  *
65
- * @type {Array<object>}
65
+ * @type {Array<string>}
66
66
  * @memberof TransactionEntity1
67
67
  */
68
- feeDetails?: Array<object>;
68
+ feeDetails?: Array<string>;
69
69
  /**
70
70
  *
71
71
  * @type {number}
@@ -62,10 +62,10 @@ export interface TransactionEntity1 {
62
62
  fee: number;
63
63
  /**
64
64
  *
65
- * @type {Array<object>}
65
+ * @type {Array<string>}
66
66
  * @memberof TransactionEntity1
67
67
  */
68
- feeDetails?: Array<object>;
68
+ feeDetails?: Array<string>;
69
69
  /**
70
70
  *
71
71
  * @type {number}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@channelpayments/node-sdk",
3
3
  "description": "Channel Payments nodejs sdk",
4
- "version": "1.42.0",
4
+ "version": "1.43.0",
5
5
  "author": "Channel Payments",
6
6
  "license": "ISC",
7
7
  "main": "dist/cjs/index.js",