Sha256: 200ed64dc04072dfb2abc90c01daf99eef1b7e5cd472954e4b5fbc8f744799c5

Contents?: true

Size: 687 Bytes

Versions: 23

Compression:

Stored size: 687 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  
    # FieldType - The type of the field
    class FieldType < T::Enum
      enums do
        SHORT_TEXT = new('short_text')
        LONG_TEXT = new('long_text')
        MULTI_SELECT = new('multi_select')
        SINGLE_SELECT = new('single_select')
        BOOLEAN = new('boolean')
        NUMBER = new('number')
        DATE = new('date')
        PHONE = new('phone')
        EMAIL = new('email')
        SCORE = new('score')
        LOCATION = new('location')
        UNMAPPED_VALUE = new('unmapped_value')
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
stackone_client-0.5.7 lib/stack_one/models/shared/field_type.rb
stackone_client-0.5.6 lib/stack_one/models/shared/field_type.rb
stackone_client-0.5.5 lib/stack_one/models/shared/field_type.rb
stackone_client-0.5.4 lib/stack_one/models/shared/field_type.rb
stackone_client-0.5.3 lib/stack_one/models/shared/field_type.rb
stackone_client-0.5.2 lib/stack_one/models/shared/field_type.rb
stackone_client-0.5.1 lib/stack_one/models/shared/field_type.rb
stackone_client-0.5.0 lib/stack_one/models/shared/field_type.rb
stackone_client-0.4.1 lib/stack_one/models/shared/field_type.rb
stackone_client-0.4.0 lib/stack_one/models/shared/field_type.rb
stackone_client-0.3.3 lib/stack_one/models/shared/field_type.rb
stackone_client-0.3.2 lib/stack_one/models/shared/field_type.rb
stackone_client-0.3.1 lib/stack_one/models/shared/field_type.rb
stackone_client-0.3.0 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.46 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.45 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.44 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.43 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.42 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.41 lib/stack_one/models/shared/field_type.rb