Sha256: f63703cd8e23b610a3fa505fb09670ea0c33fabc488a1c127f9cff3d52c9cfdb

Contents?: true

Size: 1010 Bytes

Versions: 4

Compression:

Stored size: 1010 Bytes

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  
    # HrisCreateEmployeeRequestDtoSchemasEmploymentTypeValue - The type of the employment.
    class HrisCreateEmployeeRequestDtoSchemasEmploymentTypeValue < T::Enum
      enums do
        CONTRACTOR = new('contractor')
        INTERN = new('intern')
        PERMANENT = new('permanent')
        APPRENTICE = new('apprentice')
        FREELANCE = new('freelance')
        TERMINATED = new('terminated')
        TEMPORARY = new('temporary')
        SEASONAL = new('seasonal')
        VOLUNTEER = new('volunteer')
        PROBATION = new('probation')
        INTERNAL = new('internal')
        EXTERNAL = new('external')
        EXPATRIATE = new('expatriate')
        EMPLOYER_OF_RECORD = new('employer_of_record')
        CASUAL = new('casual')
        PROGRAMME = new('Programme')
        UNMAPPED_VALUE = new('unmapped_value')
      end
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stackone_client-0.2.33 lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_value.rb
stackone_client-0.2.32 lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_value.rb
stackone_client-0.2.31 lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_value.rb
stackone_client-0.2.30 lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_value.rb