Sha256: 42a01793d9aa6697a6b44823972567a27e54e613a308d77a3f72122ec0988053
Contents?: true
Size: 685 Bytes
Versions: 3
Compression:
Stored size: 685 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Shared # InteractionType - Type of interaction. class InteractionType < T::Enum enums do CI_EXEC = new('CI_EXEC') CLI_EXEC = new('CLI_EXEC') LINT = new('LINT') OPENAPI_DIFF = new('OPENAPI_DIFF') TARGET_GENERATE = new('TARGET_GENERATE') TOMBSTONE = new('TOMBSTONE') AUTHENTICATE = new('AUTHENTICATE') QUICKSTART = new('QUICKSTART') RUN = new('RUN') CONFIGURE = new('CONFIGURE') PUBLISH = new('PUBLISH') end end end end
Version data entries
3 entries across 3 versions & 1 rubygems