@@ -4,11 +4,15 @@ import { Batch } from './Batch';
44import { Billing } from './Billing' ;
55import { Brand } from './Brand' ;
66import { CarrierAccount , CarrierMetadata , CarrierType } from './Carrier' ;
7+ import { Claim } from './Claim' ;
8+ import { CustomerPortalAccountLink } from './CustomerPortal' ;
79import { CustomsInfo , CustomsItem } from './Customs' ;
10+ import { EmbeddablesSession } from './Embeddable' ;
811import { EndShipper } from './EndShipper' ;
912import { Event } from './Event' ;
1013import { Fee } from './Fee' ;
1114import { Insurance } from './Insurance' ;
15+ import { Luma } from './Luma' ;
1216import { Order } from './Order' ;
1317import { Parcel } from './Parcel' ;
1418import { PaymentMethod } from './PaymentMethod' ;
@@ -19,6 +23,7 @@ import { Refund } from './Refund';
1923import { Report } from './Report' ;
2024import { ScanForm } from './ScanForm' ;
2125import { Shipment } from './Shipment' ;
26+ import { SmartRate } from './SmartRate' ;
2227import { Tracker } from './Tracker' ;
2328import { User } from './User' ;
2429import { Utils } from './Utility' ;
@@ -77,22 +82,27 @@ export default class EasyPost {
7782 public CarrierAccount : typeof CarrierAccount ;
7883 public CarrierMetadata : typeof CarrierMetadata ;
7984 public CarrierType : typeof CarrierType ;
85+ public Claim : typeof Claim ;
86+ public CustomerPortal : typeof CustomerPortalAccountLink ;
8087 public CustomsInfo : typeof CustomsInfo ;
8188 public CustomsItem : typeof CustomsItem ;
89+ public Embeddable : typeof EmbeddablesSession ;
8290 public EndShipper : typeof EndShipper ;
8391 public Event : typeof Event ;
8492 public Fee : typeof Fee ; // TODO: Fix IFee
8593 public Insurance : typeof Insurance ;
94+ public Luma : typeof Luma ;
8695 public Order : typeof Order ;
8796 public Parcel : typeof Parcel ;
8897 public PaymentMethod : typeof PaymentMethod ;
8998 public Pickup : typeof Pickup ;
9099 public Rate : typeof Rate ;
91- public Referral : typeof Referral ;
100+ public ReferralCustomer : typeof Referral ;
92101 public Refund : typeof Refund ;
93102 public Report : typeof Report ;
94103 public ScanForm : typeof ScanForm ;
95104 public Shipment : typeof Shipment ;
105+ public SmartRate : typeof SmartRate ;
96106 public Tracker : typeof Tracker ;
97107 public User : typeof User ;
98108 public Utils : typeof Utils ;
0 commit comments