gotrip-fx-transaction-form 1.0.98 → 1.0.100

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": "gotrip-fx-transaction-form",
3
- "version": "1.0.98",
3
+ "version": "1.0.100",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",
@@ -194,6 +194,7 @@ export type ITenant = {
194
194
  name: string;
195
195
  type: ETenantType;
196
196
  settings: IBankTenantSettings | ITravelAgencyTenantSettings;
197
+ totalUsers?: number;
197
198
  };
198
199
  export type GetTransactionListRespDto = {
199
200
  transactions: ITransaction[];