Sha256: f1e8c91af29266223a410193fad796e1fd678a847f3f4dd6ba0c8c33e8dfb9ec
Contents?: true
Size: 942 Bytes
Versions: 12
Compression:
Stored size: 942 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). 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
12 entries across 12 versions & 1 rubygems