Sha256: 4f3b719d819f65c091b4acb705fd8f54089fa73f004150a15c8f823bf6e48256
Contents?: true
Size: 475 Bytes
Versions: 3
Compression:
Stored size: 475 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Shared # OpenapiDiffBumpType - Bump type of the lock file (calculated semver delta, or a custom change (manual release)) class OpenapiDiffBumpType < T::Enum enums do MAJOR = new('major') MINOR = new('minor') PATCH = new('patch') NONE = new('none') end end end end
Version data entries
3 entries across 3 versions & 1 rubygems