Skip to content

Commit

Permalink
feat: Include full list of available vessel classes
Browse files Browse the repository at this point in the history
  • Loading branch information
migueluzcategui committed Sep 12, 2023
1 parent a2399e7 commit 680be27
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions vortexasdk/endpoints/vessels.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,55 @@ def reference(self, id: ID) -> Dict:
"mgc",
"lgc",
"vlgc",
"oil_coastal",
"oil_intermediate",
"oil_flexi",
"oil_handysize",
"oil_mr1",
"oil_handymax",
"oil_mr2",
"oil_panamax",
"oil_lr1",
"oil_aframax",
"oil_lr2",
"oil_suezmax",
"oil_lr3",
"oil_vlcc",
"lpg_coasters",
"lpg_handysize",
"lpg_mgc",
"lpg_lgc",
"lpg_vlgc",
"lpg_vlec",
"lng_small_scale_lng",
"lng_mid_scale_lng",
"lng_two_stroke",
"lng_tfde_dfde",
"lng_steam",
"lng_ssd",
"lng_q_flex",
"lng_q_max",
"oil_coastal",
"oil_specialised",
"oil_handysize_mr1",
"oil_handymax_mr2",
"oil_panamax_lr1",
"oil_aframax_lr2",
"oil_aframax_lr3",
"oil_suezmax_lr3",
"oil_vlcc",
"lpg_sgc",
"lpg_mgc",
"lpg_lgc",
"lpg_vlgc_vlec",
"lng_small_scale_lng",
"lng_mid_scale_lng",
"lng_conventional_lng",
"lng_q_fleet",
"oil",
"lpg",
"lng",
"vlcc",
"ulcc",
"small_tanker",
]

0 comments on commit 680be27

Please sign in to comment.