/** * VRt.Universal [UV] * * The version of the OpenAPI document: 7.26.3024 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ /** * Service version. */ export interface VersionResultUniversal { [key: string]: any | any; /** * Product version. Within a single version, compatibility of common data structures between services is guaranteed. A version change indicates changes that are incompatible with previous versions of the product (and all services). */ major: number; /** * Minor version of the service. A version change indicates new functionality. The update is backward compatible with the major version of the service. */ minor: number; /** * Build version. Contains backwards compatible bug fixes and docs update. */ build: string; }