gotrip-fx-transaction-form 1.0.230-dev → 1.0.232-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.230-dev",
3
+ "version": "1.0.232-dev",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",
@@ -36,9 +36,10 @@ export declare enum EPolicyCalculatorType {
36
36
  LEVEL = "level",
37
37
  INDEPENDENT = "independent"
38
38
  }
39
- /** Insurance product type for policy rules. Travel = du lịch; MLI = Xe máy dân sự bắt buộc; ALI = Xe hơi dân sự bắt buộc. */
39
+ /** Insurance product type for policy rules. INTERNATION_TRAVEL = du lịch quốc tế; DOMESTIC_TRAVEL = du lịch nội địa; MLI = Xe máy dân sự bắt buộc; ALI = Xe hơi dân sự bắt buộc. */
40
40
  export declare enum EInsuranceProductType {
41
- TRAVEL = "travel",
41
+ INTERNATION_TRAVEL = "international_travel",
42
+ DOMESTIC_TRAVEL = "domestic_travel",
42
43
  MLI = "mli",
43
44
  ALI = "ali"
44
45
  }
@@ -38,6 +38,7 @@ export interface IBankFxTravellingMessages {
38
38
  export interface IBankFxTravellingAgentSetting {
39
39
  enable?: boolean;
40
40
  notes?: string[];
41
+ disableNotes?: string[];
41
42
  }
42
43
  export type IBankFxMaxAmount = Record<string, number | null | undefined>;
43
44
  /** Single number = same limit for all currencies; object = per-currency limits */