@finverse/sdk-typescript 0.0.404 → 0.0.405

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.
Files changed (2) hide show
  1. package/dist/api.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -9699,7 +9699,7 @@ export interface TransactionLimitsResponse {
9699
9699
  * @type {number}
9700
9700
  * @memberof TransactionLimitsResponse
9701
9701
  */
9702
- max_transaction_amount: number;
9702
+ max_transaction_amount?: number;
9703
9703
  /**
9704
9704
  * The maximum amount of money that can be transferred in a single transaction under this mandate set by the payer. Expressed in currency\'s smallest unit or “minor unit”, as defined in ISO 4217.
9705
9705
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.404",
3
+ "version": "0.0.405",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {