gotrip-fx-transaction-form 1.0.267-dev → 1.0.268-dev

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.267-dev",
3
+ "version": "1.0.268-dev",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",
@@ -144,7 +144,11 @@ export type IESimTransaction = {
144
144
  agencyOrderId?: number;
145
145
  orderCode?: string;
146
146
  status: EsimTransactionStatus;
147
- paymentMode: EPaymentMode;
147
+ paymentMode?: EPaymentMode;
148
+ paymentTypeApplied?: EOrderPaymentType;
149
+ paidAmount?: number;
150
+ unpaidAmount?: number;
151
+ isBypassed?: boolean;
148
152
  lastSyncedAt?: Date;
149
153
  publicId: string;
150
154
  createdResponseLog?: Record<string, any>;