export declare enum Type { CollectionRef = "/api/refs/collection", ObjectRef = "/api/refs/object", Error = "/api/error", Page = "/api/collections/paginated", Response = "/api/response", Address = "/address", AirBookingDetail = "/air/booking", Airport = "/air/port", AirShipmentDetail = "/air/shipment", AirShipmentLeg = "/air/shipment_leg", Booking = "/booking", BookingAmendment = "/booking_amendment", BookingAmendmentHsCode = "/booking_amendment_product_description", BookingHsCode = "/bookings/product_descriptions", BookingLineItem = "/purchase_orders/booking_line_item", BookingLineItemCollectionRef = "/api/refs/collection", BookingRef = "/api/refs/object", CarbonCalculation = "/carbon_calculation", Cargo = "/cargo", CommercialInvoice = "/commercial_invoice", CommercialInvoiceCollectionRef = "/api/refs/collection", CommercialInvoiceLineItem = "/commercial_invoice_line_item", CommercialInvoiceRef = "/api/refs/object", Company = "/network/company", CompanyEntity = "/company_entity", CompanyEntityRef = "/api/refs/object", Contact = "/network/contact", ContainerCollectionRef = "/api/refs/collection", ContainerCounts = "/container_counts", ContainerLegCollectionRef = "/api/refs/collection", ContainerRef = "/api/refs/object", Coordinates = "/coordinates", CreateBookingAmendmentHsCode = "/bookings/update/product_description", CreateBookingHsCode = "/bookings/product_descriptions", CreateCommercialInvoiceLineItem = "/commercial_invoice_line_item/create", CreditMemo = "/credit_memo", CustomsEntry = "/customs_entry", CustomsEntryCollectionRef = "/api/refs/collection", CustomsInvolvedParty = "/customs/involved_party", Document = "/document", DocumentCollectionRef = "/api/refs/collection", FileMetadata = "/file_metadata", HsCode = "/hs_code", Invoice = "/invoice", InvoiceItem = "/invoice_item", InvoiceQuantity = "/invoice/quantity", InvoiceRate = "/invoice/rate", LegCollectionRef = "/api/refs/collection", LegRef = "/api/refs/object", Length = "/quantity/length", Location = "/network/location", Manufacturer = "/customs/manufacturer", Money = "/money", OceanBookingDetail = "/ocean/booking", OceanShipmentContainerLeg = "/ocean/shipment_container_leg", OceanShipmentDetail = "/ocean/shipment", OceanShipmentLeg = "/ocean/shipment_leg", Place = "/place", Product = "/product", ProductClassification = "/product/classification", ProductProperty = "/product/property", ProductRef = "api/refs/object", PurchaseOrder = "/booking", PurchaseOrderLineItem = "/purchase_orders/line_item", PurchaseOrderLineItemCollectionRef = "/api/refs/collection", PurchaseOrderLineItemRef = "/api/refs/object", PurchaseOrderRef = "/api/refs/object", Railport = "/ocean/railport", RailShipmentLeg = "/rail/shipment_leg", Roadport = "/trucking/port", Seaport = "/ocean/port", Shipment = "/shipment", ShipmentContainer = "/ocean/shipment_container", ShipmentEventData = "/shipment_event_data", ShipmentItem = "/shipment_item", ShipmentLeg = "/shipment_leg", ShipmentNode = "/shipment_node", ShipmentRef = "/api/refs/object", ShippingUnit = "/shipping_unit", Terminal = "/shipment_node/terminal", TruckingBookingDetail = "/trucking/booking", TruckingShipmentLeg = "/trucking/shipment_leg", VatNumber = "/company_entity/vat_number", Volume = "/quantity/volume", WebhookEvent = "/event", Weight = "/quantity/weight" }