@dynamic-labs/sdk-api-core 0.0.956 → 0.0.958

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api-core",
3
- "version": "0.0.956",
3
+ "version": "0.0.958",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -50,7 +50,7 @@ export interface CheckoutTransaction {
50
50
  */
51
51
  userId?: string;
52
52
  /**
53
- * Deposit amount in the specified currency
53
+ * Payment/Deposit amount in the specified currency
54
54
  * @type {string}
55
55
  * @memberof CheckoutTransaction
56
56
  */
@@ -17,7 +17,7 @@ import { CheckoutTransactionDestinationAddress } from './CheckoutTransactionDest
17
17
  */
18
18
  export interface CheckoutTransactionCreateRequest {
19
19
  /**
20
- * Deposit amount in the specified currency
20
+ * Payment/Deposit amount in the specified currency
21
21
  * @type {string}
22
22
  * @memberof CheckoutTransactionCreateRequest
23
23
  */