I have generated the latest API!

This commit is contained in:
github-actions[bot]
2022-08-10 19:41:56 +00:00
parent 08ac3093a8
commit 8bb54b8382
13 changed files with 680 additions and 38 deletions

View File

@ -2,8 +2,9 @@ from enum import Enum
class UnitVolumeFormat(str, Enum):
CUBIC_METER = 'cubic_meter'
CUBIC_MILLIMETER = 'cubic_millimeter'
CUBIC_CENTIMETER = 'cubic_centimeter'
CUBIC_METER = 'cubic_meter'
CUBIC_KILOMETER = 'cubic_kilometer'
LITER = 'liter'
CUBIC_FOOT = 'cubic_foot'