shipstation-client
Version:
ShipStation V2 SDK
40 lines (39 loc) • 1.33 kB
JavaScript
;
/* tslint:disable */
/* eslint-disable */
/**
* ShipStation API v2
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.DangerousGoodsRegulationLevelEnum = exports.DangerousGoodsTransportMeanEnum = exports.DangerousGoodsPackagingInstructionSectionEnum = exports.DangerousGoodsPackagingGroupEnum = void 0;
exports.DangerousGoodsPackagingGroupEnum = {
I: 'i',
Ii: 'ii',
Iii: 'iii'
};
exports.DangerousGoodsPackagingInstructionSectionEnum = {
Section1: 'section_1',
Section2: 'section_2',
Section1a: 'section_1a',
Section1b: 'section_1b'
};
exports.DangerousGoodsTransportMeanEnum = {
Ground: 'ground',
Water: 'water',
CargoAircraftOnly: 'cargo_aircraft_only',
PassengerAircraft: 'passenger_aircraft'
};
exports.DangerousGoodsRegulationLevelEnum = {
LightlyRegulated: 'lightly_regulated',
FullyRegulated: 'fully_regulated',
LimitedQuantities: 'limited_quantities',
ExceptedQuantity: 'excepted_quantity'
};