Sha256: 27c8dda79b384593cf43fc4e3876779ec74f0f23a2c07a5b38a77d0de1bc63a7
Contents?: true
Size: 946 Bytes
Versions: 4
Compression:
Stored size: 946 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # EmploymentSchemasValue - The type of the employment. class EmploymentSchemasValue < 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