increase rate limit, set several fields to single select

This commit is contained in:
Fendy Heryanto
2025-12-06 10:20:37 +00:00
parent 26bd771d27
commit 02b083f411

View File

@@ -84,16 +84,16 @@ export const SCHEMA_HRIS: SyncSchema = {
{ title: 'Personal Email', uidt: UITypes.Email },
{ title: 'Mobile Phone Number', uidt: UITypes.PhoneNumber },
{ title: 'Team', uidt: UITypes.SingleLineText },
{ title: 'Pay Group', uidt: UITypes.SingleLineText },
{ title: 'Pay Group', uidt: UITypes.SingleSelect },
{ title: 'SSN', uidt: UITypes.SingleLineText },
{ title: 'Gender', uidt: UITypes.SingleLineText },
{ title: 'Manager', uidt: UITypes.SingleLineText },
{ title: 'Ethnicity', uidt: UITypes.SingleLineText },
{ title: 'Marital Status', uidt: UITypes.SingleLineText },
{ title: 'Department', uidt: UITypes.SingleLineText },
{ title: 'Gender', uidt: UITypes.SingleSelect },
{ title: 'Manager', uidt: UITypes.SingleSelect },
{ title: 'Ethnicity', uidt: UITypes.SingleSelect },
{ title: 'Marital Status', uidt: UITypes.SingleSelect },
{ title: 'Department', uidt: UITypes.SingleSelect },
{ title: 'Date Of Birth', uidt: UITypes.Date },
{ title: 'Start Date', uidt: UITypes.Date },
{ title: 'Employment Status', uidt: UITypes.SingleLineText },
{ title: 'Employment Status', uidt: UITypes.SingleSelect },
{ title: 'Termination Date', uidt: UITypes.Date },
{ title: 'Avatar', uidt: UITypes.URL },
],
@@ -151,12 +151,12 @@ export const SCHEMA_HRIS: SyncSchema = {
{ title: 'Job Title', uidt: UITypes.SingleLineText, pv: true },
{ title: 'Pay Rate', uidt: UITypes.Currency },
{ title: 'Pay Period', uidt: UITypes.SingleLineText },
{ title: 'Pay Frequency', uidt: UITypes.SingleLineText },
{ title: 'Pay Currency', uidt: UITypes.SingleLineText },
{ title: 'Pay Group', uidt: UITypes.SingleLineText },
{ title: 'Flsa Status', uidt: UITypes.SingleLineText },
{ title: 'Pay Frequency', uidt: UITypes.SingleSelect },
{ title: 'Pay Currency', uidt: UITypes.SingleSelect },
{ title: 'Pay Group', uidt: UITypes.SingleSelect },
{ title: 'Flsa Status', uidt: UITypes.SingleSelect },
{ title: 'Effective Date', uidt: UITypes.Date },
{ title: 'Employment Type', uidt: UITypes.SingleLineText },
{ title: 'Employment Type', uidt: UITypes.SingleSelect },
],
relations: [
{
@@ -190,11 +190,11 @@ export const SCHEMA_HRIS: SyncSchema = {
{ title: 'Phone Number', uidt: UITypes.PhoneNumber },
{ title: 'Street 1', uidt: UITypes.SingleLineText },
{ title: 'Street 2', uidt: UITypes.SingleLineText },
{ title: 'City', uidt: UITypes.SingleLineText },
{ title: 'State', uidt: UITypes.SingleLineText },
{ title: 'City', uidt: UITypes.SingleSelect },
{ title: 'State', uidt: UITypes.SingleSelect },
{ title: 'Zip Code', uidt: UITypes.SingleLineText },
{ title: 'Country', uidt: UITypes.SingleLineText },
{ title: 'Location Type', uidt: UITypes.SingleLineText },
{ title: 'Country', uidt: UITypes.SingleSelect },
{ title: 'Location Type', uidt: UITypes.SingleSelect },
],
relations: [
{