gotrip-fx-transaction-form 1.0.284-dev → 1.0.285-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.284-dev",
3
+ "version": "1.0.285-dev",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",
@@ -118,4 +118,5 @@ export interface InsuranceTransaction {
118
118
  updatedAt: string;
119
119
  quote?: InsuranceQuote;
120
120
  policyInsureds?: PolicyInsured[];
121
+ utm?: Record<string, string>;
121
122
  }