@finverse/sdk-typescript 0.0.206 → 0.0.207
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/api.d.ts +1 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -6168,7 +6168,7 @@ export interface TransactionLimits {
|
|
|
6168
6168
|
* @type {number}
|
|
6169
6169
|
* @memberof TransactionLimits
|
|
6170
6170
|
*/
|
|
6171
|
-
max_transaction_amount
|
|
6171
|
+
max_transaction_amount: number;
|
|
6172
6172
|
/**
|
|
6173
6173
|
* Reference calendar periods for the payment limits. Possible values (DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY)
|
|
6174
6174
|
* @type {string}
|