sm-types 1.6.9 → 1.7.0

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
@@ -3,7 +3,7 @@
3
3
  "author": "Smartrips",
4
4
  "license": "ISC",
5
5
  "keywords": [],
6
- "version": "1.6.9",
6
+ "version": "1.7.0",
7
7
  "description": "",
8
8
  "repository": {
9
9
  "type": "git",
@@ -250,6 +250,7 @@ export interface IBoundFareDetails {
250
250
  weight?: number;
251
251
  };
252
252
  refundRule?: string;
253
+ changeRule?: string;
253
254
  reservedSeat?: boolean;
254
255
  }
255
256
  export interface ISmWcfSegment {