Sha256: 88046f3c41fc0c42ba1bde954a2f23a855eef90c26adb57c68a3d5f7243163ea

Contents?: true

Size: 691 Bytes

Versions: 23

Compression:

Stored size: 691 Bytes

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). 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.2.33 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.32 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.31 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.30 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.29 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.28 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.27 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.26 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.18 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.17 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.16 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.15 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.14 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.13 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.12 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.11 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.10 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.9 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.7 lib/stack_one/models/shared/field_type.rb
stackone_client-0.2.6 lib/stack_one/models/shared/field_type.rb