Enumerations

The following enumerations are available globally.

  • Type of change as stated in migration guide

    See more

    Declaration

    Swift

    enum ChangeType : String, CaseIterable
  • object affected by change

    See more

    Declaration

    Swift

    enum ObjectType
  • service type stated in migration guide - currently REST only

    See more

    Declaration

    Swift

    enum ServiceType : String, CaseIterable, Decodable
  • represents specification type as stated in migration guide, currently only OpenAPI supported

    See more

    Declaration

    Swift

    enum SpecificationType : String, CaseIterable, Decodable
  • represents the target of a change as stated in migration guide

    See more

    Declaration

    Swift

    public enum TargetType : String, CaseIterable, Decodable
  • Annotation which can be added to any Modifiable

    See more

    Declaration

    Swift

    enum Annotation : CustomStringConvertible
  • Helper for converting types for en-/decoding

    See more

    Declaration

    Swift

    enum TypeConversion
  • Temporary storage of non persistent type names.

    See more

    Declaration

    Swift

    enum TypeStore