Opcua, xopc packages depreacted in Ignition8

Hi Team,

We have few custom modules in Ignition 7.9. We are working on migrating those to Ignition 8.1. The below packages seems to be missing in Ignition8.1
Could you please help me with guiding how we can migrate these to 8.1.

com.inductiveautomation.opcua.types.DataType
com.inductiveautomation.opcua.types.DataValue
com.inductiveautomation.opcua.types.UtcTime
com.inductiveautomation.opcua.types.StatusCode
com.inductiveautomation.opcua.types.NodeId
com.inductiveautomation.opcua.types.Variant
com.inductiveautomation.xopc.driver.api.DriverContext
com.inductiveautomation.xopc.driver.api.DriverState
com.inductiveautomation.xopc.driver.api.BrowseOperation
com.inductiveautomation.xopc.driver.api.configuration.DriverType
com.inductiveautomation.xopc.driver.api.Driver
om.inductiveautomation.xopc.driver.api.DriverAPI
com.inductiveautomation.xopc.driver.api.AbstractDriver
com.inductiveautomation.xopc.driver.api.browsing.BrowseNode
com.inductiveautomation.xopc.driver.api.browsing.FolderNode
com.inductiveautomation.xopc.driver.api.browsing.DataVariableNode
com.inductiveautomation.xopc.driver.api.items.ReadItem
com.inductiveautomation.xopc.driver.api.items.WriteItem
com.inductiveautomation.xopc.driver.api.configuration.DeviceSettingsRecord
com.inductiveautomation.xopc.driver.common.nodemap.NodeMapDriver
com.inductiveautomation.xopc.driver.common.AbstractDriverModuleHook
com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaNextServerType

If you had searched the forum for even that first item, you'd have found this:

Thanks @pturmel

Most of these types do still exist in 8.1, the exceptions being com.inductiveautomation.opcua.types.*, which are replaced by their equivalents in the org.eclipse.milo.opcua.stack.core.types.builtin package (or similar) and OpcUaNextServerType, which wasn’t part of the SDK/API and doesn’t exist any more.