Created
November 11, 2025 13:12
-
-
Save mairh/bcdcb3cea2a72393b9501ea4b63795c1 to your computer and use it in GitHub Desktop.
Equipment Data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export enum EQ_AUXILIARIES_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| group_type = "group_type", | |
| length = "length", | |
| height = "height", | |
| width = "width", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| } | |
| export enum EQ_AUXILIARY_DOCK_LEVELER_TYPES { | |
| HYDRAULIC = "HYDRAULIC", | |
| } | |
| export enum EQ_AUXILIARY_GROUP_TYPES { | |
| LIFTING_PLATFORM = "LIFTING_PLATFORM", | |
| DOCK_LEVELER = "DOCK_LEVELER", | |
| CONTAINER_PLATFORM = "CONTAINER_PLATFORM", | |
| THROUGH_WALL_FEEDING = "THROUGH_WALL_FEEDING", | |
| HOPPER_EXTENSION = "HOPPER_EXTENSION", | |
| ODOR_CONTROL_SYSTEM = "ODOR_CONTROL_SYSTEM", | |
| WEIGHTING_SYSTEM = "WEIGHTING_SYSTEM", | |
| SAFETY_EQUIPMENT = "SAFETY_EQUIPMENT", | |
| FILL_LEVEL_SENSOR = "FILL_LEVEL_SENSOR", | |
| } | |
| export enum EQ_AUXILIARY_LIFTING_PLATFORM_TYPES { | |
| SCISSOR_LIFT = "SCISSOR_LIFT", | |
| } | |
| export enum EQ_AUXILIARY_ODOR_CONTROL_SYSTEM_TYPES { | |
| OZONE_GENERATOR = "OZONE_GENERATOR", | |
| BIO_FILTER = "BIO_FILTER", | |
| CARBON_FILTER = "CARBON_FILTER", | |
| ENZYME_DISPENSER = "ENZYME_DISPENSER", | |
| } | |
| export enum EQ_AUXILIARY_SAFETY_EQUIPMENT_TYPES { | |
| GUARD_RAIL = "GUARD_RAIL", | |
| SAFETY_PLATFORM = "SAFETY_PLATFORM", | |
| EMERGENCY_STOP = "EMERGENCY_STOP", | |
| } | |
| export enum EQ_AUXILIARY_WEIGHTING_SYSTEM_TYPES { | |
| PLATFORM_SCALE = "PLATFORM_SCALE", | |
| COMPACTOR_SCALE = "COMPACTOR_SCALE", | |
| DYNAMIC_WEIGHTING = "DYNAMIC_WEIGHTING", | |
| } | |
| export enum EQ_BAG_STAND_TYPES { | |
| FIXED = "FIXED", | |
| MOBILE = "MOBILE", | |
| } | |
| export enum EQ_BAG_STANDS_AND_COLLECTION_FRAMES_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| stand_type = "stand_type", | |
| frame_type = "frame_type", | |
| group_type = "group_type", | |
| volume = "volume", | |
| volume_chunk_size = "volume_chunk_size", | |
| volume_chunks_count = "volume_chunks_count", | |
| volume_unit = "volume_unit", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_BAG_STANDS_AND_COLLECTION_FRAMES_GROUP_TYPES { | |
| BAG_STAND = "BAG_STAND", | |
| MULTI_FRACTION_STAND = "MULTI_FRACTION_STAND", | |
| PLASTIC_COLLECTION_FRAME = "PLASTIC_COLLECTION_FRAME", | |
| } | |
| export enum EQ_BAG_STANDS_AND_COLLECTION_FRAMES_VOLUMES { | |
| "60_" = "60_", | |
| "125_" = "125_", | |
| "240_" = "240_", | |
| "120_" = "120_", | |
| "180_" = "180_", | |
| "250_" = "250_", | |
| "200_" = "200_", | |
| "400_" = "400_", | |
| } | |
| export enum EQ_BALE_SIZES { | |
| SMALL = "SMALL", | |
| MEDIUM = "MEDIUM", | |
| LARGE = "LARGE", | |
| INDUSTRIAL = "INDUSTRIAL", | |
| } | |
| export enum EQ_BALER_BINDING_TYPES { | |
| MANUAL = "MANUAL", | |
| AUTOMATIC = "AUTOMATIC", | |
| } | |
| export enum EQ_BALER_TYPES { | |
| HORIZONTAL = "HORIZONTAL", | |
| VERTICAL = "VERTICAL", | |
| MILL_SIZE = "MILL_SIZE", | |
| SACK_COMPACTOR = "SACK_COMPACTOR", | |
| } | |
| export enum EQ_BALERS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| type = "type", | |
| binding_type = "binding_type", | |
| volume = "volume", | |
| volume_unit = "volume_unit", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| press_force = "press_force", | |
| motor_power = "motor_power", | |
| bale_weight = "bale_weight", | |
| bale_amount = "bale_amount", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_BALES_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| size = "size", | |
| binding_type = "binding_type", | |
| volume = "volume", | |
| volume_unit = "volume_unit", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| } | |
| export enum EQ_BARRELS_AND_DRUMS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| group_type = "group_type", | |
| material = "material", | |
| volume = "volume", | |
| volume_unit = "volume_unit", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| is_un_approved = "is_un_approved", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_BARRELS_AND_DRUMS_GROUP_TYPES { | |
| BARREL = "BARREL", | |
| } | |
| export enum EQ_BARRELS_AND_DRUMS_MATERIALS { | |
| STEEL = "STEEL", | |
| HDPE_PLASTIC = "HDPE_PLASTIC", | |
| CARDBOARD = "CARDBOARD", | |
| } | |
| export enum EQ_BARRELS_AND_DRUMS_VOLUMES { | |
| "30_" = "30_", | |
| "60_" = "60_", | |
| "100_" = "100_", | |
| "110_" = "110_", | |
| "120_" = "120_", | |
| "200_" = "200_", | |
| } | |
| export enum EQ_BIN_COLORS_TYPES { | |
| GRAY = "GRAY", | |
| YELLOW = "YELLOW", | |
| BLUE = "BLUE", | |
| BROWN = "BROWN", | |
| RED = "RED", | |
| GREEN = "GREEN", | |
| } | |
| export enum EQ_BIN_COMPACTOR_VOLUMES { | |
| "660_" = "660_", | |
| "770_" = "770_", | |
| "1100_" = "1100_", | |
| } | |
| export enum EQ_BIN_COMPACTORS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| volume = "volume", | |
| volume_unit = "volume_unit", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| compression_ratio = "compression_ratio", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| motor_power = "motor_power", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_BIN_LID_TYPES { | |
| STANDARD = "STANDARD", | |
| SLOT = "SLOT", | |
| ROUND_HOLE = "ROUND_HOLE", | |
| DOUBLE_FLAP = "DOUBLE_FLAP", | |
| SP_AUTOMATIC = "SP_AUTOMATIC", | |
| SP_FIRE_SAFE = "SP_FIRE_SAFE", | |
| SP_CONFIDENTIAL = "SP_CONFIDENTIAL", | |
| SP_AIR_TIGHT = "SP_AIR_TIGHT", | |
| SP_BOLT_ON = "SP_BOLT_ON", | |
| SP_SHARPS = "SP_SHARPS", | |
| SP_DOUBLE = "SP_DOUBLE", | |
| } | |
| export enum EQ_BIN_MATERIALS { | |
| PLASTIC = "PLASTIC", | |
| METAL = "METAL", | |
| } | |
| export enum EQ_BIN_TYPES { | |
| STANDARD = "STANDARD", | |
| MULTI_FRACTION = "MULTI_FRACTION", | |
| HAZARDOUS = "HAZARDOUS", | |
| STREET = "STREET", | |
| } | |
| export enum EQ_BIN_VOLUMES { | |
| "120_" = "120_", | |
| "140_" = "140_", | |
| "240_" = "240_", | |
| "360_" = "360_", | |
| "660_" = "660_", | |
| "770_" = "770_", | |
| "1100_" = "1100_", | |
| } | |
| export enum EQ_BIN_WHEELS_TYPES { | |
| "2_WHEELS" = "2_WHEELS", | |
| "2_WHEELS_BREAKABLE" = "2_WHEELS_BREAKABLE", | |
| "4_WHEELS" = "4_WHEELS", | |
| "4_WHEELS_BREAKABLE" = "4_WHEELS_BREAKABLE", | |
| } | |
| export enum EQ_BINDING_TYPES { | |
| PLASTIC_STRAP = "PLASTIC_STRAP", | |
| METAL_WIRE = "METAL_WIRE", | |
| } | |
| export enum EQ_BINS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| type = "type", | |
| volume = "volume", | |
| volume_unit = "volume_unit", | |
| material = "material", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| lid_type = "lid_type", | |
| lid_color = "lid_color", | |
| wheels_type = "wheels_type", | |
| color = "color", | |
| category = "category", | |
| is_reinforced = "is_reinforced", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_CATEGORIES { | |
| COLLECTION = "COLLECTION", | |
| MACHINERY = "MACHINERY", | |
| TRANSPORT_AND_FLOW = "TRANSPORT_AND_FLOW", | |
| SMART_DEVICES = "SMART_DEVICES", | |
| ACCESSORIES = "ACCESSORIES", | |
| } | |
| export enum EQ_CHUTES_AND_GRAVITY_SYSTEM_DIAMETERS { | |
| "400_" = "400_", | |
| "500_" = "500_", | |
| "600_" = "600_", | |
| } | |
| export enum EQ_CHUTES_AND_GRAVITY_SYSTEM_TYPES { | |
| WASTE_CHUTE = "WASTE_CHUTE", | |
| LAUNDRY_CHUTE = "LAUNDRY_CHUTE", | |
| PNEUMATIC_SYSTEM = "PNEUMATIC_SYSTEM", | |
| } | |
| export enum EQ_CHUTES_AND_GRAVITY_SYSTEMS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| type = "type", | |
| diameter = "diameter", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| } | |
| export enum EQ_CLOSED_CONTAINER_DOOR_TYPES { | |
| REAR_DOOR = "REAR_DOOR", | |
| SIDE_DOOR = "SIDE_DOOR", | |
| DOUBLE_DOOR = "DOUBLE_DOOR", | |
| } | |
| export enum EQ_CLOSED_CONTAINER_ROOF_TYPES { | |
| FLAT_ROOF = "FLAT_ROOF", | |
| CURVED_ROOF = "CURVED_ROOF", | |
| } | |
| export enum EQ_CLOSED_CONTAINER_VOLUMES { | |
| "6_" = "6_", | |
| "8_" = "8_", | |
| "10_" = "10_", | |
| "12_" = "12_", | |
| "14_" = "14_", | |
| "16_" = "16_", | |
| "18_" = "18_", | |
| "20_" = "20_", | |
| "22_" = "22_", | |
| "24_" = "24_", | |
| "26_" = "26_", | |
| "28_" = "28_", | |
| "30_" = "30_", | |
| "32_" = "32_", | |
| "34_" = "34_", | |
| "36_" = "36_", | |
| "38_" = "38_", | |
| "40_" = "40_", | |
| } | |
| export enum EQ_CLOSED_CONTAINERS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| volume = "volume", | |
| volume_unit = "volume_unit", | |
| lift_type = "lift_type", | |
| door_type = "door_type", | |
| roof_type = "roof_type", | |
| is_liquid_tight = "is_liquid_tight", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_COLLECTION_FRAME_TYPES { | |
| FUNNEL_SHAPED = "FUNNEL_SHAPED", | |
| FOR_PERFORATED_SACK = "FOR_PERFORATED_SACK", | |
| } | |
| export enum EQ_COMPACTOR_FEED_TYPES { | |
| TOP_LOAD = "TOP_LOAD", | |
| FRONT_LOAD = "FRONT_LOAD", | |
| DOCK_LOAD = "DOCK_LOAD", | |
| THROUGH_WALL = "THROUGH_WALL", | |
| } | |
| export enum EQ_CONVEYOR_SYSTEM_GROUP_TYPES { | |
| BELT_CONVEYOR = "BELT_CONVEYOR", | |
| INCLINE_CONVEYOR = "INCLINE_CONVEYOR", | |
| SORTING_CONVEYOR = "SORTING_CONVEYOR", | |
| SCREW_CONVEYOR = "SCREW_CONVEYOR", | |
| } | |
| export enum EQ_CONVEYOR_SYSTEM_TYPES { | |
| STRAIGHT = "STRAIGHT", | |
| INCLINE = "INCLINE", | |
| HORIZONTAL = "HORIZONTAL", | |
| SORTING = "SORTING", | |
| } | |
| export enum EQ_CONVEYOR_SYSTEMS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| type = "type", | |
| group_type = "group_type", | |
| length = "length", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| } | |
| export enum EQ_CRUSHERS_AND_SHREDDERS_CAPACITY_UNITS { | |
| BOTTLES_MIN = "BOTTLES_MIN", | |
| CANS_HR = "CANS_HR", | |
| M3 = "M3", | |
| PALLETS_HR = "PALLETS_HR", | |
| } | |
| export enum EQ_CRUSHERS_AND_SHREDDERS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| type = "type", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| reduction_type = "reduction_type", | |
| reduction_percentage = "reduction_percentage", | |
| shredder_type = "shredder_type", | |
| capacity = "capacity", | |
| capacity_unit = "capacity_unit", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| } | |
| export enum EQ_CRUSHERS_AND_SHREDDERS_REDUCTION_TYPES { | |
| MANUAL = "MANUAL", | |
| VARIES = "VARIES", | |
| FIXED = "FIXED", | |
| } | |
| export enum EQ_CRUSHERS_AND_SHREDDERS_TYPES { | |
| GLASS_CRUSHER = "GLASS_CRUSHER", | |
| CAN_CRUSHER = "CAN_CRUSHER", | |
| MANUAL_CRUSHER = "MANUAL_CRUSHER", | |
| ELECTRIC_CRUSHER = "ELECTRIC_CRUSHER", | |
| INDUSTRIAL_CRUSHER = "INDUSTRIAL_CRUSHER", | |
| CONTAINER_SHREDDER = "CONTAINER_SHREDDER", | |
| PALLET_SHREDDER = "PALLET_SHREDDER", | |
| ROLL_PACKER = "ROLL_PACKER", | |
| INDUSTRIAL_SHREDDER = "INDUSTRIAL_SHREDDER", | |
| } | |
| export enum EQ_DEEP_CHAMBER_LIFTING_TYPES { | |
| "1_HOOK" = "1_HOOK", | |
| "2_HOOK" = "2_HOOK", | |
| "3_HOOK" = "3_HOOK", | |
| CRANE = "CRANE", | |
| } | |
| export enum EQ_DEEP_CHAMBER_UNDERGROUND_TYPES { | |
| SEMI_UNDERGROUND = "SEMI_UNDERGROUND", | |
| FULLY_UNDERGROUND = "FULLY_UNDERGROUND", | |
| } | |
| export enum EQ_DEEP_CHAMBER_VOLUMES { | |
| "6e-1_" = "6e-1_", | |
| "8e-1_" = "8e-1_", | |
| "13e-1_" = "13e-1_", | |
| "3_" = "3_", | |
| "4_" = "4_", | |
| "5_" = "5_", | |
| } | |
| export enum EQ_DEEP_CHAMBERS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| type = "type", | |
| volume = "volume", | |
| volume_unit = "volume_unit", | |
| lifting_type = "lifting_type", | |
| is_multi_chamber = "is_multi_chamber", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_DUAL_CHAMBER_COMPACTOR_SPLIT_TYPES { | |
| "50_50" = "50_50", | |
| "40_60" = "40_60", | |
| "30_70" = "30_70", | |
| } | |
| export enum EQ_DUAL_CHAMBER_COMPACTOR_VOLUMES { | |
| "10_" = "10_", | |
| "12_" = "12_", | |
| "14_" = "14_", | |
| "16_" = "16_", | |
| "18_" = "18_", | |
| "20_" = "20_", | |
| "22_" = "22_", | |
| "24_" = "24_", | |
| "26_" = "26_", | |
| "28_" = "28_", | |
| } | |
| export enum EQ_DUAL_CHAMBER_COMPACTORS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| lift_type = "lift_type", | |
| split_type = "split_type", | |
| feed_type = "feed_type", | |
| length = "length", | |
| height = "height", | |
| width = "width", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| } | |
| export enum EQ_ENTITY_TYPES { | |
| EQ_BIN = "EQ_BIN", | |
| EQ_OPEN_CONTAINER = "EQ_OPEN_CONTAINER", | |
| EQ_CLOSED_CONTAINER = "EQ_CLOSED_CONTAINER", | |
| EQ_MOBILE_COMPACTOR = "EQ_MOBILE_COMPACTOR", | |
| EQ_STATIONARY_COMPACTOR = "EQ_STATIONARY_COMPACTOR", | |
| EQ_FRONT_LOADER_CONTAINER = "EQ_FRONT_LOADER_CONTAINER", | |
| EQ_DEEP_CHAMBER = "EQ_DEEP_CHAMBER", | |
| EQ_ROLL_CAGE_AND_TROLLEY = "EQ_ROLL_CAGE_AND_TROLLEY", | |
| EQ_BARREL_AND_DRUM = "EQ_BARREL_AND_DRUM", | |
| EQ_BAG_STAND_AND_COLLECTION_FRAME = "EQ_BAG_STAND_AND_COLLECTION_FRAME", | |
| EQ_BALE = "EQ_BALE", | |
| EQ_HAZARDOUS_WASTE_UNIT = "EQ_HAZARDOUS_WASTE_UNIT", | |
| EQ_BALER = "EQ_BALER", | |
| EQ_PALLET = "EQ_PALLET", | |
| EQ_BIN_COMPACTOR = "EQ_BIN_COMPACTOR", | |
| EQ_CRUSHER_AND_SHREDDER = "EQ_CRUSHER_AND_SHREDDER", | |
| EQ_LOADER_AND_LIFTER = "EQ_LOADER_AND_LIFTER", | |
| EQ_VACUUM_SYSTEM = "EQ_VACUUM_SYSTEM", | |
| EQ_CHUTE_AND_GRAVITY_SYSTEM = "EQ_CHUTE_AND_GRAVITY_SYSTEM", | |
| EQ_CONVEYOR_SYSTEM = "EQ_CONVEYOR_SYSTEM", | |
| EQ_SKIP_CONTAINER = "EQ_SKIP_CONTAINER", | |
| EQ_AUXILIARY = "EQ_AUXILIARY", | |
| EQ_REMOTE_MONITORING_AND_SENSOR = "EQ_REMOTE_MONITORING_AND_SENSOR", | |
| EQ_MISCELLANEOUS = "EQ_MISCELLANEOUS", | |
| EQ_DUAL_CHAMBER_COMPACTOR = "EQ_DUAL_CHAMBER_COMPACTOR", | |
| EQ_SYSTEM = "EQ_SYSTEM", | |
| EQ_GROUP = "EQ_GROUP", | |
| } | |
| export enum EQ_FILL_LEVEL_SENSOR_TYPES { | |
| ULTRASONIC = "ULTRASONIC", | |
| OPTICAL = "OPTICAL", | |
| WEIGHT = "WEIGHT", | |
| } | |
| export enum EQ_FRONT_LOADER_CONTAINER_FORK_SPACINGS { | |
| STANDARD_1435 = "STANDARD_1435", | |
| WIDE_1600 = "WIDE_1600", | |
| } | |
| export enum EQ_FRONT_LOADER_CONTAINER_MATERIALS { | |
| PLASTIC = "PLASTIC", | |
| METAL = "METAL", | |
| } | |
| export enum EQ_FRONT_LOADER_CONTAINER_VOLUMES { | |
| "2_" = "2_", | |
| "3_" = "3_", | |
| "4_" = "4_", | |
| "6_" = "6_", | |
| "8_" = "8_", | |
| } | |
| export enum EQ_FRONT_LOADER_CONTAINERS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| volume = "volume", | |
| volume_unit = "volume_unit", | |
| material = "material", | |
| fork_spacing = "fork_spacing", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_GROUPS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| setup_id = "setup_id", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| } | |
| export enum EQ_GSM_NETWORK_MODULE_TYPES { | |
| "2G" = "2G", | |
| "3G" = "3G", | |
| "4G" = "4G", | |
| "5G" = "5G", | |
| ETHERNET = "ETHERNET", | |
| } | |
| export enum EQ_HAZARDOUS_WASTE_UNIT_MATERIALS { | |
| PLASTIC = "PLASTIC", | |
| HDPE_PLASTIC = "HDPE_PLASTIC", | |
| STEEL = "STEEL", | |
| CARDBOARD = "CARDBOARD", | |
| } | |
| export enum EQ_HAZARDOUS_WASTE_UNIT_TYPES { | |
| CONTAINER = "CONTAINER", | |
| IBC_CONTAINER = "IBC_CONTAINER", | |
| OIL_DRUM = "OIL_DRUM", | |
| OIL_TANK = "OIL_TANK", | |
| BATTERY_CONTAINER = "BATTERY_CONTAINER", | |
| BATTERY_BOX = "BATTERY_BOX", | |
| BARREL = "BARREL", | |
| LEAD_ACID_BATTERY_PALLET = "LEAD_ACID_BATTERY_PALLET", | |
| FLUORESCENT_LAMP_CONTAINER = "FLUORESCENT_LAMP_CONTAINER", | |
| FLUORESCENT_TUBE_CONTAINER = "FLUORESCENT_TUBE_CONTAINER", | |
| SHARPS_CONTAINER = "SHARPS_CONTAINER", | |
| CLINICAL_BIN = "CLINICAL_BIN", | |
| } | |
| export enum EQ_HAZARDOUS_WASTE_UNITS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| type = "type", | |
| volume = "volume", | |
| volume_unit = "volume_unit", | |
| material = "material", | |
| is_un_approved = "is_un_approved", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_IMAGES_COLUMNS { | |
| id = "id", | |
| path = "path", | |
| is_cover = "is_cover", | |
| entity_id = "entity_id", | |
| entity = "entity", | |
| } | |
| export enum EQ_LIFT_TYPES { | |
| HOOK_LIFT = "HOOK_LIFT", | |
| CABLE_LIFT = "CABLE_LIFT", | |
| BOTH = "BOTH", | |
| } | |
| export enum EQ_LOADERS_AND_LIFTERS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| type = "type", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| capacity = "capacity", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| } | |
| export enum EQ_LOADERS_AND_LIFTERS_TYPES { | |
| ELECTRIC = "ELECTRIC", | |
| HYDRAULIC = "HYDRAULIC", | |
| MANUAL = "MANUAL", | |
| CHAIN = "CHAIN", | |
| } | |
| export enum EQ_MISCELLANEOUS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| length = "length", | |
| height = "height", | |
| width = "width", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_MOBILE_COMPACTOR_VOLUMES { | |
| "10_" = "10_", | |
| "12_" = "12_", | |
| "14_" = "14_", | |
| "16_" = "16_", | |
| "18_" = "18_", | |
| "20_" = "20_", | |
| "22_" = "22_", | |
| "24_" = "24_", | |
| "26_" = "26_", | |
| "28_" = "28_", | |
| } | |
| export enum EQ_MOBILE_COMPACTORS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| volume = "volume", | |
| volume_unit = "volume_unit", | |
| lift_type = "lift_type", | |
| feed_type = "feed_type", | |
| compression_ratio = "compression_ratio", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_OPEN_CONTAINER_SIDE_PROFILES { | |
| HIGH = "HIGH", | |
| STANDARD = "STANDARD", | |
| LOW = "LOW", | |
| } | |
| export enum EQ_OPEN_CONTAINER_VOLUMES { | |
| "6_" = "6_", | |
| "8_" = "8_", | |
| "10_" = "10_", | |
| "12_" = "12_", | |
| "14_" = "14_", | |
| "16_" = "16_", | |
| "18_" = "18_", | |
| "20_" = "20_", | |
| "22_" = "22_", | |
| "24_" = "24_", | |
| "26_" = "26_", | |
| "28_" = "28_", | |
| "30_" = "30_", | |
| "32_" = "32_", | |
| "34_" = "34_", | |
| "36_" = "36_", | |
| "38_" = "38_", | |
| "40_" = "40_", | |
| } | |
| export enum EQ_OPEN_CONTAINERS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| volume = "volume", | |
| volume_unit = "volume_unit", | |
| lift_type = "lift_type", | |
| side_profile = "side_profile", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| has_lid = "has_lid", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| is_reinforced = "is_reinforced", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_PALLET_TYPES { | |
| EUR_PALETTE = "EUR_PALETTE", | |
| HALF_EUR_PALETTE = "HALF_EUR_PALETTE", | |
| FIN_PALETTE = "FIN_PALETTE", | |
| INDUSTRIAL_PALETTE = "INDUSTRIAL_PALETTE", | |
| EUR_2_PALETTE = "EUR_2_PALETTE", | |
| EUR_3_PALETTE = "EUR_3_PALETTE", | |
| } | |
| export enum EQ_PALLETS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| type = "type", | |
| volume = "volume", | |
| volume_unit = "volume_unit", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_REMOTE_MONITORING_AND_SENSORS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| group_type = "group_type", | |
| length = "length", | |
| height = "height", | |
| width = "width", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| } | |
| export enum EQ_REMOTE_MONITORING_AND_SENSORS_GROUP_TYPES { | |
| FILL_LEVEL_SENSOR = "FILL_LEVEL_SENSOR", | |
| GSM_NETWORK_MODULE = "GSM_NETWORK_MODULE", | |
| } | |
| export enum EQ_ROLL_CAGES_AND_TROLLEYS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| type = "type", | |
| group_type = "group_type", | |
| volume = "volume", | |
| volume_unit = "volume_unit", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_ROLL_CAGES_AND_TROLLEYS_GROUP_TYPES { | |
| ROLL_CAGE = "ROLL_CAGE", | |
| WASTE_TROLLEY = "WASTE_TROLLEY", | |
| MEDICAL_WASTE_TROLLEY = "MEDICAL_WASTE_TROLLEY", | |
| CLEANING_TROLLEY = "CLEANING_TROLLEY", | |
| } | |
| export enum EQ_ROLL_CAGES_AND_TROLLEYS_TYPES { | |
| FIXED = "FIXED", | |
| MOBILE = "MOBILE", | |
| COLLAPSIBLE = "COLLAPSIBLE", | |
| } | |
| export enum EQ_ROLL_CAGES_AND_TROLLEYS_VOLUMES { | |
| "80_" = "80_", | |
| "240_" = "240_", | |
| "360_" = "360_", | |
| "600_" = "600_", | |
| "720_" = "720_", | |
| "850_" = "850_", | |
| } | |
| export enum EQ_SHREDDER_TYPES { | |
| DRUM = "DRUM", | |
| HAMMER = "HAMMER", | |
| PLATE = "PLATE", | |
| TWO_SHAFT = "TWO_SHAFT", | |
| } | |
| export enum EQ_SKIP_CONTAINER_BOTTOM_UNLOADING_VOLUMES { | |
| "700_" = "700_", | |
| "1000_" = "1000_", | |
| "1800_" = "1800_", | |
| } | |
| export enum EQ_SKIP_CONTAINER_GROUP_TYPES { | |
| LOW_PROFILE_TIPPING = "LOW_PROFILE_TIPPING", | |
| STANDARD_HEIGHT_TIPPING = "STANDARD_HEIGHT_TIPPING", | |
| HIGH_SIDED_TIPPING = "HIGH_SIDED_TIPPING", | |
| BOTTOM_UNLOADING = "BOTTOM_UNLOADING", | |
| HEAVY_DUTY_TIPPING = "HEAVY_DUTY_TIPPING", | |
| } | |
| export enum EQ_SKIP_CONTAINER_HEAVY_DUTY_VOLUMES { | |
| "320_" = "320_", | |
| "550_" = "550_", | |
| "750_" = "750_", | |
| "1000_" = "1000_", | |
| "1340_" = "1340_", | |
| } | |
| export enum EQ_SKIP_CONTAINER_HIGH_SIDED_VOLUMES { | |
| "200_" = "200_", | |
| "400_" = "400_", | |
| "600_" = "600_", | |
| "800_" = "800_", | |
| "1000_" = "1000_", | |
| "1500_" = "1500_", | |
| "2000_" = "2000_", | |
| "2700_" = "2700_", | |
| } | |
| export enum EQ_SKIP_CONTAINER_LOW_PROFILE_VOLUMES { | |
| "550_" = "550_", | |
| "750_" = "750_", | |
| "900_" = "900_", | |
| } | |
| export enum EQ_SKIP_CONTAINER_STANDARD_HEIGHT_VOLUMES { | |
| "150_" = "150_", | |
| "300_" = "300_", | |
| "600_" = "600_", | |
| "900_" = "900_", | |
| "1600_" = "1600_", | |
| } | |
| export enum EQ_SKIP_CONTAINERS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| group_type = "group_type", | |
| length = "length", | |
| height = "height", | |
| width = "width", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| } | |
| export enum EQ_STATIONARY_COMPACTOR_VOLUMES { | |
| "10_" = "10_", | |
| "12_" = "12_", | |
| "14_" = "14_", | |
| "16_" = "16_", | |
| "18_" = "18_", | |
| "20_" = "20_", | |
| "22_" = "22_", | |
| "24_" = "24_", | |
| "26_" = "26_", | |
| "28_" = "28_", | |
| "30_" = "30_", | |
| "32_" = "32_", | |
| "34_" = "34_", | |
| "36_" = "36_", | |
| "38_" = "38_", | |
| "40_" = "40_", | |
| } | |
| export enum EQ_STATIONARY_COMPACTORS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| volume = "volume", | |
| volume_unit = "volume_unit", | |
| lift_type = "lift_type", | |
| feed_type = "feed_type", | |
| compression_ratio = "compression_ratio", | |
| height = "height", | |
| width = "width", | |
| length = "length", | |
| power_socket = "power_socket", | |
| motor_power = "motor_power", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| temp_old_id = "temp_old_id", | |
| temp_new_area_id = "temp_new_area_id", | |
| temp_fraction_id = "temp_fraction_id", | |
| temp_old_main_fraction_id = "temp_old_main_fraction_id", | |
| temp_old_main_fraction_name = "temp_old_main_fraction_name", | |
| } | |
| export enum EQ_VACUUM_SYSTEM_CAPACITIES { | |
| "5_" = "5_", | |
| "10_" = "10_", | |
| "20_" = "20_", | |
| "100_" = "100_", | |
| "200_" = "200_", | |
| "400_" = "400_", | |
| } | |
| export enum EQ_VACUUM_SYSTEM_CAPACITY_UNITS { | |
| M3 = "M3", | |
| M3_HR = "M3_HR", | |
| } | |
| export enum EQ_VACUUM_SYSTEM_TYPES { | |
| CENTRAL = "CENTRAL", | |
| MOBILE = "MOBILE", | |
| } | |
| export enum EQ_VACUUM_SYSTEMS_COLUMNS { | |
| id = "id", | |
| location_id = "location_id", | |
| group_id = "group_id", | |
| setup_id = "setup_id", | |
| type = "type", | |
| capacity = "capacity", | |
| capacity_unit = "capacity_unit", | |
| power_socket = "power_socket", | |
| manufacturer = "manufacturer", | |
| model = "model", | |
| category = "category", | |
| notes = "notes", | |
| created_at = "created_at", | |
| updated_at = "updated_at", | |
| deleted_at = "deleted_at", | |
| } | |
| export enum EQ_VOLUME_UNIT { | |
| L = "L", | |
| M3 = "M3", | |
| KG = "KG", | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment