Skip to content

Commit

Permalink
Merge pull request #453 from dfairaizl/master
Browse files Browse the repository at this point in the history
chore: remove Carbon Offset types
  • Loading branch information
Justintime50 authored Jun 18, 2024
2 parents 96a0462 + b1d7387 commit e9a1a07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions types/Shipment/Rate.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { IDatedObject, IObjectWithId } from '../base';
import { ICarbonOffset } from '../CarbonOffset';

/**
* After a Shipment is successfully created, it will automatically fetch Rates.
Expand Down Expand Up @@ -75,9 +74,4 @@ export declare interface IRate extends IObjectWithId<'Rate'>, IDatedObject {
* indicates if delivery window is guaranteed (true) or not (false)
*/
delivery_date_guaranteed: boolean;

/**
* Indicate if a rate includes a carbon offset fee
*/
carbon_offset: ICarbonOffset;
}
1 change: 0 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export * from './Address';
export * from './Batch';
export * from './Billing';
export * from './Brand';
export * from './CarbonOffset';
export * from './Carrier';
export * from './Customs';
export * from './EndShipper';
Expand Down

0 comments on commit e9a1a07

Please sign in to comment.