@tripian/model 7.1.0 → 7.1.1

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.
@@ -4,9 +4,9 @@ export declare type BusinessReportItem = {
4
4
  businessUserFullname: string;
5
5
  businessPoiId: number;
6
6
  businessPoiName: string;
7
- status: 'Pre Registered' | 'Waiting For Validation' | 'Active';
7
+ status: 'Pre Registered' | 'Waiting For Validation' | 'Active' | 'Rejected';
8
8
  activeVoucherOfferIds: number[];
9
9
  totalRedeemedAmount: number;
10
- totalPaidAmount: number;
10
+ totalReimbursedAmount: number;
11
11
  };
12
12
  export declare type BusinessReport = BusinessReportItem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tripian/model",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Tripian Inc web model",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",