Sha256: 27e63dbe853cba08d1036d0d24f72acd32426996daec7ebf2b88bcac37205c26
Contents?: true
Size: 887 Bytes
Versions: 1
Compression:
Stored size: 887 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared class HrisCreateEmployeeRequestDtoSchemasEmploymentTypeValue < T::Enum enums do FULL_TIME = new('full_time') PART_TIME = new('part_time') 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') EMPLOYER_OF_RECORD = new('employer_of_record') UNMAPPED_VALUE = new('unmapped_value') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stackone_client-0.1.1 | lib/stack_one/models/shared/hriscreateemployeerequestdto_schemas_employment_type_value.rb |