Add employmentType to Job Create and Update

  • job.create now accepts an optional employmentType parameter. When supplied, it overrides the template default. When omitted, the template value (or FullTime) is used.
  • job.update now accepts an optional employmentType parameter to change the employment type of an existing job.