import { z } from 'zod'; export type corehrV2ToolName = 'corehr.v2.approvalGroups.get' | 'corehr.v2.approvalGroups.openQueryDepartmentChangeListByIds' | 'corehr.v2.approvalGroups.openQueryJobChangeListByIds' | 'corehr.v2.approver.list' | 'corehr.v2.basicInfoBankBranch.search' | 'corehr.v2.basicInfoBank.search' | 'corehr.v2.basicInfoCity.search' | 'corehr.v2.basicInfoCountryRegionSubdivision.search' | 'corehr.v2.basicInfoCountryRegion.search' | 'corehr.v2.basicInfoCurrency.search' | 'corehr.v2.basicInfoDistrict.search' | 'corehr.v2.basicInfoLanguage.search' | 'corehr.v2.basicInfoNationality.search' | 'corehr.v2.basicInfoTimeZone.search' | 'corehr.v2.bp.getByDepartment' | 'corehr.v2.bp.list' | 'corehr.v2.company.active' | 'corehr.v2.company.batchGet' | 'corehr.v2.company.queryRecentChange' | 'corehr.v2.contract.search' | 'corehr.v2.costAllocation.batchQuery' | 'corehr.v2.costAllocation.createVersion' | 'corehr.v2.costAllocation.removeVersion' | 'corehr.v2.costAllocation.updateVersion' | 'corehr.v2.costCenter.create' | 'corehr.v2.costCenter.delete' | 'corehr.v2.costCenter.patch' | 'corehr.v2.costCenter.queryRecentChange' | 'corehr.v2.costCenter.search' | 'corehr.v2.costCenterVersion.create' | 'corehr.v2.costCenterVersion.delete' | 'corehr.v2.costCenterVersion.patch' | 'corehr.v2.customOrg.active' | 'corehr.v2.customOrg.create' | 'corehr.v2.customOrg.deleteOrg' | 'corehr.v2.customOrg.patch' | 'corehr.v2.customOrg.query' | 'corehr.v2.customOrg.updateRule' | 'corehr.v2.defaultCostCenter.batchQuery' | 'corehr.v2.defaultCostCenter.createVersion' | 'corehr.v2.defaultCostCenter.removeVersion' | 'corehr.v2.defaultCostCenter.updateVersion' | 'corehr.v2.department.batchGet' | 'corehr.v2.department.delete' | 'corehr.v2.department.parents' | 'corehr.v2.department.patch' | 'corehr.v2.department.queryMultiTimeline' | 'corehr.v2.department.queryOperationLogs' | 'corehr.v2.department.queryRecentChange' | 'corehr.v2.department.queryTimeline' | 'corehr.v2.department.search' | 'corehr.v2.department.tree' | 'corehr.v2.employee.batchGet' | 'corehr.v2.employee.create' | 'corehr.v2.employee.search' | 'corehr.v2.employeesAdditionalJob.batch' | 'corehr.v2.employeesAdditionalJob.create' | 'corehr.v2.employeesAdditionalJob.delete' | 'corehr.v2.employeesAdditionalJob.patch' | 'corehr.v2.employeesBp.batchGet' | 'corehr.v2.employeesInternationalAssignment.create' | 'corehr.v2.employeesInternationalAssignment.delete' | 'corehr.v2.employeesInternationalAssignment.list' | 'corehr.v2.employeesInternationalAssignment.patch' | 'corehr.v2.employeesJobData.batchGet' | 'corehr.v2.employeesJobData.query' | 'corehr.v2.enum.search' | 'corehr.v2.jobChange.create' | 'corehr.v2.jobChange.revoke' | 'corehr.v2.jobChange.search' | 'corehr.v2.jobFamily.batchGet' | 'corehr.v2.jobGrade.create' | 'corehr.v2.jobGrade.delete' | 'corehr.v2.jobGrade.patch' | 'corehr.v2.jobGrade.query' | 'corehr.v2.jobLevel.batchGet' | 'corehr.v2.job.get' | 'corehr.v2.job.list' | 'corehr.v2.job.queryRecentChange' | 'corehr.v2.location.active' | 'corehr.v2.locationAddress.create' | 'corehr.v2.locationAddress.delete' | 'corehr.v2.locationAddress.patch' | 'corehr.v2.location.batchGet' | 'corehr.v2.location.patch' | 'corehr.v2.location.queryRecentChange' | 'corehr.v2.offboarding.edit' | 'corehr.v2.offboarding.revoke' | 'corehr.v2.offboarding.submitV2' | 'corehr.v2.person.create' | 'corehr.v2.person.patch' | 'corehr.v2.preHire.complete' | 'corehr.v2.preHire.create' | 'corehr.v2.preHire.delete' | 'corehr.v2.preHire.patch' | 'corehr.v2.preHire.query' | 'corehr.v2.preHire.restoreFlowInstance' | 'corehr.v2.preHire.search' | 'corehr.v2.preHire.transitTask' | 'corehr.v2.preHire.withdrawOnboarding' | 'corehr.v2.processRevoke.update' | 'corehr.v2.processWithdraw.update' | 'corehr.v2.processApprover.update' | 'corehr.v2.processExtra.update' | 'corehr.v2.processFormVariableData.get' | 'corehr.v2.process.get' | 'corehr.v2.process.list' | 'corehr.v2.processTransfer.update' | 'corehr.v2.reportDetailRow.batchDelete' | 'corehr.v2.reportDetailRow.batchSave' | 'corehr.v2.workforcePlanDetailRow.batchDelete' | 'corehr.v2.workforcePlanDetailRow.batchSave' | 'corehr.v2.workforcePlanDetail.batch' | 'corehr.v2.workforcePlanDetail.batchV2' | 'corehr.v2.workforcePlan.list'; export declare const corehrV2ApprovalGroupsGet: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; path: z.ZodObject<{ process_id: z.ZodString; }, "strip", z.ZodTypeAny, { process_id: string; }, { process_id: string; }>; }; }; export declare const corehrV2ApprovalGroupsOpenQueryDepartmentChangeListByIds: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; need_department_path: z.ZodOptional; }, "strip", z.ZodTypeAny, { department_change_ids?: string[] | undefined; need_department_path?: boolean | undefined; }, { department_change_ids?: string[] | undefined; need_department_path?: boolean | undefined; }>>; params: z.ZodObject<{ process_id: z.ZodString; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { process_id: string; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { process_id: string; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; }; export declare const corehrV2ApprovalGroupsOpenQueryJobChangeListByIds: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; need_department_path: z.ZodOptional; }, "strip", z.ZodTypeAny, { need_department_path?: boolean | undefined; job_change_ids?: string[] | undefined; }, { need_department_path?: boolean | undefined; job_change_ids?: string[] | undefined; }>>; params: z.ZodObject<{ process_id: z.ZodString; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { process_id: string; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { process_id: string; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; }; export declare const corehrV2ApproverList: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; user_id: z.ZodString; approver_status: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; user_id: string; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; approver_status?: number | undefined; }, { page_size: number; user_id: string; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; approver_status?: number | undefined; }>; }; }; export declare const corehrV2BasicInfoBankBranchSearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; bank_branch_id_list: z.ZodOptional>; bank_branch_name_list: z.ZodOptional>; code_list: z.ZodOptional>; status_list: z.ZodOptional>; update_start_time: z.ZodOptional; update_end_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { bank_id_list?: string[] | undefined; bank_branch_id_list?: string[] | undefined; bank_branch_name_list?: string[] | undefined; code_list?: string[] | undefined; status_list?: number[] | undefined; update_start_time?: string | undefined; update_end_time?: string | undefined; }, { bank_id_list?: string[] | undefined; bank_branch_id_list?: string[] | undefined; bank_branch_name_list?: string[] | undefined; code_list?: string[] | undefined; status_list?: number[] | undefined; update_start_time?: string | undefined; update_end_time?: string | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; }; export declare const corehrV2BasicInfoBankSearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; bank_name_list: z.ZodOptional>; status_list: z.ZodOptional>; update_start_time: z.ZodOptional; update_end_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { bank_id_list?: string[] | undefined; status_list?: number[] | undefined; update_start_time?: string | undefined; update_end_time?: string | undefined; bank_name_list?: string[] | undefined; }, { bank_id_list?: string[] | undefined; status_list?: number[] | undefined; update_start_time?: string | undefined; update_end_time?: string | undefined; bank_name_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; }; export declare const corehrV2BasicInfoCitySearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; city_id_list: z.ZodOptional>; status_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { status_list?: number[] | undefined; country_region_subdivision_id_list?: string[] | undefined; city_id_list?: string[] | undefined; }, { status_list?: number[] | undefined; country_region_subdivision_id_list?: string[] | undefined; city_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; }; export declare const corehrV2BasicInfoCountryRegionSubdivisionSearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; country_region_subdivision_id_list: z.ZodOptional>; status_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { country_region_id_list?: string[] | undefined; status_list?: number[] | undefined; country_region_subdivision_id_list?: string[] | undefined; }, { country_region_id_list?: string[] | undefined; status_list?: number[] | undefined; country_region_subdivision_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; }; export declare const corehrV2BasicInfoCountryRegionSearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; status_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { country_region_id_list?: string[] | undefined; status_list?: number[] | undefined; }, { country_region_id_list?: string[] | undefined; status_list?: number[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; }; export declare const corehrV2BasicInfoCurrencySearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; status_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { status_list?: number[] | undefined; currency_id_list?: string[] | undefined; }, { status_list?: number[] | undefined; currency_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; }; export declare const corehrV2BasicInfoDistrictSearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; district_id_list: z.ZodOptional>; status_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { status_list?: number[] | undefined; city_id_list?: string[] | undefined; district_id_list?: string[] | undefined; }, { status_list?: number[] | undefined; city_id_list?: string[] | undefined; district_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; }; export declare const corehrV2BasicInfoLanguageSearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; status_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { status_list?: number[] | undefined; language_id_list?: string[] | undefined; }, { status_list?: number[] | undefined; language_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; }; export declare const corehrV2BasicInfoNationalitySearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; country_region_id_list: z.ZodOptional>; status_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { country_region_id_list?: string[] | undefined; status_list?: number[] | undefined; nationality_id_list?: string[] | undefined; }, { country_region_id_list?: string[] | undefined; status_list?: number[] | undefined; nationality_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; }; export declare const corehrV2BasicInfoTimeZoneSearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; status_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { status_list?: number[] | undefined; time_zone_id_list?: string[] | undefined; }, { status_list?: number[] | undefined; time_zone_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; }; export declare const corehrV2BpGetByDepartment: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ department_id: z.ZodString; }, "strip", z.ZodTypeAny, { department_id: string; }, { department_id: string; }>; params: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; }; }; export declare const corehrV2BpList: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; }; export declare const corehrV2CompanyActive: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ company_id: z.ZodString; effective_time: z.ZodString; active: z.ZodBoolean; operation_reason: z.ZodString; }, "strip", z.ZodTypeAny, { effective_time: string; active: boolean; company_id: string; operation_reason: string; }, { effective_time: string; active: boolean; company_id: string; operation_reason: string; }>; }; }; export declare const corehrV2CompanyBatchGet: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ company_ids: z.ZodArray; }, "strip", z.ZodTypeAny, { company_ids: string[]; }, { company_ids: string[]; }>; }; }; export declare const corehrV2CompanyQueryRecentChange: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; start_date: z.ZodString; end_date: z.ZodString; }, "strip", z.ZodTypeAny, { page_size: number; start_date: string; end_date: string; page_token?: string | undefined; }, { page_size: number; start_date: string; end_date: string; page_token?: string | undefined; }>; }; }; export declare const corehrV2ContractSearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; contract_id_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { employment_id_list?: string[] | undefined; contract_id_list?: string[] | undefined; }, { employment_id_list?: string[] | undefined; contract_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>; }; }; export declare const corehrV2CostAllocationBatchQuery: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_ids: z.ZodArray; }, "strip", z.ZodTypeAny, { employment_ids: string[]; }, { employment_ids: string[]; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; }; }; export declare const corehrV2CostAllocationCreateVersion: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_id: z.ZodString; cost_allocation: z.ZodOptional; job_data_cost_center_id: z.ZodOptional, "many">>; reason: z.ZodOptional; }, "strip", z.ZodTypeAny, { effective_time: string; expiration_time?: string | undefined; reason?: string | undefined; job_data_cost_center_id?: { cost_center_id: string; new_rate: number; }[] | undefined; }, { effective_time: string; expiration_time?: string | undefined; reason?: string | undefined; job_data_cost_center_id?: { cost_center_id: string; new_rate: number; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { employment_id: string; cost_allocation?: { effective_time: string; expiration_time?: string | undefined; reason?: string | undefined; job_data_cost_center_id?: { cost_center_id: string; new_rate: number; }[] | undefined; } | undefined; }, { employment_id: string; cost_allocation?: { effective_time: string; expiration_time?: string | undefined; reason?: string | undefined; job_data_cost_center_id?: { cost_center_id: string; new_rate: number; }[] | undefined; } | undefined; }>; params: z.ZodOptional>; client_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }>>; }; }; export declare const corehrV2CostAllocationRemoveVersion: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_id: z.ZodString; cost_allocation: z.ZodOptional>; }, "strip", z.ZodTypeAny, { employment_id: string; cost_allocation?: { wk_id: string; } | undefined; }, { employment_id: string; cost_allocation?: { wk_id: string; } | undefined; }>; params: z.ZodOptional>; client_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }>>; }; }; export declare const corehrV2CostAllocationUpdateVersion: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_id: z.ZodString; cost_allocation: z.ZodOptional; expiration_time: z.ZodOptional; job_data_cost_center_id: z.ZodOptional; new_rate: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; new_rate?: number | undefined; }, { cost_center_id?: string | undefined; new_rate?: number | undefined; }>, "many">>; reason: z.ZodOptional; }, "strip", z.ZodTypeAny, { wk_id: string; effective_time?: string | undefined; expiration_time?: string | undefined; reason?: string | undefined; job_data_cost_center_id?: { cost_center_id?: string | undefined; new_rate?: number | undefined; }[] | undefined; }, { wk_id: string; effective_time?: string | undefined; expiration_time?: string | undefined; reason?: string | undefined; job_data_cost_center_id?: { cost_center_id?: string | undefined; new_rate?: number | undefined; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { employment_id: string; cost_allocation?: { wk_id: string; effective_time?: string | undefined; expiration_time?: string | undefined; reason?: string | undefined; job_data_cost_center_id?: { cost_center_id?: string | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; }, { employment_id: string; cost_allocation?: { wk_id: string; effective_time?: string | undefined; expiration_time?: string | undefined; reason?: string | undefined; job_data_cost_center_id?: { cost_center_id?: string | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; }>; params: z.ZodOptional>; client_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }>>; }; }; export declare const corehrV2CostCenterCreate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ name: z.ZodArray, "many">; code: z.ZodOptional; parent_cost_center_id: z.ZodOptional; managers: z.ZodOptional>; description: z.ZodOptional, "many">>; effective_time: z.ZodString; }, "strip", z.ZodTypeAny, { name: { value: string; lang: string; }[]; effective_time: string; code?: string | undefined; description?: { value: string; lang: string; }[] | undefined; managers?: string[] | undefined; parent_cost_center_id?: string | undefined; }, { name: { value: string; lang: string; }[]; effective_time: string; code?: string | undefined; description?: { value: string; lang: string; }[] | undefined; managers?: string[] | undefined; parent_cost_center_id?: string | undefined; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; }; }; export declare const corehrV2CostCenterDelete: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ operation_reason: z.ZodString; }, "strip", z.ZodTypeAny, { operation_reason: string; }, { operation_reason: string; }>; path: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; }, { cost_center_id?: string | undefined; }>>; }; }; export declare const corehrV2CostCenterPatch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ effective_time: z.ZodString; active: z.ZodBoolean; operation_reason: z.ZodString; }, "strip", z.ZodTypeAny, { effective_time: string; active: boolean; operation_reason: string; }, { effective_time: string; active: boolean; operation_reason: string; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; path: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; }, { cost_center_id?: string | undefined; }>>; }; }; export declare const corehrV2CostCenterQueryRecentChange: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; start_date: z.ZodString; end_date: z.ZodString; }, "strip", z.ZodTypeAny, { page_size: number; start_date: string; end_date: string; page_token?: string | undefined; }, { page_size: number; start_date: string; end_date: string; page_token?: string | undefined; }>; }; }; export declare const corehrV2CostCenterSearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; name_list: z.ZodOptional>; code: z.ZodOptional; parent_cost_center_id: z.ZodOptional; get_all_version: z.ZodOptional; }, "strip", z.ZodTypeAny, { code?: string | undefined; name_list?: string[] | undefined; get_all_version?: boolean | undefined; parent_cost_center_id?: string | undefined; cost_center_id_list?: string[] | undefined; }, { code?: string | undefined; name_list?: string[] | undefined; get_all_version?: boolean | undefined; parent_cost_center_id?: string | undefined; cost_center_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>; }; }; export declare const corehrV2CostCenterVersionCreate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ name: z.ZodArray, "many">; parent_cost_center_id: z.ZodOptional; managers: z.ZodOptional>; description: z.ZodOptional, "many">>; effective_time: z.ZodString; operation_reason: z.ZodString; }, "strip", z.ZodTypeAny, { name: { value: string; lang: string; }[]; effective_time: string; operation_reason: string; description?: { value: string; lang: string; }[] | undefined; managers?: string[] | undefined; parent_cost_center_id?: string | undefined; }, { name: { value: string; lang: string; }[]; effective_time: string; operation_reason: string; description?: { value: string; lang: string; }[] | undefined; managers?: string[] | undefined; parent_cost_center_id?: string | undefined; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; path: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; }, { cost_center_id?: string | undefined; }>>; }; }; export declare const corehrV2CostCenterVersionDelete: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ operation_reason: z.ZodString; }, "strip", z.ZodTypeAny, { operation_reason: string; }, { operation_reason: string; }>; path: z.ZodOptional; version_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { version_id?: string | undefined; cost_center_id?: string | undefined; }, { version_id?: string | undefined; cost_center_id?: string | undefined; }>>; }; }; export declare const corehrV2CostCenterVersionPatch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ name: z.ZodArray, "many">; parent_cost_center_id: z.ZodOptional; managers: z.ZodOptional>; description: z.ZodOptional, "many">>; effective_time: z.ZodString; operation_reason: z.ZodString; }, "strip", z.ZodTypeAny, { name: { value: string; lang: string; }[]; effective_time: string; operation_reason: string; description?: { value: string; lang: string; }[] | undefined; managers?: string[] | undefined; parent_cost_center_id?: string | undefined; }, { name: { value: string; lang: string; }[]; effective_time: string; operation_reason: string; description?: { value: string; lang: string; }[] | undefined; managers?: string[] | undefined; parent_cost_center_id?: string | undefined; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; path: z.ZodOptional; version_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { version_id?: string | undefined; cost_center_id?: string | undefined; }, { version_id?: string | undefined; cost_center_id?: string | undefined; }>>; }; }; export declare const corehrV2CustomOrgActive: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ org_id: z.ZodString; object_api_name: z.ZodString; active: z.ZodBoolean; effective_time: z.ZodString; }, "strip", z.ZodTypeAny, { effective_time: string; object_api_name: string; active: boolean; org_id: string; }, { effective_time: string; object_api_name: string; active: boolean; org_id: string; }>; }; }; export declare const corehrV2CustomOrgCreate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ object_api_name: z.ZodString; names: z.ZodArray, "many">; code: z.ZodOptional; parent_id: z.ZodOptional; manager_ids: z.ZodOptional>; description: z.ZodOptional, "many">>; effective_time: z.ZodString; org_roles: z.ZodOptional>; }, "strip", z.ZodTypeAny, { api_name: string; employment_ids?: string[] | undefined; }, { api_name: string; employment_ids?: string[] | undefined; }>, "many">>; match_rule_groups: z.ZodOptional; operator: z.ZodEnum<["contains", "notContains"]>; right_values: z.ZodOptional>; }, "strip", z.ZodTypeAny, { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }, { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { match_rules?: { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }[] | undefined; }, { match_rules?: { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }[] | undefined; }>, "many">>; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { effective_time: string; object_api_name: string; names: { value: string; lang: string; }[]; code?: string | undefined; description?: { value: string; lang: string; }[] | undefined; parent_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; manager_ids?: string[] | undefined; org_roles?: { api_name: string; employment_ids?: string[] | undefined; }[] | undefined; match_rule_groups?: { match_rules?: { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }[] | undefined; }[] | undefined; }, { effective_time: string; object_api_name: string; names: { value: string; lang: string; }[]; code?: string | undefined; description?: { value: string; lang: string; }[] | undefined; parent_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; manager_ids?: string[] | undefined; org_roles?: { api_name: string; employment_ids?: string[] | undefined; }[] | undefined; match_rule_groups?: { match_rules?: { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }[] | undefined; }[] | undefined; }>; params: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }>>; }; }; export declare const corehrV2CustomOrgDeleteOrg: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ org_id: z.ZodString; object_api_name: z.ZodString; }, "strip", z.ZodTypeAny, { object_api_name: string; org_id: string; }, { object_api_name: string; org_id: string; }>; }; }; export declare const corehrV2CustomOrgPatch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ object_api_name: z.ZodString; names: z.ZodOptional, "many">>; code: z.ZodOptional; parent_id: z.ZodOptional; manager_ids: z.ZodOptional>; description: z.ZodOptional, "many">>; effective_time: z.ZodString; org_roles: z.ZodOptional>; }, "strip", z.ZodTypeAny, { api_name: string; employment_ids?: string[] | undefined; }, { api_name: string; employment_ids?: string[] | undefined; }>, "many">>; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { effective_time: string; object_api_name: string; code?: string | undefined; description?: { value: string; lang: string; }[] | undefined; parent_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; names?: { value: string; lang: string; }[] | undefined; manager_ids?: string[] | undefined; org_roles?: { api_name: string; employment_ids?: string[] | undefined; }[] | undefined; }, { effective_time: string; object_api_name: string; code?: string | undefined; description?: { value: string; lang: string; }[] | undefined; parent_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; names?: { value: string; lang: string; }[] | undefined; manager_ids?: string[] | undefined; org_roles?: { api_name: string; employment_ids?: string[] | undefined; }[] | undefined; }>; params: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }>>; path: z.ZodObject<{ org_id: z.ZodString; }, "strip", z.ZodTypeAny, { org_id: string; }, { org_id: string; }>; }; }; export declare const corehrV2CustomOrgQuery: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ object_api_name: z.ZodString; org_fields: z.ZodOptional>; org_role_fields: z.ZodOptional>; org_ids: z.ZodOptional>; code: z.ZodOptional; parent_id: z.ZodOptional; active: z.ZodOptional; need_match_rule: z.ZodOptional; }, "strip", z.ZodTypeAny, { object_api_name: string; code?: string | undefined; org_ids?: string[] | undefined; active?: boolean | undefined; parent_id?: string | undefined; org_fields?: string[] | undefined; org_role_fields?: string[] | undefined; need_match_rule?: boolean | undefined; }, { object_api_name: string; code?: string | undefined; org_ids?: string[] | undefined; active?: boolean | undefined; parent_id?: string | undefined; org_fields?: string[] | undefined; org_role_fields?: string[] | undefined; need_match_rule?: boolean | undefined; }>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>; }; }; export declare const corehrV2CustomOrgUpdateRule: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ object_api_name: z.ZodString; org_id: z.ZodString; match_rule_groups: z.ZodOptional; operator: z.ZodEnum<["contains", "notContains"]>; right_values: z.ZodOptional>; }, "strip", z.ZodTypeAny, { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }, { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { match_rules?: { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }[] | undefined; }, { match_rules?: { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { object_api_name: string; org_id: string; match_rule_groups?: { match_rules?: { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }[] | undefined; }[] | undefined; }, { object_api_name: string; org_id: string; match_rule_groups?: { match_rules?: { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }[] | undefined; }[] | undefined; }>; }; }; export declare const corehrV2DefaultCostCenterBatchQuery: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_ids: z.ZodArray; }, "strip", z.ZodTypeAny, { employment_ids: string[]; }, { employment_ids: string[]; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; }; }; export declare const corehrV2DefaultCostCenterCreateVersion: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_id: z.ZodString; default_cost_center: z.ZodOptional; is_inherit: z.ZodOptional; reason: z.ZodOptional; }, "strip", z.ZodTypeAny, { effective_time: string; reason?: string | undefined; cost_center_id?: string | undefined; is_inherit?: boolean | undefined; }, { effective_time: string; reason?: string | undefined; cost_center_id?: string | undefined; is_inherit?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { employment_id: string; default_cost_center?: { effective_time: string; reason?: string | undefined; cost_center_id?: string | undefined; is_inherit?: boolean | undefined; } | undefined; }, { employment_id: string; default_cost_center?: { effective_time: string; reason?: string | undefined; cost_center_id?: string | undefined; is_inherit?: boolean | undefined; } | undefined; }>; params: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }>>; }; }; export declare const corehrV2DefaultCostCenterRemoveVersion: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_id: z.ZodString; default_cost_center: z.ZodOptional>; }, "strip", z.ZodTypeAny, { employment_id: string; default_cost_center?: { wk_id: string; wk_tid: string; } | undefined; }, { employment_id: string; default_cost_center?: { wk_id: string; wk_tid: string; } | undefined; }>; params: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }>>; }; }; export declare const corehrV2DefaultCostCenterUpdateVersion: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_id: z.ZodString; default_cost_center: z.ZodOptional; cost_center_id: z.ZodOptional; is_inherit: z.ZodOptional; reason: z.ZodOptional; }, "strip", z.ZodTypeAny, { wk_id: string; wk_tid: string; effective_time?: string | undefined; reason?: string | undefined; cost_center_id?: string | undefined; is_inherit?: boolean | undefined; }, { wk_id: string; wk_tid: string; effective_time?: string | undefined; reason?: string | undefined; cost_center_id?: string | undefined; is_inherit?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { employment_id: string; default_cost_center?: { wk_id: string; wk_tid: string; effective_time?: string | undefined; reason?: string | undefined; cost_center_id?: string | undefined; is_inherit?: boolean | undefined; } | undefined; }, { employment_id: string; default_cost_center?: { wk_id: string; wk_tid: string; effective_time?: string | undefined; reason?: string | undefined; cost_center_id?: string | undefined; is_inherit?: boolean | undefined; } | undefined; }>; params: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }>>; }; }; export declare const corehrV2DepartmentBatchGet: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; fields: z.ZodOptional>; department_name_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { fields?: string[] | undefined; department_id_list?: string[] | undefined; department_name_list?: string[] | undefined; }, { fields?: string[] | undefined; department_id_list?: string[] | undefined; department_name_list?: string[] | undefined; }>>; params: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; }; }; export declare const corehrV2DepartmentDelete: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; path: z.ZodObject<{ department_id: z.ZodString; }, "strip", z.ZodTypeAny, { department_id: string; }, { department_id: string; }>; }; }; export declare const corehrV2DepartmentParents: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ department_id_list: z.ZodArray; }, "strip", z.ZodTypeAny, { department_id_list: string[]; }, { department_id_list: string[]; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; }; }; export declare const corehrV2DepartmentPatch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ id: z.ZodOptional; sub_type: z.ZodOptional>; manager: z.ZodOptional; is_confidential: z.ZodOptional; hiberarchy_common: z.ZodOptional; name: z.ZodOptional, "many">>; active: z.ZodOptional; code: z.ZodOptional; description: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { code?: string | undefined; name?: { value: string; lang: string; }[] | undefined; description?: { value: string; lang: string; }[] | undefined; active?: boolean | undefined; parent_id?: string | undefined; }, { code?: string | undefined; name?: { value: string; lang: string; }[] | undefined; description?: { value: string; lang: string; }[] | undefined; active?: boolean | undefined; parent_id?: string | undefined; }>>; effective_time: z.ZodString; custom_fields: z.ZodOptional, "many">>; cost_center_id: z.ZodOptional; staffing_model: z.ZodOptional>; }, "strip", z.ZodTypeAny, { effective_time: string; id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; hiberarchy_common?: { code?: string | undefined; name?: { value: string; lang: string; }[] | undefined; description?: { value: string; lang: string; }[] | undefined; active?: boolean | undefined; parent_id?: string | undefined; } | undefined; sub_type?: { enum_name: string; } | undefined; manager?: string | undefined; is_confidential?: boolean | undefined; cost_center_id?: string | undefined; staffing_model?: { enum_name: string; } | undefined; }, { effective_time: string; id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; hiberarchy_common?: { code?: string | undefined; name?: { value: string; lang: string; }[] | undefined; description?: { value: string; lang: string; }[] | undefined; active?: boolean | undefined; parent_id?: string | undefined; } | undefined; sub_type?: { enum_name: string; } | undefined; manager?: string | undefined; is_confidential?: boolean | undefined; cost_center_id?: string | undefined; staffing_model?: { enum_name: string; } | undefined; }>; params: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; client_token?: string | undefined; }>>; path: z.ZodObject<{ department_id: z.ZodString; }, "strip", z.ZodTypeAny, { department_id: string; }, { department_id: string; }>; }; }; export declare const corehrV2DepartmentQueryMultiTimeline: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ department_ids: z.ZodArray; effective_date_start: z.ZodOptional; effective_date_end: z.ZodOptional; fields: z.ZodOptional>; }, "strip", z.ZodTypeAny, { department_ids: string[]; fields?: string[] | undefined; effective_date_start?: string | undefined; effective_date_end?: string | undefined; }, { department_ids: string[]; fields?: string[] | undefined; effective_date_start?: string | undefined; effective_date_end?: string | undefined; }>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; }; export declare const corehrV2DepartmentQueryOperationLogs: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ department_ids: z.ZodArray; start_date: z.ZodString; end_date: z.ZodString; }, "strip", z.ZodTypeAny, { department_ids: string[]; start_date: string; end_date: string; }, { department_ids: string[]; start_date: string; end_date: string; }>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; page_token?: string | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; }; export declare const corehrV2DepartmentQueryRecentChange: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; start_date: z.ZodString; end_date: z.ZodString; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; start_date: string; end_date: string; page_token?: string | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; start_date: string; end_date: string; page_token?: string | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; }; export declare const corehrV2DepartmentQueryTimeline: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ department_ids: z.ZodArray; effective_date: z.ZodString; fields: z.ZodOptional>; }, "strip", z.ZodTypeAny, { department_ids: string[]; effective_date: string; fields?: string[] | undefined; }, { department_ids: string[]; effective_date: string; fields?: string[] | undefined; }>; params: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; }; }; export declare const corehrV2DepartmentSearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; get_all_children: z.ZodOptional; manager_list: z.ZodOptional>; department_id_list: z.ZodOptional>; name_list: z.ZodOptional>; parent_department_id: z.ZodOptional; code_list: z.ZodOptional>; fields: z.ZodOptional>; }, "strip", z.ZodTypeAny, { fields?: string[] | undefined; parent_department_id?: string | undefined; active?: boolean | undefined; department_id_list?: string[] | undefined; name_list?: string[] | undefined; code_list?: string[] | undefined; get_all_children?: boolean | undefined; manager_list?: string[] | undefined; }, { fields?: string[] | undefined; parent_department_id?: string | undefined; active?: boolean | undefined; department_id_list?: string[] | undefined; name_list?: string[] | undefined; code_list?: string[] | undefined; get_all_children?: boolean | undefined; manager_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; }; export declare const corehrV2DepartmentTree: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; need_inactive: z.ZodOptional; effective_date: z.ZodOptional; }, "strip", z.ZodTypeAny, { department_id?: string | undefined; effective_date?: string | undefined; need_inactive?: boolean | undefined; }, { department_id?: string | undefined; effective_date?: string | undefined; need_inactive?: boolean | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; page_token?: string | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; }; export declare const corehrV2EmployeeBatchGet: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; employment_ids: z.ZodOptional>; person_ids: z.ZodOptional>; work_emails: z.ZodOptional>; }, "strip", z.ZodTypeAny, { fields?: string[] | undefined; employment_ids?: string[] | undefined; person_ids?: string[] | undefined; work_emails?: string[] | undefined; }, { fields?: string[] | undefined; employment_ids?: string[] | undefined; person_ids?: string[] | undefined; work_emails?: string[] | undefined; }>>; params: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; }; }; export declare const corehrV2EmployeeCreate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; country_region: z.ZodOptional; full_name: z.ZodOptional; hereditary: z.ZodOptional; middle_name: z.ZodOptional; secondary: z.ZodOptional; social: z.ZodOptional; tertiary: z.ZodOptional; local_first_name_2: z.ZodOptional; local_middle_name: z.ZodOptional; local_primary: z.ZodOptional; local_primary_2: z.ZodOptional; local_secondary: z.ZodOptional; title: z.ZodOptional; local_first_name: z.ZodOptional; custom_local_name: z.ZodOptional; custom_western_name: z.ZodOptional; first_name: z.ZodOptional; name_primary: z.ZodOptional; }, "strip", z.ZodTypeAny, { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; }, { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; }>>; preferred_name: z.ZodOptional; country_region: z.ZodOptional; full_name: z.ZodOptional; hereditary: z.ZodOptional; middle_name: z.ZodOptional; secondary: z.ZodOptional; social: z.ZodOptional; tertiary: z.ZodOptional; local_first_name_2: z.ZodOptional; local_middle_name: z.ZodOptional; local_primary: z.ZodOptional; local_primary_2: z.ZodOptional; local_secondary: z.ZodOptional; title: z.ZodOptional; local_first_name: z.ZodOptional; custom_local_name: z.ZodOptional; custom_western_name: z.ZodOptional; first_name: z.ZodOptional; name_primary: z.ZodOptional; }, "strip", z.ZodTypeAny, { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; }, { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; }>>; additional_name: z.ZodOptional; gender: z.ZodOptional; nationality_v2: z.ZodOptional; ethnicity_race: z.ZodOptional; phone: z.ZodOptional; phone_number: z.ZodOptional; }, "strip", z.ZodTypeAny, { phone_number?: string | undefined; international_area_code?: string | undefined; }, { phone_number?: string | undefined; international_area_code?: string | undefined; }>>; email: z.ZodOptional; date_of_birth: z.ZodOptional; marital_status: z.ZodOptional; is_disabled: z.ZodOptional; disable_card_number: z.ZodOptional; is_martyr_family: z.ZodOptional; martyr_card_number: z.ZodOptional; is_old_alone: z.ZodOptional; born_country_region: z.ZodOptional; political_affiliation: z.ZodOptional; native_region: z.ZodOptional; date_entered_workforce: z.ZodOptional; first_entry_time: z.ZodOptional; leave_time: z.ZodOptional; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; additional_nationalities: z.ZodOptional>; }, "strip", z.ZodTypeAny, { email?: string | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; legal_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; date_entered_workforce?: string | undefined; preferred_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; additional_name?: string | undefined; nationality_v2?: string | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; political_affiliation?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; additional_nationalities?: string[] | undefined; }, { email?: string | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; legal_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; date_entered_workforce?: string | undefined; preferred_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; additional_name?: string | undefined; nationality_v2?: string | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; political_affiliation?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; additional_nationalities?: string[] | undefined; }>>; emergency_contacts: z.ZodOptional; relationship: z.ZodOptional; is_primary: z.ZodOptional; phone: z.ZodOptional; phone_number: z.ZodOptional; }, "strip", z.ZodTypeAny, { phone_number?: string | undefined; international_area_code?: string | undefined; }, { phone_number?: string | undefined; international_area_code?: string | undefined; }>>; email: z.ZodOptional; address: z.ZodOptional; country_region: z.ZodOptional; region: z.ZodOptional; region_subdivision_1: z.ZodOptional; region_subdivision_2: z.ZodOptional; city_v2: z.ZodOptional; city_text: z.ZodOptional; local_city_text: z.ZodOptional; city_subdivision_1: z.ZodOptional; city_subdivision_2: z.ZodOptional; district_v2: z.ZodOptional; postal_code: z.ZodOptional; address_line_1: z.ZodOptional; local_address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; local_address_line_2: z.ZodOptional; address_line_3: z.ZodOptional; local_address_line_3: z.ZodOptional; address_line_4: z.ZodOptional; local_address_line_5: z.ZodOptional; address_line_6: z.ZodOptional; local_address_line_6: z.ZodOptional; address_line_7: z.ZodOptional; local_address_line_7: z.ZodOptional; address_line_8: z.ZodOptional; local_address_line_8: z.ZodOptional; address_line_9: z.ZodOptional; local_address_line_9: z.ZodOptional; local_address_line_4: z.ZodOptional; address_line_5: z.ZodOptional; }, "strip", z.ZodTypeAny, { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }, { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }>>; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; }, { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; }>, "many">>; bank_accounts: z.ZodOptional; bank_name: z.ZodOptional; branch_name: z.ZodOptional; account_holder: z.ZodOptional; bank_account_number: z.ZodOptional; bank_account_usages: z.ZodOptional>; bank_account_type: z.ZodOptional; bank_id: z.ZodOptional; branch_id: z.ZodOptional; payment_type: z.ZodOptional>; payment_rate: z.ZodOptional; payment_amount: z.ZodOptional; priority: z.ZodOptional; }, "strip", z.ZodTypeAny, { payment_type?: "percent" | "amount" | "balance" | undefined; bank_name?: string | undefined; bank_account_number?: string | undefined; account_holder?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; country_region?: string | undefined; bank_account_usages?: string[] | undefined; bank_id?: string | undefined; branch_id?: string | undefined; payment_rate?: string | undefined; payment_amount?: string | undefined; priority?: string | undefined; }, { payment_type?: "percent" | "amount" | "balance" | undefined; bank_name?: string | undefined; bank_account_number?: string | undefined; account_holder?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; country_region?: string | undefined; bank_account_usages?: string[] | undefined; bank_id?: string | undefined; branch_id?: string | undefined; payment_rate?: string | undefined; payment_amount?: string | undefined; priority?: string | undefined; }>, "many">>; nationals: z.ZodOptional; national_id_type: z.ZodOptional; national_id_number: z.ZodOptional; issued_date: z.ZodOptional; issued_by: z.ZodOptional; expiration_date: z.ZodOptional; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { expiration_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; national_id_number?: string | undefined; issued_by?: string | undefined; country_region?: string | undefined; national_id_type?: string | undefined; issued_date?: string | undefined; }, { expiration_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; national_id_number?: string | undefined; issued_by?: string | undefined; country_region?: string | undefined; national_id_type?: string | undefined; issued_date?: string | undefined; }>, "many">>; resident_taxes: z.ZodOptional; tax_country_region: z.ZodOptional; resident_status: z.ZodOptional; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; }, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; }>, "many">>; dependents: z.ZodOptional; date_of_birth: z.ZodOptional; relationship_with_dependent: z.ZodOptional; gender: z.ZodOptional; phone: z.ZodOptional; phone_number: z.ZodOptional; }, "strip", z.ZodTypeAny, { phone_number?: string | undefined; international_area_code?: string | undefined; }, { phone_number?: string | undefined; international_area_code?: string | undefined; }>>; job: z.ZodOptional; child_birth_certificates: z.ZodOptional; mime_type: z.ZodOptional; name: z.ZodOptional; size: z.ZodOptional; token: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }, { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }>, "many">>; employer: z.ZodOptional; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; address: z.ZodOptional; country_region: z.ZodOptional; region: z.ZodOptional; region_subdivision_1: z.ZodOptional; region_subdivision_2: z.ZodOptional; city_v2: z.ZodOptional; city_text: z.ZodOptional; local_city_text: z.ZodOptional; city_subdivision_1: z.ZodOptional; city_subdivision_2: z.ZodOptional; district_v2: z.ZodOptional; postal_code: z.ZodOptional; address_line_1: z.ZodOptional; local_address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; local_address_line_2: z.ZodOptional; address_line_3: z.ZodOptional; local_address_line_3: z.ZodOptional; address_line_4: z.ZodOptional; local_address_line_5: z.ZodOptional; address_line_6: z.ZodOptional; local_address_line_6: z.ZodOptional; address_line_7: z.ZodOptional; local_address_line_7: z.ZodOptional; address_line_8: z.ZodOptional; local_address_line_8: z.ZodOptional; address_line_9: z.ZodOptional; local_address_line_9: z.ZodOptional; local_address_line_4: z.ZodOptional; address_line_5: z.ZodOptional; }, "strip", z.ZodTypeAny, { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }, { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; employer?: string | undefined; legal_name?: string | undefined; relationship_with_dependent?: string | undefined; child_birth_certificates?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; }, { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; employer?: string | undefined; legal_name?: string | undefined; relationship_with_dependent?: string | undefined; child_birth_certificates?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; }>, "many">>; hukou: z.ZodOptional; hukou_location: z.ZodOptional; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; }, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; }>>; contact_addresses: z.ZodOptional; country_region: z.ZodOptional; region: z.ZodOptional; region_subdivision_1: z.ZodOptional; region_subdivision_2: z.ZodOptional; city_v2: z.ZodOptional; city_text: z.ZodOptional; local_city_text: z.ZodOptional; city_subdivision_1: z.ZodOptional; city_subdivision_2: z.ZodOptional; district_v2: z.ZodOptional; postal_code: z.ZodOptional; address_line_1: z.ZodOptional; local_address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; local_address_line_2: z.ZodOptional; address_line_3: z.ZodOptional; local_address_line_3: z.ZodOptional; address_line_4: z.ZodOptional; local_address_line_5: z.ZodOptional; address_line_6: z.ZodOptional; local_address_line_6: z.ZodOptional; address_line_7: z.ZodOptional; local_address_line_7: z.ZodOptional; address_line_8: z.ZodOptional; local_address_line_8: z.ZodOptional; address_line_9: z.ZodOptional; local_address_line_9: z.ZodOptional; local_address_line_4: z.ZodOptional; address_line_5: z.ZodOptional; }, "strip", z.ZodTypeAny, { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }, { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }>, "many">>; custom_groups: z.ZodOptional; items: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }>, "many">>; citizenship_statuses: z.ZodOptional; citizenship_status: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region?: string | undefined; citizenship_status?: string | undefined; }, { country_region?: string | undefined; citizenship_status?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { personal_basic_info?: { email?: string | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; legal_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; date_entered_workforce?: string | undefined; preferred_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; additional_name?: string | undefined; nationality_v2?: string | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; political_affiliation?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; additional_nationalities?: string[] | undefined; } | undefined; emergency_contacts?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; }[] | undefined; bank_accounts?: { payment_type?: "percent" | "amount" | "balance" | undefined; bank_name?: string | undefined; bank_account_number?: string | undefined; account_holder?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; country_region?: string | undefined; bank_account_usages?: string[] | undefined; bank_id?: string | undefined; branch_id?: string | undefined; payment_rate?: string | undefined; payment_amount?: string | undefined; priority?: string | undefined; }[] | undefined; nationals?: { expiration_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; national_id_number?: string | undefined; issued_by?: string | undefined; country_region?: string | undefined; national_id_type?: string | undefined; issued_date?: string | undefined; }[] | undefined; resident_taxes?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; }[] | undefined; dependents?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; employer?: string | undefined; legal_name?: string | undefined; relationship_with_dependent?: string | undefined; child_birth_certificates?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; }[] | undefined; hukou?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; } | undefined; contact_addresses?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }[] | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; citizenship_statuses?: { country_region?: string | undefined; citizenship_status?: string | undefined; }[] | undefined; }, { personal_basic_info?: { email?: string | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; legal_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; date_entered_workforce?: string | undefined; preferred_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; additional_name?: string | undefined; nationality_v2?: string | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; political_affiliation?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; additional_nationalities?: string[] | undefined; } | undefined; emergency_contacts?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; }[] | undefined; bank_accounts?: { payment_type?: "percent" | "amount" | "balance" | undefined; bank_name?: string | undefined; bank_account_number?: string | undefined; account_holder?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; country_region?: string | undefined; bank_account_usages?: string[] | undefined; bank_id?: string | undefined; branch_id?: string | undefined; payment_rate?: string | undefined; payment_amount?: string | undefined; priority?: string | undefined; }[] | undefined; nationals?: { expiration_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; national_id_number?: string | undefined; issued_by?: string | undefined; country_region?: string | undefined; national_id_type?: string | undefined; issued_date?: string | undefined; }[] | undefined; resident_taxes?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; }[] | undefined; dependents?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; employer?: string | undefined; legal_name?: string | undefined; relationship_with_dependent?: string | undefined; child_birth_certificates?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; }[] | undefined; hukou?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; } | undefined; contact_addresses?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }[] | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; citizenship_statuses?: { country_region?: string | undefined; citizenship_status?: string | undefined; }[] | undefined; }>>; employment_info: z.ZodOptional; effective_time: z.ZodOptional; regular_employee_start_date: z.ZodOptional; seniority_date: z.ZodOptional; work_email: z.ZodOptional; phone: z.ZodOptional; phone_number: z.ZodOptional; }, "strip", z.ZodTypeAny, { phone_number?: string | undefined; international_area_code?: string | undefined; }, { phone_number?: string | undefined; international_area_code?: string | undefined; }>>; user_geo: z.ZodOptional; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { effective_time?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; work_email?: string | undefined; user_geo?: string | undefined; }, { effective_time?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; work_email?: string | undefined; user_geo?: string | undefined; }>>; probation_info: z.ZodOptional; probation_expected_end_date: z.ZodOptional; actual_probation_end_date: z.ZodOptional; }, "strip", z.ZodTypeAny, { probation_start_date?: string | undefined; probation_expected_end_date?: string | undefined; actual_probation_end_date?: string | undefined; }, { probation_start_date?: string | undefined; probation_expected_end_date?: string | undefined; actual_probation_end_date?: string | undefined; }>>; employment_record: z.ZodOptional; department: z.ZodOptional; direct_manager: z.ZodOptional; working_hours_type: z.ZodOptional; cost_centers: z.ZodOptional; rate: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; rate?: number | undefined; }, { id?: string | undefined; rate?: number | undefined; }>, "many">>; direct_manager_effective_time: z.ZodOptional; dotted_line_manager: z.ZodOptional; dotted_line_manager_effective_time: z.ZodOptional; job: z.ZodOptional; job_family: z.ZodOptional; job_level: z.ZodOptional; job_grade: z.ZodOptional; work_location: z.ZodOptional; weekly_working_hours: z.ZodOptional; position: z.ZodOptional; pathway: z.ZodOptional; }, "strip", z.ZodTypeAny, { employee_type?: string | undefined; department?: string | undefined; job_grade?: string | undefined; job?: string | undefined; work_location?: string | undefined; job_level?: string | undefined; job_family?: string | undefined; position?: string | undefined; direct_manager?: string | undefined; working_hours_type?: string | undefined; cost_centers?: { id?: string | undefined; rate?: number | undefined; }[] | undefined; direct_manager_effective_time?: string | undefined; dotted_line_manager?: string | undefined; dotted_line_manager_effective_time?: string | undefined; weekly_working_hours?: number | undefined; pathway?: string | undefined; }, { employee_type?: string | undefined; department?: string | undefined; job_grade?: string | undefined; job?: string | undefined; work_location?: string | undefined; job_level?: string | undefined; job_family?: string | undefined; position?: string | undefined; direct_manager?: string | undefined; working_hours_type?: string | undefined; cost_centers?: { id?: string | undefined; rate?: number | undefined; }[] | undefined; direct_manager_effective_time?: string | undefined; dotted_line_manager?: string | undefined; dotted_line_manager_effective_time?: string | undefined; weekly_working_hours?: number | undefined; pathway?: string | undefined; }>>; emp_contract_record: z.ZodOptional; contract_type: z.ZodOptional; first_party: z.ZodOptional; effective_time: z.ZodOptional; duration_type: z.ZodOptional; contract_end_date: z.ZodOptional; }, "strip", z.ZodTypeAny, { effective_time?: string | undefined; contract_type?: string | undefined; duration_type?: string | undefined; contract_end_date?: string | undefined; contract_number?: string | undefined; first_party?: string | undefined; }, { effective_time?: string | undefined; contract_type?: string | undefined; duration_type?: string | undefined; contract_end_date?: string | undefined; contract_number?: string | undefined; first_party?: string | undefined; }>>; custom_groups: z.ZodOptional; items: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }>, "many">>; custom_org_groups: z.ZodOptional; custom_org_with_rates: z.ZodArray; }, "strip", z.ZodTypeAny, { id: string; rate?: number | undefined; }, { id: string; rate?: number | undefined; }>, "many">; object_api_name: z.ZodString; }, "strip", z.ZodTypeAny, { effective_time: string; object_api_name: string; custom_org_with_rates: { id: string; rate?: number | undefined; }[]; start_reason?: string | undefined; }, { effective_time: string; object_api_name: string; custom_org_with_rates: { id: string; rate?: number | undefined; }[]; start_reason?: string | undefined; }>, "many">>; seniority_adjust_informations: z.ZodOptional; start_date: z.ZodOptional; end_date: z.ZodOptional; reasons_for_seniority_adjustment: z.ZodOptional; seniority_adjustment: z.ZodNumber; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { seniority_adjustment_type: "increase" | "decrease"; seniority_adjustment: number; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; }, { seniority_adjustment_type: "increase" | "decrease"; seniority_adjustment: number; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; }>, "many">>; default_cost_center: z.ZodOptional; is_inherit: z.ZodOptional; cost_center_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { wk_id?: string | undefined; }, { wk_id?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { reason?: string | undefined; cost_center_id?: { wk_id?: string | undefined; } | undefined; is_inherit?: boolean | undefined; }, { reason?: string | undefined; cost_center_id?: { wk_id?: string | undefined; } | undefined; is_inherit?: boolean | undefined; }>>; cost_allocation: z.ZodOptional; expiration_time: z.ZodOptional; cost_center_rates: z.ZodOptional; rate: z.ZodOptional; new_rate: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; }, { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { reason?: string | undefined; cost_center_id?: { wk_id?: string | undefined; } | undefined; is_inherit?: boolean | undefined; } | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; basic_info?: { effective_time?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; work_email?: string | undefined; user_geo?: string | undefined; } | undefined; probation_info?: { probation_start_date?: string | undefined; probation_expected_end_date?: string | undefined; actual_probation_end_date?: string | undefined; } | undefined; employment_record?: { employee_type?: string | undefined; department?: string | undefined; job_grade?: string | undefined; job?: string | undefined; work_location?: string | undefined; job_level?: string | undefined; job_family?: string | undefined; position?: string | undefined; direct_manager?: string | undefined; working_hours_type?: string | undefined; cost_centers?: { id?: string | undefined; rate?: number | undefined; }[] | undefined; direct_manager_effective_time?: string | undefined; dotted_line_manager?: string | undefined; dotted_line_manager_effective_time?: string | undefined; weekly_working_hours?: number | undefined; pathway?: string | undefined; } | undefined; emp_contract_record?: { effective_time?: string | undefined; contract_type?: string | undefined; duration_type?: string | undefined; contract_end_date?: string | undefined; contract_number?: string | undefined; first_party?: string | undefined; } | undefined; custom_org_groups?: { effective_time: string; object_api_name: string; custom_org_with_rates: { id: string; rate?: number | undefined; }[]; start_reason?: string | undefined; }[] | undefined; seniority_adjust_informations?: { seniority_adjustment_type: "increase" | "decrease"; seniority_adjustment: number; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; }[] | undefined; }, { cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { reason?: string | undefined; cost_center_id?: { wk_id?: string | undefined; } | undefined; is_inherit?: boolean | undefined; } | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; basic_info?: { effective_time?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; work_email?: string | undefined; user_geo?: string | undefined; } | undefined; probation_info?: { probation_start_date?: string | undefined; probation_expected_end_date?: string | undefined; actual_probation_end_date?: string | undefined; } | undefined; employment_record?: { employee_type?: string | undefined; department?: string | undefined; job_grade?: string | undefined; job?: string | undefined; work_location?: string | undefined; job_level?: string | undefined; job_family?: string | undefined; position?: string | undefined; direct_manager?: string | undefined; working_hours_type?: string | undefined; cost_centers?: { id?: string | undefined; rate?: number | undefined; }[] | undefined; direct_manager_effective_time?: string | undefined; dotted_line_manager?: string | undefined; dotted_line_manager_effective_time?: string | undefined; weekly_working_hours?: number | undefined; pathway?: string | undefined; } | undefined; emp_contract_record?: { effective_time?: string | undefined; contract_type?: string | undefined; duration_type?: string | undefined; contract_end_date?: string | undefined; contract_number?: string | undefined; first_party?: string | undefined; } | undefined; custom_org_groups?: { effective_time: string; object_api_name: string; custom_org_with_rates: { id: string; rate?: number | undefined; }[]; start_reason?: string | undefined; }[] | undefined; seniority_adjust_informations?: { seniority_adjustment_type: "increase" | "decrease"; seniority_adjustment: number; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; }[] | undefined; }>>; career: z.ZodOptional; school_enum: z.ZodOptional; start_date: z.ZodOptional; end_date: z.ZodOptional; level_of_education: z.ZodOptional; field_of_study: z.ZodOptional; degree: z.ZodOptional; field_of_study_enum: z.ZodOptional; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; school?: string | undefined; level_of_education?: string | undefined; field_of_study?: string | undefined; degree?: string | undefined; school_enum?: string | undefined; field_of_study_enum?: string | undefined; }, { start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; school?: string | undefined; level_of_education?: string | undefined; field_of_study?: string | undefined; degree?: string | undefined; school_enum?: string | undefined; field_of_study_enum?: string | undefined; }>, "many">>; work_experiences: z.ZodOptional; en_us: z.ZodOptional; }, "strip", z.ZodTypeAny, { zh_cn?: string | undefined; en_us?: string | undefined; }, { zh_cn?: string | undefined; en_us?: string | undefined; }>>; department: z.ZodOptional; en_us: z.ZodOptional; }, "strip", z.ZodTypeAny, { zh_cn?: string | undefined; en_us?: string | undefined; }, { zh_cn?: string | undefined; en_us?: string | undefined; }>>; start_date: z.ZodOptional; end_date: z.ZodOptional; job: z.ZodOptional; en_us: z.ZodOptional; }, "strip", z.ZodTypeAny, { zh_cn?: string | undefined; en_us?: string | undefined; }, { zh_cn?: string | undefined; en_us?: string | undefined; }>>; description: z.ZodOptional; en_us: z.ZodOptional; }, "strip", z.ZodTypeAny, { zh_cn?: string | undefined; en_us?: string | undefined; }, { zh_cn?: string | undefined; en_us?: string | undefined; }>>; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { start_date?: string | undefined; end_date?: string | undefined; description?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; company_organization?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; job?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; }, { start_date?: string | undefined; end_date?: string | undefined; description?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; company_organization?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; job?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; }>, "many">>; custom_groups: z.ZodOptional; items: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; educations?: { start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; school?: string | undefined; level_of_education?: string | undefined; field_of_study?: string | undefined; degree?: string | undefined; school_enum?: string | undefined; field_of_study_enum?: string | undefined; }[] | undefined; work_experiences?: { start_date?: string | undefined; end_date?: string | undefined; description?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; company_organization?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; job?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; }[] | undefined; }, { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; educations?: { start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; school?: string | undefined; level_of_education?: string | undefined; field_of_study?: string | undefined; degree?: string | undefined; school_enum?: string | undefined; field_of_study_enum?: string | undefined; }[] | undefined; work_experiences?: { start_date?: string | undefined; end_date?: string | undefined; description?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; company_organization?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; job?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; }[] | undefined; }>>; data_attachment: z.ZodOptional; files: z.ZodOptional; mime_type: z.ZodOptional; name: z.ZodOptional; size: z.ZodOptional; token: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }, { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { files?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; profile_type?: string | undefined; }, { files?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; profile_type?: string | undefined; }>, "many">>; custom_groups: z.ZodOptional; items: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; personal_records?: { files?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; profile_type?: string | undefined; }[] | undefined; }, { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; personal_records?: { files?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; profile_type?: string | undefined; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { personal_info?: { personal_basic_info?: { email?: string | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; legal_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; date_entered_workforce?: string | undefined; preferred_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; additional_name?: string | undefined; nationality_v2?: string | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; political_affiliation?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; additional_nationalities?: string[] | undefined; } | undefined; emergency_contacts?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; }[] | undefined; bank_accounts?: { payment_type?: "percent" | "amount" | "balance" | undefined; bank_name?: string | undefined; bank_account_number?: string | undefined; account_holder?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; country_region?: string | undefined; bank_account_usages?: string[] | undefined; bank_id?: string | undefined; branch_id?: string | undefined; payment_rate?: string | undefined; payment_amount?: string | undefined; priority?: string | undefined; }[] | undefined; nationals?: { expiration_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; national_id_number?: string | undefined; issued_by?: string | undefined; country_region?: string | undefined; national_id_type?: string | undefined; issued_date?: string | undefined; }[] | undefined; resident_taxes?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; }[] | undefined; dependents?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; employer?: string | undefined; legal_name?: string | undefined; relationship_with_dependent?: string | undefined; child_birth_certificates?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; }[] | undefined; hukou?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; } | undefined; contact_addresses?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }[] | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; citizenship_statuses?: { country_region?: string | undefined; citizenship_status?: string | undefined; }[] | undefined; } | undefined; employment_info?: { cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { reason?: string | undefined; cost_center_id?: { wk_id?: string | undefined; } | undefined; is_inherit?: boolean | undefined; } | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; basic_info?: { effective_time?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; work_email?: string | undefined; user_geo?: string | undefined; } | undefined; probation_info?: { probation_start_date?: string | undefined; probation_expected_end_date?: string | undefined; actual_probation_end_date?: string | undefined; } | undefined; employment_record?: { employee_type?: string | undefined; department?: string | undefined; job_grade?: string | undefined; job?: string | undefined; work_location?: string | undefined; job_level?: string | undefined; job_family?: string | undefined; position?: string | undefined; direct_manager?: string | undefined; working_hours_type?: string | undefined; cost_centers?: { id?: string | undefined; rate?: number | undefined; }[] | undefined; direct_manager_effective_time?: string | undefined; dotted_line_manager?: string | undefined; dotted_line_manager_effective_time?: string | undefined; weekly_working_hours?: number | undefined; pathway?: string | undefined; } | undefined; emp_contract_record?: { effective_time?: string | undefined; contract_type?: string | undefined; duration_type?: string | undefined; contract_end_date?: string | undefined; contract_number?: string | undefined; first_party?: string | undefined; } | undefined; custom_org_groups?: { effective_time: string; object_api_name: string; custom_org_with_rates: { id: string; rate?: number | undefined; }[]; start_reason?: string | undefined; }[] | undefined; seniority_adjust_informations?: { seniority_adjustment_type: "increase" | "decrease"; seniority_adjustment: number; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; }[] | undefined; } | undefined; career?: { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; educations?: { start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; school?: string | undefined; level_of_education?: string | undefined; field_of_study?: string | undefined; degree?: string | undefined; school_enum?: string | undefined; field_of_study_enum?: string | undefined; }[] | undefined; work_experiences?: { start_date?: string | undefined; end_date?: string | undefined; description?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; company_organization?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; job?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; }[] | undefined; } | undefined; data_attachment?: { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; personal_records?: { files?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; profile_type?: string | undefined; }[] | undefined; } | undefined; }, { personal_info?: { personal_basic_info?: { email?: string | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; legal_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; date_entered_workforce?: string | undefined; preferred_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; additional_name?: string | undefined; nationality_v2?: string | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; political_affiliation?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; additional_nationalities?: string[] | undefined; } | undefined; emergency_contacts?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; }[] | undefined; bank_accounts?: { payment_type?: "percent" | "amount" | "balance" | undefined; bank_name?: string | undefined; bank_account_number?: string | undefined; account_holder?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; country_region?: string | undefined; bank_account_usages?: string[] | undefined; bank_id?: string | undefined; branch_id?: string | undefined; payment_rate?: string | undefined; payment_amount?: string | undefined; priority?: string | undefined; }[] | undefined; nationals?: { expiration_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; national_id_number?: string | undefined; issued_by?: string | undefined; country_region?: string | undefined; national_id_type?: string | undefined; issued_date?: string | undefined; }[] | undefined; resident_taxes?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; }[] | undefined; dependents?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; employer?: string | undefined; legal_name?: string | undefined; relationship_with_dependent?: string | undefined; child_birth_certificates?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; }[] | undefined; hukou?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; } | undefined; contact_addresses?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }[] | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; citizenship_statuses?: { country_region?: string | undefined; citizenship_status?: string | undefined; }[] | undefined; } | undefined; employment_info?: { cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { reason?: string | undefined; cost_center_id?: { wk_id?: string | undefined; } | undefined; is_inherit?: boolean | undefined; } | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; basic_info?: { effective_time?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; work_email?: string | undefined; user_geo?: string | undefined; } | undefined; probation_info?: { probation_start_date?: string | undefined; probation_expected_end_date?: string | undefined; actual_probation_end_date?: string | undefined; } | undefined; employment_record?: { employee_type?: string | undefined; department?: string | undefined; job_grade?: string | undefined; job?: string | undefined; work_location?: string | undefined; job_level?: string | undefined; job_family?: string | undefined; position?: string | undefined; direct_manager?: string | undefined; working_hours_type?: string | undefined; cost_centers?: { id?: string | undefined; rate?: number | undefined; }[] | undefined; direct_manager_effective_time?: string | undefined; dotted_line_manager?: string | undefined; dotted_line_manager_effective_time?: string | undefined; weekly_working_hours?: number | undefined; pathway?: string | undefined; } | undefined; emp_contract_record?: { effective_time?: string | undefined; contract_type?: string | undefined; duration_type?: string | undefined; contract_end_date?: string | undefined; contract_number?: string | undefined; first_party?: string | undefined; } | undefined; custom_org_groups?: { effective_time: string; object_api_name: string; custom_org_with_rates: { id: string; rate?: number | undefined; }[]; start_reason?: string | undefined; }[] | undefined; seniority_adjust_informations?: { seniority_adjustment_type: "increase" | "decrease"; seniority_adjustment: number; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; }[] | undefined; } | undefined; career?: { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; educations?: { start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; school?: string | undefined; level_of_education?: string | undefined; field_of_study?: string | undefined; degree?: string | undefined; school_enum?: string | undefined; field_of_study_enum?: string | undefined; }[] | undefined; work_experiences?: { start_date?: string | undefined; end_date?: string | undefined; description?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; company_organization?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; job?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; }[] | undefined; } | undefined; data_attachment?: { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; personal_records?: { files?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; profile_type?: string | undefined; }[] | undefined; } | undefined; }>>; params: z.ZodOptional; rehire: z.ZodOptional; rehire_employment_id: z.ZodOptional; force_submit: z.ZodOptional; ignore_working_hours_type_rule: z.ZodOptional; }, "strip", z.ZodTypeAny, { client_token?: string | undefined; rehire?: boolean | undefined; rehire_employment_id?: string | undefined; force_submit?: boolean | undefined; ignore_working_hours_type_rule?: boolean | undefined; }, { client_token?: string | undefined; rehire?: boolean | undefined; rehire_employment_id?: string | undefined; force_submit?: boolean | undefined; ignore_working_hours_type_rule?: boolean | undefined; }>>; }; }; export declare const corehrV2EmployeeSearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; employment_id_list: z.ZodOptional>; employee_number_list: z.ZodOptional>; work_email: z.ZodOptional; phone_number: z.ZodOptional; key_word: z.ZodOptional; employment_status: z.ZodOptional>; employee_type_id: z.ZodOptional; department_id_list: z.ZodOptional>; direct_manager_id_list: z.ZodOptional>; dotted_line_manager_id_list: z.ZodOptional>; regular_employee_start_date_start: z.ZodOptional; regular_employee_start_date_end: z.ZodOptional; effective_time_start: z.ZodOptional; effective_time_end: z.ZodOptional; work_location_id_list_include_sub: z.ZodOptional>; preferred_english_full_name_list: z.ZodOptional>; preferred_local_full_name_list: z.ZodOptional>; national_id_number_list: z.ZodOptional>; phone_number_list: z.ZodOptional>; email_address_list: z.ZodOptional>; department_id_list_include_sub: z.ZodOptional>; additional_national_id_number_list: z.ZodOptional>; citizenship_status_list: z.ZodOptional>; cost_center_id_list: z.ZodOptional>; service_company_list: z.ZodOptional>; service_company_list_include_sub: z.ZodOptional>; job_family_id_list: z.ZodOptional>; job_family_id_list_include_sub: z.ZodOptional>; job_level_id_list: z.ZodOptional>; job_grade_id_list: z.ZodOptional>; job_id_list: z.ZodOptional>; position_id_list: z.ZodOptional>; position_id_list_include_sub: z.ZodOptional>; working_hours_type_id_list: z.ZodOptional>; nationality_id_list: z.ZodOptional>; pay_group_id_list: z.ZodOptional>; assignment_pay_group_id_list: z.ZodOptional>; contract_type_list: z.ZodOptional>; archive_cpst_plan_id_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { fields?: string[] | undefined; employment_id_list?: string[] | undefined; employee_type_id?: string | undefined; phone_number?: string | undefined; department_id_list?: string[] | undefined; employment_status?: "hired" | "terminated" | undefined; dotted_line_manager_id_list?: string[] | undefined; job_family_id_list?: string[] | undefined; job_level_id_list?: string[] | undefined; nationality_id_list?: string[] | undefined; cost_center_id_list?: string[] | undefined; work_email?: string | undefined; employee_number_list?: string[] | undefined; key_word?: string | undefined; direct_manager_id_list?: string[] | undefined; regular_employee_start_date_start?: string | undefined; regular_employee_start_date_end?: string | undefined; effective_time_start?: string | undefined; effective_time_end?: string | undefined; work_location_id_list_include_sub?: string[] | undefined; preferred_english_full_name_list?: string[] | undefined; preferred_local_full_name_list?: string[] | undefined; national_id_number_list?: string[] | undefined; phone_number_list?: string[] | undefined; email_address_list?: string[] | undefined; department_id_list_include_sub?: string[] | undefined; additional_national_id_number_list?: string[] | undefined; citizenship_status_list?: string[] | undefined; service_company_list?: string[] | undefined; service_company_list_include_sub?: string[] | undefined; job_family_id_list_include_sub?: string[] | undefined; job_grade_id_list?: string[] | undefined; job_id_list?: string[] | undefined; position_id_list?: string[] | undefined; position_id_list_include_sub?: string[] | undefined; working_hours_type_id_list?: string[] | undefined; pay_group_id_list?: string[] | undefined; assignment_pay_group_id_list?: string[] | undefined; contract_type_list?: string[] | undefined; archive_cpst_plan_id_list?: string[] | undefined; }, { fields?: string[] | undefined; employment_id_list?: string[] | undefined; employee_type_id?: string | undefined; phone_number?: string | undefined; department_id_list?: string[] | undefined; employment_status?: "hired" | "terminated" | undefined; dotted_line_manager_id_list?: string[] | undefined; job_family_id_list?: string[] | undefined; job_level_id_list?: string[] | undefined; nationality_id_list?: string[] | undefined; cost_center_id_list?: string[] | undefined; work_email?: string | undefined; employee_number_list?: string[] | undefined; key_word?: string | undefined; direct_manager_id_list?: string[] | undefined; regular_employee_start_date_start?: string | undefined; regular_employee_start_date_end?: string | undefined; effective_time_start?: string | undefined; effective_time_end?: string | undefined; work_location_id_list_include_sub?: string[] | undefined; preferred_english_full_name_list?: string[] | undefined; preferred_local_full_name_list?: string[] | undefined; national_id_number_list?: string[] | undefined; phone_number_list?: string[] | undefined; email_address_list?: string[] | undefined; department_id_list_include_sub?: string[] | undefined; additional_national_id_number_list?: string[] | undefined; citizenship_status_list?: string[] | undefined; service_company_list?: string[] | undefined; service_company_list_include_sub?: string[] | undefined; job_family_id_list_include_sub?: string[] | undefined; job_grade_id_list?: string[] | undefined; job_id_list?: string[] | undefined; position_id_list?: string[] | undefined; position_id_list_include_sub?: string[] | undefined; working_hours_type_id_list?: string[] | undefined; pay_group_id_list?: string[] | undefined; assignment_pay_group_id_list?: string[] | undefined; contract_type_list?: string[] | undefined; archive_cpst_plan_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; }; export declare const corehrV2EmployeesAdditionalJobBatch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; start_date: z.ZodOptional>; end_date: z.ZodOptional>; data_date: z.ZodOptional; is_effective: z.ZodOptional; }, "strip", z.ZodTypeAny, { start_date?: { end: string; start: string; } | undefined; end_date?: { end: string; start: string; } | undefined; employment_ids?: string[] | undefined; data_date?: string | undefined; is_effective?: boolean | undefined; }, { start_date?: { end: string; start: string; } | undefined; end_date?: { end: string; start: string; } | undefined; employment_ids?: string[] | undefined; data_date?: string | undefined; is_effective?: boolean | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; }; export declare const corehrV2EmployeesAdditionalJobCreate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employee_type_id: z.ZodString; working_hours_type_id: z.ZodOptional; work_location_id: z.ZodOptional; department_id: z.ZodString; job_id: z.ZodOptional; job_level_id: z.ZodOptional; job_family_id: z.ZodOptional; employment_id: z.ZodString; start_date: z.ZodString; end_date: z.ZodOptional; direct_manager_id: z.ZodOptional; dotted_line_manager_id: z.ZodOptional; work_shift: z.ZodOptional>; compensation_type: z.ZodOptional>; service_company: z.ZodOptional; weekly_working_hours: z.ZodOptional; work_calendar_id: z.ZodOptional; position_id: z.ZodOptional; employee_subtype_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { department_id: string; start_date: string; employment_id: string; employee_type_id: string; end_date?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; work_location_id?: string | undefined; job_id?: string | undefined; working_hours_type_id?: string | undefined; direct_manager_id?: string | undefined; work_shift?: { enum_name: string; } | undefined; compensation_type?: { enum_name: string; } | undefined; service_company?: string | undefined; weekly_working_hours?: string | undefined; dotted_line_manager_id?: string | undefined; work_calendar_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; }, { department_id: string; start_date: string; employment_id: string; employee_type_id: string; end_date?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; work_location_id?: string | undefined; job_id?: string | undefined; working_hours_type_id?: string | undefined; direct_manager_id?: string | undefined; work_shift?: { enum_name: string; } | undefined; compensation_type?: { enum_name: string; } | undefined; service_company?: string | undefined; weekly_working_hours?: string | undefined; dotted_line_manager_id?: string | undefined; work_calendar_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; }>; params: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; client_token?: string | undefined; }>>; }; }; export declare const corehrV2EmployeesAdditionalJobDelete: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { path: z.ZodObject<{ additional_job_id: z.ZodString; }, "strip", z.ZodTypeAny, { additional_job_id: string; }, { additional_job_id: string; }>; }; }; export declare const corehrV2EmployeesAdditionalJobPatch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; working_hours_type_id: z.ZodOptional; work_location_id: z.ZodOptional; department_id: z.ZodOptional; job_id: z.ZodOptional; job_level_id: z.ZodOptional; job_family_id: z.ZodOptional; start_date: z.ZodOptional; end_date: z.ZodOptional; direct_manager_id: z.ZodOptional; dotted_line_manager_id: z.ZodOptional; work_shift: z.ZodOptional>; compensation_type: z.ZodOptional>; service_company: z.ZodOptional; weekly_working_hours: z.ZodOptional; work_calendar_id: z.ZodOptional; position_id: z.ZodOptional; employee_subtype_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { department_id?: string | undefined; start_date?: string | undefined; end_date?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; employee_type_id?: string | undefined; work_location_id?: string | undefined; job_id?: string | undefined; working_hours_type_id?: string | undefined; direct_manager_id?: string | undefined; work_shift?: { enum_name: string; } | undefined; compensation_type?: { enum_name: string; } | undefined; service_company?: string | undefined; weekly_working_hours?: string | undefined; dotted_line_manager_id?: string | undefined; work_calendar_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; }, { department_id?: string | undefined; start_date?: string | undefined; end_date?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; employee_type_id?: string | undefined; work_location_id?: string | undefined; job_id?: string | undefined; working_hours_type_id?: string | undefined; direct_manager_id?: string | undefined; work_shift?: { enum_name: string; } | undefined; compensation_type?: { enum_name: string; } | undefined; service_company?: string | undefined; weekly_working_hours?: string | undefined; dotted_line_manager_id?: string | undefined; work_calendar_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; }>>; params: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; client_token?: string | undefined; }>>; path: z.ZodObject<{ additional_job_id: z.ZodString; }, "strip", z.ZodTypeAny, { additional_job_id: string; }, { additional_job_id: string; }>; }; }; export declare const corehrV2EmployeesBpBatchGet: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_ids: z.ZodArray; get_all: z.ZodOptional; }, "strip", z.ZodTypeAny, { employment_ids: string[]; get_all?: boolean | undefined; }, { employment_ids: string[]; get_all?: boolean | undefined; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; }; }; export declare const corehrV2EmployeesInternationalAssignmentCreate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ work_location_id: z.ZodString; service_company: z.ZodOptional; work_shift: z.ZodOptional; weekly_working_hours_v2: z.ZodOptional; working_hours_type_id: z.ZodOptional; employee_type_id: z.ZodOptional; department_id: z.ZodOptional; job_id: z.ZodOptional; job_family_id: z.ZodOptional; job_level_id: z.ZodOptional; job_grade_id: z.ZodOptional; compensation_type: z.ZodOptional; direct_manager_id: z.ZodOptional; dotted_line_manager_id: z.ZodOptional; work_calendar_id: z.ZodOptional; position_id: z.ZodOptional; employment_id: z.ZodString; custom_fields: z.ZodOptional, "many">>; international_assignment_reason: z.ZodOptional; description: z.ZodOptional; international_assignment_expected_end_date: z.ZodOptional; international_assignment_type: z.ZodString; effective_time: z.ZodString; expiration_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { effective_time: string; employment_id: string; work_location_id: string; international_assignment_type: string; department_id?: string | undefined; expiration_time?: string | undefined; description?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; job_id?: string | undefined; working_hours_type_id?: string | undefined; direct_manager_id?: string | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; dotted_line_manager_id?: string | undefined; work_calendar_id?: string | undefined; position_id?: string | undefined; weekly_working_hours_v2?: number | undefined; international_assignment_reason?: string | undefined; international_assignment_expected_end_date?: string | undefined; }, { effective_time: string; employment_id: string; work_location_id: string; international_assignment_type: string; department_id?: string | undefined; expiration_time?: string | undefined; description?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; job_id?: string | undefined; working_hours_type_id?: string | undefined; direct_manager_id?: string | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; dotted_line_manager_id?: string | undefined; work_calendar_id?: string | undefined; position_id?: string | undefined; weekly_working_hours_v2?: number | undefined; international_assignment_reason?: string | undefined; international_assignment_expected_end_date?: string | undefined; }>; params: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; client_token?: string | undefined; }>>; }; }; export declare const corehrV2EmployeesInternationalAssignmentDelete: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { path: z.ZodObject<{ international_assignment_id: z.ZodString; }, "strip", z.ZodTypeAny, { international_assignment_id: string; }, { international_assignment_id: string; }>; }; }; export declare const corehrV2EmployeesInternationalAssignmentList: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodOptional>; department_id_type: z.ZodOptional>; page_size: z.ZodOptional; page_token: z.ZodOptional; employment_ids: z.ZodOptional>; international_assignment_ids: z.ZodOptional>; effective_time: z.ZodOptional; expiration_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; effective_time?: string | undefined; expiration_time?: string | undefined; employment_ids?: string[] | undefined; international_assignment_ids?: string[] | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; effective_time?: string | undefined; expiration_time?: string | undefined; employment_ids?: string[] | undefined; international_assignment_ids?: string[] | undefined; }>>; }; }; export declare const corehrV2EmployeesInternationalAssignmentPatch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; service_company: z.ZodOptional; work_shift: z.ZodOptional; weekly_working_hours_v2: z.ZodOptional; working_hours_type_id: z.ZodOptional; employee_type_id: z.ZodOptional; department_id: z.ZodOptional; job_id: z.ZodOptional; job_family_id: z.ZodOptional; job_level_id: z.ZodOptional; job_grade_id: z.ZodOptional; compensation_type: z.ZodOptional; direct_manager_id: z.ZodOptional; dotted_line_manager_id: z.ZodOptional; work_calendar_id: z.ZodOptional; position_id: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; international_assignment_reason: z.ZodOptional; description: z.ZodOptional; international_assignment_expected_end_date: z.ZodOptional; international_assignment_type: z.ZodOptional; effective_time: z.ZodOptional; expiration_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { department_id?: string | undefined; effective_time?: string | undefined; expiration_time?: string | undefined; description?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; work_location_id?: string | undefined; job_id?: string | undefined; working_hours_type_id?: string | undefined; direct_manager_id?: string | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; dotted_line_manager_id?: string | undefined; work_calendar_id?: string | undefined; position_id?: string | undefined; weekly_working_hours_v2?: number | undefined; international_assignment_reason?: string | undefined; international_assignment_expected_end_date?: string | undefined; international_assignment_type?: string | undefined; }, { department_id?: string | undefined; effective_time?: string | undefined; expiration_time?: string | undefined; description?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; work_location_id?: string | undefined; job_id?: string | undefined; working_hours_type_id?: string | undefined; direct_manager_id?: string | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; dotted_line_manager_id?: string | undefined; work_calendar_id?: string | undefined; position_id?: string | undefined; weekly_working_hours_v2?: number | undefined; international_assignment_reason?: string | undefined; international_assignment_expected_end_date?: string | undefined; international_assignment_type?: string | undefined; }>>; params: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; client_token?: string | undefined; }>>; path: z.ZodObject<{ international_assignment_id: z.ZodString; }, "strip", z.ZodTypeAny, { international_assignment_id: string; }, { international_assignment_id: string; }>; }; }; export declare const corehrV2EmployeesJobDataBatchGet: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_ids: z.ZodArray; get_all_version: z.ZodOptional; effective_date_start: z.ZodOptional; effective_date_end: z.ZodOptional; data_date: z.ZodOptional; primary_job_data: z.ZodOptional; assignment_start_reasons: z.ZodOptional>; }, "strip", z.ZodTypeAny, { employment_ids: string[]; primary_job_data?: boolean | undefined; get_all_version?: boolean | undefined; effective_date_start?: string | undefined; effective_date_end?: string | undefined; data_date?: string | undefined; assignment_start_reasons?: string[] | undefined; }, { employment_ids: string[]; primary_job_data?: boolean | undefined; get_all_version?: boolean | undefined; effective_date_start?: string | undefined; effective_date_end?: string | undefined; data_date?: string | undefined; assignment_start_reasons?: string[] | undefined; }>; params: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; }; }; export declare const corehrV2EmployeesJobDataQuery: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; data_date: z.ZodOptional; effective_date_start: z.ZodOptional; effective_date_end: z.ZodOptional; department_id: z.ZodOptional; employment_ids: z.ZodOptional>; primary_job_data: z.ZodOptional; assignment_start_reasons: z.ZodOptional>; }, "strip", z.ZodTypeAny, { department_id?: string | undefined; primary_job_data?: boolean | undefined; get_all_version?: boolean | undefined; employment_ids?: string[] | undefined; effective_date_start?: string | undefined; effective_date_end?: string | undefined; data_date?: string | undefined; assignment_start_reasons?: string[] | undefined; }, { department_id?: string | undefined; primary_job_data?: boolean | undefined; get_all_version?: boolean | undefined; employment_ids?: string[] | undefined; effective_date_start?: string | undefined; effective_date_end?: string | undefined; data_date?: string | undefined; assignment_start_reasons?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; }; export declare const corehrV2EnumSearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; }, "strip", z.ZodTypeAny, { enum_apiname_lists?: string[] | undefined; }, { enum_apiname_lists?: string[] | undefined; }>>; }; }; export declare const corehrV2JobChangeCreate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ transfer_mode: z.ZodNumber; employment_id: z.ZodString; transfer_type_unique_identifier: z.ZodString; flow_id: z.ZodOptional; effective_date: z.ZodString; transfer_info: z.ZodObject<{ remark: z.ZodOptional; offer_info: z.ZodOptional; target_dotted_manager_clean: z.ZodOptional; probation_exist: z.ZodOptional; target_department: z.ZodOptional; target_work_location: z.ZodOptional; target_direct_manager: z.ZodOptional; target_dotted_manager: z.ZodOptional; target_job: z.ZodOptional; target_job_family: z.ZodOptional; target_job_level: z.ZodOptional; target_workforce_type: z.ZodOptional; target_employee_subtype: z.ZodOptional; target_company: z.ZodOptional; target_contract_number: z.ZodOptional; target_contract_type: z.ZodOptional; target_duration_type: z.ZodOptional; target_signing_type: z.ZodOptional; target_contract_start_date: z.ZodOptional; target_contract_end_date: z.ZodOptional; target_working_hours_type: z.ZodOptional; target_working_calendar: z.ZodOptional; target_probation_end_date: z.ZodOptional; target_weekly_working_hours: z.ZodOptional; target_work_shift: z.ZodOptional; target_cost_center_rates: z.ZodOptional; rate: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; rate?: number | undefined; }, { cost_center_id?: string | undefined; rate?: number | undefined; }>, "many">>; target_employment_change: z.ZodOptional; seniority_date: z.ZodOptional; employee_number: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { value: string; custom_api_name: string; }[] | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; }, { custom_fields?: { value: string; custom_api_name: string; }[] | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; }>>; target_job_grade: z.ZodOptional; target_compensation_type: z.ZodOptional; target_service_company: z.ZodOptional; target_position: z.ZodOptional; target_social_security_city: z.ZodOptional; is_transfer_with_workforce: z.ZodOptional; }, "strip", z.ZodTypeAny, { remark?: string | undefined; offer_info?: string | undefined; target_dotted_manager_clean?: boolean | undefined; probation_exist?: boolean | undefined; target_department?: string | undefined; target_work_location?: string | undefined; target_direct_manager?: string | undefined; target_dotted_manager?: string | undefined; target_job?: string | undefined; target_job_family?: string | undefined; target_job_level?: string | undefined; target_workforce_type?: string | undefined; target_employee_subtype?: string | undefined; target_company?: string | undefined; target_contract_number?: string | undefined; target_contract_type?: string | undefined; target_duration_type?: string | undefined; target_signing_type?: string | undefined; target_contract_start_date?: string | undefined; target_contract_end_date?: string | undefined; target_working_hours_type?: string | undefined; target_working_calendar?: string | undefined; target_probation_end_date?: string | undefined; target_weekly_working_hours?: string | undefined; target_work_shift?: string | undefined; target_employment_change?: { custom_fields?: { value: string; custom_api_name: string; }[] | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; } | undefined; target_job_grade?: string | undefined; target_compensation_type?: string | undefined; target_service_company?: string | undefined; target_position?: string | undefined; target_cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; }[] | undefined; target_social_security_city?: string | undefined; is_transfer_with_workforce?: boolean | undefined; }, { remark?: string | undefined; offer_info?: string | undefined; target_dotted_manager_clean?: boolean | undefined; probation_exist?: boolean | undefined; target_department?: string | undefined; target_work_location?: string | undefined; target_direct_manager?: string | undefined; target_dotted_manager?: string | undefined; target_job?: string | undefined; target_job_family?: string | undefined; target_job_level?: string | undefined; target_workforce_type?: string | undefined; target_employee_subtype?: string | undefined; target_company?: string | undefined; target_contract_number?: string | undefined; target_contract_type?: string | undefined; target_duration_type?: string | undefined; target_signing_type?: string | undefined; target_contract_start_date?: string | undefined; target_contract_end_date?: string | undefined; target_working_hours_type?: string | undefined; target_working_calendar?: string | undefined; target_probation_end_date?: string | undefined; target_weekly_working_hours?: string | undefined; target_work_shift?: string | undefined; target_employment_change?: { custom_fields?: { value: string; custom_api_name: string; }[] | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; } | undefined; target_job_grade?: string | undefined; target_compensation_type?: string | undefined; target_service_company?: string | undefined; target_position?: string | undefined; target_cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; }[] | undefined; target_social_security_city?: string | undefined; is_transfer_with_workforce?: boolean | undefined; }>; transfer_key: z.ZodOptional; initiator_id: z.ZodOptional; transfer_reason_unique_identifier: z.ZodOptional; }, "strip", z.ZodTypeAny, { employment_id: string; transfer_mode: number; transfer_type_unique_identifier: string; effective_date: string; transfer_info: { remark?: string | undefined; offer_info?: string | undefined; target_dotted_manager_clean?: boolean | undefined; probation_exist?: boolean | undefined; target_department?: string | undefined; target_work_location?: string | undefined; target_direct_manager?: string | undefined; target_dotted_manager?: string | undefined; target_job?: string | undefined; target_job_family?: string | undefined; target_job_level?: string | undefined; target_workforce_type?: string | undefined; target_employee_subtype?: string | undefined; target_company?: string | undefined; target_contract_number?: string | undefined; target_contract_type?: string | undefined; target_duration_type?: string | undefined; target_signing_type?: string | undefined; target_contract_start_date?: string | undefined; target_contract_end_date?: string | undefined; target_working_hours_type?: string | undefined; target_working_calendar?: string | undefined; target_probation_end_date?: string | undefined; target_weekly_working_hours?: string | undefined; target_work_shift?: string | undefined; target_employment_change?: { custom_fields?: { value: string; custom_api_name: string; }[] | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; } | undefined; target_job_grade?: string | undefined; target_compensation_type?: string | undefined; target_service_company?: string | undefined; target_position?: string | undefined; target_cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; }[] | undefined; target_social_security_city?: string | undefined; is_transfer_with_workforce?: boolean | undefined; }; flow_id?: string | undefined; transfer_key?: string | undefined; initiator_id?: string | undefined; transfer_reason_unique_identifier?: string | undefined; }, { employment_id: string; transfer_mode: number; transfer_type_unique_identifier: string; effective_date: string; transfer_info: { remark?: string | undefined; offer_info?: string | undefined; target_dotted_manager_clean?: boolean | undefined; probation_exist?: boolean | undefined; target_department?: string | undefined; target_work_location?: string | undefined; target_direct_manager?: string | undefined; target_dotted_manager?: string | undefined; target_job?: string | undefined; target_job_family?: string | undefined; target_job_level?: string | undefined; target_workforce_type?: string | undefined; target_employee_subtype?: string | undefined; target_company?: string | undefined; target_contract_number?: string | undefined; target_contract_type?: string | undefined; target_duration_type?: string | undefined; target_signing_type?: string | undefined; target_contract_start_date?: string | undefined; target_contract_end_date?: string | undefined; target_working_hours_type?: string | undefined; target_working_calendar?: string | undefined; target_probation_end_date?: string | undefined; target_weekly_working_hours?: string | undefined; target_work_shift?: string | undefined; target_employment_change?: { custom_fields?: { value: string; custom_api_name: string; }[] | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; } | undefined; target_job_grade?: string | undefined; target_compensation_type?: string | undefined; target_service_company?: string | undefined; target_position?: string | undefined; target_cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; }[] | undefined; target_social_security_city?: string | undefined; is_transfer_with_workforce?: boolean | undefined; }; flow_id?: string | undefined; transfer_key?: string | undefined; initiator_id?: string | undefined; transfer_reason_unique_identifier?: string | undefined; }>; params: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | "people_admin_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | "people_admin_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; }; }; export declare const corehrV2JobChangeRevoke: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ operator_id: z.ZodString; }, "strip", z.ZodTypeAny, { operator_id: string; }, { operator_id: string; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | "people_admin_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | "people_admin_id" | undefined; }>>; path: z.ZodObject<{ job_change_id: z.ZodString; }, "strip", z.ZodTypeAny, { job_change_id: string; }, { job_change_id: string; }>; }; }; export declare const corehrV2JobChangeSearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; job_change_ids: z.ZodOptional>; statuses: z.ZodOptional, "many">>; effective_date_start: z.ZodOptional; effective_date_end: z.ZodOptional; updated_time_start: z.ZodOptional; updated_time_end: z.ZodOptional; target_department_ids: z.ZodOptional>; transfer_type_unique_identifier: z.ZodOptional>; transfer_reason_unique_identifier: z.ZodOptional>; exception_statuses: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { transfer_type_unique_identifier?: string[] | undefined; employment_ids?: string[] | undefined; statuses?: ("Approving" | "Approved" | "Rejected" | "NoNeedApproval" | "Transformed" | "Cancelled")[] | undefined; transfer_reason_unique_identifier?: string[] | undefined; job_change_ids?: string[] | undefined; effective_date_start?: string | undefined; effective_date_end?: string | undefined; updated_time_start?: string | undefined; updated_time_end?: string | undefined; target_department_ids?: string[] | undefined; exception_statuses?: ("pending" | "processed")[] | undefined; }, { transfer_type_unique_identifier?: string[] | undefined; employment_ids?: string[] | undefined; statuses?: ("Approving" | "Approved" | "Rejected" | "NoNeedApproval" | "Transformed" | "Cancelled")[] | undefined; transfer_reason_unique_identifier?: string[] | undefined; job_change_ids?: string[] | undefined; effective_date_start?: string | undefined; effective_date_end?: string | undefined; updated_time_start?: string | undefined; updated_time_end?: string | undefined; target_department_ids?: string[] | undefined; exception_statuses?: ("pending" | "processed")[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; }; export declare const corehrV2JobFamilyBatchGet: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; job_family_codes: z.ZodOptional>; }, "strip", z.ZodTypeAny, { job_family_ids?: string[] | undefined; job_family_codes?: string[] | undefined; }, { job_family_ids?: string[] | undefined; job_family_codes?: string[] | undefined; }>>; }; }; export declare const corehrV2JobGradeCreate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ grade_order: z.ZodNumber; code: z.ZodOptional; names: z.ZodArray, "many">; descriptions: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { names: { value: string; lang: string; }[]; grade_order: number; code?: string | undefined; descriptions?: { value: string; lang: string; }[] | undefined; }, { names: { value: string; lang: string; }[]; grade_order: number; code?: string | undefined; descriptions?: { value: string; lang: string; }[] | undefined; }>; params: z.ZodOptional; }, "strip", z.ZodTypeAny, { client_token?: string | undefined; }, { client_token?: string | undefined; }>>; }; }; export declare const corehrV2JobGradeDelete: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { path: z.ZodObject<{ job_grade_id: z.ZodString; }, "strip", z.ZodTypeAny, { job_grade_id: string; }, { job_grade_id: string; }>; }; }; export declare const corehrV2JobGradePatch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; code: z.ZodOptional; names: z.ZodOptional, "many">>; descriptions: z.ZodOptional, "many">>; active: z.ZodOptional; }, "strip", z.ZodTypeAny, { code?: string | undefined; active?: boolean | undefined; names?: { value: string; lang: string; }[] | undefined; grade_order?: number | undefined; descriptions?: { value: string; lang: string; }[] | undefined; }, { code?: string | undefined; active?: boolean | undefined; names?: { value: string; lang: string; }[] | undefined; grade_order?: number | undefined; descriptions?: { value: string; lang: string; }[] | undefined; }>>; params: z.ZodOptional; }, "strip", z.ZodTypeAny, { client_token?: string | undefined; }, { client_token?: string | undefined; }>>; path: z.ZodObject<{ job_grade_id: z.ZodString; }, "strip", z.ZodTypeAny, { job_grade_id: string; }, { job_grade_id: string; }>; }; }; export declare const corehrV2JobGradeQuery: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; codes: z.ZodOptional>; active: z.ZodOptional; }, "strip", z.ZodTypeAny, { ids?: string[] | undefined; active?: boolean | undefined; codes?: string[] | undefined; }, { ids?: string[] | undefined; active?: boolean | undefined; codes?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; }; export declare const corehrV2JobLevelBatchGet: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; job_level_codes: z.ZodOptional>; }, "strip", z.ZodTypeAny, { job_level_ids?: string[] | undefined; job_level_codes?: string[] | undefined; }, { job_level_ids?: string[] | undefined; job_level_codes?: string[] | undefined; }>>; }; }; export declare const corehrV2JobGet: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { path: z.ZodObject<{ job_id: z.ZodString; }, "strip", z.ZodTypeAny, { job_id: string; }, { job_id: string; }>; }; }; export declare const corehrV2JobList: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodObject<{ page_token: z.ZodOptional; page_size: z.ZodString; name: z.ZodOptional; query_language: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: string; page_token?: string | undefined; name?: string | undefined; query_language?: string | undefined; }, { page_size: string; page_token?: string | undefined; name?: string | undefined; query_language?: string | undefined; }>; }; }; export declare const corehrV2JobQueryRecentChange: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; start_date: z.ZodString; end_date: z.ZodString; }, "strip", z.ZodTypeAny, { page_size: number; start_date: string; end_date: string; page_token?: string | undefined; }, { page_size: number; start_date: string; end_date: string; page_token?: string | undefined; }>; }; }; export declare const corehrV2LocationActive: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ location_id: z.ZodString; effective_time: z.ZodString; active: z.ZodBoolean; operation_reason: z.ZodString; }, "strip", z.ZodTypeAny, { effective_time: string; active: boolean; location_id: string; operation_reason: string; }, { effective_time: string; active: boolean; location_id: string; operation_reason: string; }>; }; }; export declare const corehrV2LocationAddressCreate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ country_region_id: z.ZodString; region_id: z.ZodString; city_id: z.ZodString; distinct_id: z.ZodString; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodOptional, "many">>; is_primary: z.ZodOptional; is_public: z.ZodOptional; }, "strip", z.ZodTypeAny, { region_id: string; country_region_id: string; city_id: string; distinct_id: string; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; is_primary?: boolean | undefined; is_public?: boolean | undefined; address_types?: { enum_name: string; }[] | undefined; }, { region_id: string; country_region_id: string; city_id: string; distinct_id: string; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; is_primary?: boolean | undefined; is_public?: boolean | undefined; address_types?: { enum_name: string; }[] | undefined; }>; params: z.ZodOptional; }, "strip", z.ZodTypeAny, { client_token?: string | undefined; }, { client_token?: string | undefined; }>>; path: z.ZodObject<{ location_id: z.ZodString; }, "strip", z.ZodTypeAny, { location_id: string; }, { location_id: string; }>; }; }; export declare const corehrV2LocationAddressDelete: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { path: z.ZodObject<{ location_id: z.ZodString; address_id: z.ZodString; }, "strip", z.ZodTypeAny, { location_id: string; address_id: string; }, { location_id: string; address_id: string; }>; }; }; export declare const corehrV2LocationAddressPatch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; region_id: z.ZodOptional; city_id: z.ZodOptional; distinct_id: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodOptional, "many">>; is_primary: z.ZodOptional; is_public: z.ZodOptional; }, "strip", z.ZodTypeAny, { region_id?: string | undefined; country_region_id?: string | undefined; city_id?: string | undefined; distinct_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; is_primary?: boolean | undefined; is_public?: boolean | undefined; address_types?: { enum_name: string; }[] | undefined; }, { region_id?: string | undefined; country_region_id?: string | undefined; city_id?: string | undefined; distinct_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; is_primary?: boolean | undefined; is_public?: boolean | undefined; address_types?: { enum_name: string; }[] | undefined; }>>; params: z.ZodOptional; }, "strip", z.ZodTypeAny, { client_token?: string | undefined; }, { client_token?: string | undefined; }>>; path: z.ZodObject<{ location_id: z.ZodString; address_id: z.ZodString; }, "strip", z.ZodTypeAny, { location_id: string; address_id: string; }, { location_id: string; address_id: string; }>; }; }; export declare const corehrV2LocationBatchGet: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ location_ids: z.ZodArray; }, "strip", z.ZodTypeAny, { location_ids: string[]; }, { location_ids: string[]; }>; }; }; export declare const corehrV2LocationPatch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ parent_id: z.ZodOptional; names: z.ZodOptional, "many">>; active: z.ZodOptional; effective_time: z.ZodString; code: z.ZodOptional; descriptions: z.ZodOptional, "many">>; location_usages: z.ZodOptional, "many">>; working_hours_type_id: z.ZodOptional; locale: z.ZodOptional>; time_zone_id: z.ZodOptional; display_language_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { effective_time: string; code?: string | undefined; locale?: { enum_name: string; } | undefined; active?: boolean | undefined; parent_id?: string | undefined; working_hours_type_id?: string | undefined; time_zone_id?: string | undefined; display_language_id?: string | undefined; names?: { value: string; lang: string; }[] | undefined; descriptions?: { value: string; lang: string; }[] | undefined; location_usages?: { enum_name: string; }[] | undefined; }, { effective_time: string; code?: string | undefined; locale?: { enum_name: string; } | undefined; active?: boolean | undefined; parent_id?: string | undefined; working_hours_type_id?: string | undefined; time_zone_id?: string | undefined; display_language_id?: string | undefined; names?: { value: string; lang: string; }[] | undefined; descriptions?: { value: string; lang: string; }[] | undefined; location_usages?: { enum_name: string; }[] | undefined; }>; params: z.ZodOptional; }, "strip", z.ZodTypeAny, { client_token?: string | undefined; }, { client_token?: string | undefined; }>>; path: z.ZodObject<{ location_id: z.ZodString; }, "strip", z.ZodTypeAny, { location_id: string; }, { location_id: string; }>; }; }; export declare const corehrV2LocationQueryRecentChange: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; start_date: z.ZodString; end_date: z.ZodString; }, "strip", z.ZodTypeAny, { page_size: number; start_date: string; end_date: string; page_token?: string | undefined; }, { page_size: number; start_date: string; end_date: string; page_token?: string | undefined; }>; }; }; export declare const corehrV2OffboardingEdit: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ offboarding_id: z.ZodString; operator_id: z.ZodOptional; update_data: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { offboarding_id: string; update_data: { value: string; field_name: string; }[]; operator_id?: string | undefined; }, { offboarding_id: string; update_data: { value: string; field_name: string; }[]; operator_id?: string | undefined; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; }; }; export declare const corehrV2OffboardingRevoke: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ offboarding_id: z.ZodString; operator_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { offboarding_id: string; operator_id?: string | undefined; }, { offboarding_id: string; operator_id?: string | undefined; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; }; }; export declare const corehrV2OffboardingSubmitV2: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ offboarding_mode: z.ZodNumber; employment_id: z.ZodString; offboarding_date: z.ZodString; offboarding_reason_unique_identifier: z.ZodString; offboarding_reason_explanation: z.ZodOptional; initiator_id: z.ZodOptional; add_block_list: z.ZodOptional; block_reason: z.ZodOptional; block_reason_explanation: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; retain_account: z.ZodOptional; }, "strip", z.ZodTypeAny, { employment_id: string; offboarding_reason_unique_identifier: string; offboarding_mode: number; offboarding_date: string; custom_fields?: { value: string; field_name: string; }[] | undefined; initiator_id?: string | undefined; offboarding_reason_explanation?: string | undefined; add_block_list?: boolean | undefined; block_reason?: string | undefined; block_reason_explanation?: string | undefined; retain_account?: boolean | undefined; }, { employment_id: string; offboarding_reason_unique_identifier: string; offboarding_mode: number; offboarding_date: string; custom_fields?: { value: string; field_name: string; }[] | undefined; initiator_id?: string | undefined; offboarding_reason_explanation?: string | undefined; add_block_list?: boolean | undefined; block_reason?: string | undefined; block_reason_explanation?: string | undefined; retain_account?: boolean | undefined; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; }; }; export declare const corehrV2PersonCreate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; local_first_name: z.ZodOptional; country_region_id: z.ZodString; name_type: z.ZodObject<{ enum_name: z.ZodString; }, "strip", z.ZodTypeAny, { enum_name: string; }, { enum_name: string; }>; local_first_name_2: z.ZodOptional; local_primary_2: z.ZodOptional; additional_name_type: z.ZodOptional>; first_name: z.ZodOptional; full_name: z.ZodOptional; hereditary: z.ZodOptional; custom_name: z.ZodOptional; custom_local_name: z.ZodOptional; middle_name: z.ZodOptional; name_primary: z.ZodOptional; secondary: z.ZodOptional; social: z.ZodOptional>; tertiary: z.ZodOptional; title: z.ZodOptional>; local_middle_name: z.ZodOptional; local_secondary: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }, { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }>, "many">>; gender: z.ZodOptional>; date_of_birth: z.ZodOptional; nationality_id_v2: z.ZodOptional; race: z.ZodOptional>; marital_status: z.ZodOptional>; phone_list: z.ZodOptional>; phone_number: z.ZodString; }, "strip", z.ZodTypeAny, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }>, "many">>; address_list: z.ZodOptional; country_region_id: z.ZodString; region_id: z.ZodOptional; address_line1: z.ZodOptional; address_line2: z.ZodOptional; address_line3: z.ZodOptional; address_line4: z.ZodOptional; address_line5: z.ZodOptional; address_line6: z.ZodOptional; address_line7: z.ZodOptional; address_line8: z.ZodOptional; address_line9: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_type_list: z.ZodArray, "many">; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_type_list: { enum_name: string; }[]; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_type_list: { enum_name: string; }[]; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }>, "many">>; email_list: z.ZodOptional; is_public: z.ZodOptional; email_usage: z.ZodOptional>; }, "strip", z.ZodTypeAny, { email: string; is_primary?: boolean | undefined; is_public?: boolean | undefined; email_usage?: { enum_name: string; } | undefined; }, { email: string; is_primary?: boolean | undefined; is_public?: boolean | undefined; email_usage?: { enum_name: string; } | undefined; }>, "many">>; work_experience_list: z.ZodOptional, "many">>; department: z.ZodOptional, "many">>; job: z.ZodOptional, "many">>; description: z.ZodOptional, "many">>; start_date: z.ZodOptional; end_date: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { start_date?: string | undefined; end_date?: string | undefined; description?: { value: string; lang: string; }[] | undefined; department?: { value: string; lang: string; }[] | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; company_organization?: { value: string; lang: string; }[] | undefined; job?: { value: string; lang: string; }[] | undefined; }, { start_date?: string | undefined; end_date?: string | undefined; description?: { value: string; lang: string; }[] | undefined; department?: { value: string; lang: string; }[] | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; company_organization?: { value: string; lang: string; }[] | undefined; job?: { value: string; lang: string; }[] | undefined; }>, "many">>; education_list: z.ZodOptional, "many">; level_of_education: z.ZodOptional>; start_date: z.ZodOptional; end_date: z.ZodOptional; field_of_study: z.ZodOptional, "many">>; degree: z.ZodOptional>; school_name: z.ZodOptional>; field_of_study_name: z.ZodOptional>; country_region_id: z.ZodOptional; expected_end_date: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { school: { value: string; lang: string; }[]; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; level_of_education?: { enum_name: string; } | undefined; field_of_study?: { value: string; lang: string; }[] | undefined; degree?: { enum_name: string; } | undefined; school_name?: { enum_name: string; } | undefined; field_of_study_name?: { enum_name: string; } | undefined; expected_end_date?: string | undefined; }, { school: { value: string; lang: string; }[]; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; level_of_education?: { enum_name: string; } | undefined; field_of_study?: { value: string; lang: string; }[] | undefined; degree?: { enum_name: string; } | undefined; school_name?: { enum_name: string; } | undefined; field_of_study_name?: { enum_name: string; } | undefined; expected_end_date?: string | undefined; }>, "many">>; bank_account_list: z.ZodOptional; bank_account_number: z.ZodString; account_holder: z.ZodString; branch_name: z.ZodOptional; bank_id_v2: z.ZodOptional; branch_id_v2: z.ZodOptional; country_region_id: z.ZodOptional; bank_account_usage: z.ZodOptional, "many">>; bank_account_type: z.ZodOptional>; currency_id: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { bank_account_number: string; account_holder: string; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; currency_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_usage?: { enum_name: string; }[] | undefined; bank_account_type?: { enum_name: string; } | undefined; bank_id_v2?: string | undefined; branch_id_v2?: string | undefined; }, { bank_account_number: string; account_holder: string; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; currency_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_usage?: { enum_name: string; }[] | undefined; bank_account_type?: { enum_name: string; } | undefined; bank_id_v2?: string | undefined; branch_id_v2?: string | undefined; }>, "many">>; national_id_list: z.ZodOptional; expiration_date: z.ZodOptional; country_region_id: z.ZodString; issued_by: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }>, "many">>; dependent_list: z.ZodOptional; gender: z.ZodOptional>; date_of_birth: z.ZodOptional; nationality_id_v2: z.ZodOptional; national_id_list: z.ZodOptional; expiration_date: z.ZodOptional; country_region_id: z.ZodString; issued_by: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }>, "many">>; spouses_working_status: z.ZodOptional>; is_this_person_covered_by_health_insurance: z.ZodOptional; is_this_person_allowed_for_tax_deduction: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; dependent_name: z.ZodOptional; employer: z.ZodOptional; job: z.ZodOptional; phone: z.ZodOptional>; phone_number: z.ZodString; }, "strip", z.ZodTypeAny, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }>>; address: z.ZodOptional; country_region_id: z.ZodString; region_id: z.ZodOptional; address_line1: z.ZodOptional; address_line2: z.ZodOptional; address_line3: z.ZodOptional; address_line4: z.ZodOptional; address_line5: z.ZodOptional; address_line6: z.ZodOptional; address_line7: z.ZodOptional; address_line8: z.ZodOptional; address_line9: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }, { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }>>; birth_certificate_of_child: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; }, { id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { relationship: { enum_name: string; }; address?: { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; } | undefined; gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; phone?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; spouses_working_status?: { enum_name: string; } | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; birth_certificate_of_child?: { id?: string | undefined; }[] | undefined; nationality_id_v2?: string | undefined; }, { relationship: { enum_name: string; }; address?: { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; } | undefined; gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; phone?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; spouses_working_status?: { enum_name: string; } | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; birth_certificate_of_child?: { id?: string | undefined; }[] | undefined; nationality_id_v2?: string | undefined; }>, "many">>; emergency_contact_list: z.ZodOptional; local_first_name: z.ZodOptional; country_region_id: z.ZodString; name_type: z.ZodObject<{ enum_name: z.ZodString; }, "strip", z.ZodTypeAny, { enum_name: string; }, { enum_name: string; }>; local_first_name_2: z.ZodOptional; local_primary_2: z.ZodOptional; additional_name_type: z.ZodOptional>; first_name: z.ZodOptional; full_name: z.ZodOptional; hereditary: z.ZodOptional; custom_name: z.ZodOptional; custom_local_name: z.ZodOptional; middle_name: z.ZodOptional; name_primary: z.ZodOptional; secondary: z.ZodOptional; social: z.ZodOptional>; tertiary: z.ZodOptional; title: z.ZodOptional>; local_middle_name: z.ZodOptional; local_secondary: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }, { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }>>; relationship: z.ZodOptional>; phone_ist: z.ZodOptional>; phone_number: z.ZodString; }, "strip", z.ZodTypeAny, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }>, "many">>; legal_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; } | undefined; relationship?: { enum_name: string; } | undefined; phone_ist?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; legal_name?: string | undefined; }, { name?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; } | undefined; relationship?: { enum_name: string; } | undefined; phone_ist?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; legal_name?: string | undefined; }>, "many">>; date_entered_workforce: z.ZodOptional; profile_image_id: z.ZodOptional; personal_profile: z.ZodOptional>; files: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; }, { id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: { enum_name: string; } | undefined; }, { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: { enum_name: string; } | undefined; }>, "many">>; native_region: z.ZodOptional; hukou_type: z.ZodOptional>; hukou_location: z.ZodOptional; political_affiliations: z.ZodOptional, "many">>; talent_id: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; born_country_region: z.ZodOptional; is_disabled: z.ZodOptional; disable_card_number: z.ZodOptional; is_martyr_family: z.ZodOptional; martyr_card_number: z.ZodOptional; is_old_alone: z.ZodOptional; resident_taxes: z.ZodOptional>; tax_country_region_id: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { year_resident_tax: string; custom_fields?: { value: string; field_name: string; }[] | undefined; resident_status?: { enum_name: string; } | undefined; tax_country_region_id?: string | undefined; }, { year_resident_tax: string; custom_fields?: { value: string; field_name: string; }[] | undefined; resident_status?: { enum_name: string; } | undefined; tax_country_region_id?: string | undefined; }>, "many">>; first_entry_time: z.ZodOptional; leave_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; name_list?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }[] | undefined; date_of_birth?: string | undefined; race?: { enum_name: string; } | undefined; marital_status?: { enum_name: string; } | undefined; phone_list?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_type_list: { enum_name: string; }[]; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }[] | undefined; email_list?: { email: string; is_primary?: boolean | undefined; is_public?: boolean | undefined; email_usage?: { enum_name: string; } | undefined; }[] | undefined; work_experience_list?: { start_date?: string | undefined; end_date?: string | undefined; description?: { value: string; lang: string; }[] | undefined; department?: { value: string; lang: string; }[] | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; company_organization?: { value: string; lang: string; }[] | undefined; job?: { value: string; lang: string; }[] | undefined; }[] | undefined; education_list?: { school: { value: string; lang: string; }[]; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; level_of_education?: { enum_name: string; } | undefined; field_of_study?: { value: string; lang: string; }[] | undefined; degree?: { enum_name: string; } | undefined; school_name?: { enum_name: string; } | undefined; field_of_study_name?: { enum_name: string; } | undefined; expected_end_date?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; currency_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_usage?: { enum_name: string; }[] | undefined; bank_account_type?: { enum_name: string; } | undefined; bank_id_v2?: string | undefined; branch_id_v2?: string | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: { enum_name: string; }; address?: { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; } | undefined; gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; phone?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; spouses_working_status?: { enum_name: string; } | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; birth_certificate_of_child?: { id?: string | undefined; }[] | undefined; nationality_id_v2?: string | undefined; }[] | undefined; emergency_contact_list?: { name?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; } | undefined; relationship?: { enum_name: string; } | undefined; phone_ist?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; legal_name?: string | undefined; }[] | undefined; date_entered_workforce?: string | undefined; profile_image_id?: string | undefined; personal_profile?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: { enum_name: string; } | undefined; }[] | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; resident_taxes?: { year_resident_tax: string; custom_fields?: { value: string; field_name: string; }[] | undefined; resident_status?: { enum_name: string; } | undefined; tax_country_region_id?: string | undefined; }[] | undefined; hukou_type?: { enum_name: string; } | undefined; hukou_location?: string | undefined; nationality_id_v2?: string | undefined; political_affiliations?: { enum_name: string; }[] | undefined; talent_id?: string | undefined; }, { gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; name_list?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }[] | undefined; date_of_birth?: string | undefined; race?: { enum_name: string; } | undefined; marital_status?: { enum_name: string; } | undefined; phone_list?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_type_list: { enum_name: string; }[]; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }[] | undefined; email_list?: { email: string; is_primary?: boolean | undefined; is_public?: boolean | undefined; email_usage?: { enum_name: string; } | undefined; }[] | undefined; work_experience_list?: { start_date?: string | undefined; end_date?: string | undefined; description?: { value: string; lang: string; }[] | undefined; department?: { value: string; lang: string; }[] | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; company_organization?: { value: string; lang: string; }[] | undefined; job?: { value: string; lang: string; }[] | undefined; }[] | undefined; education_list?: { school: { value: string; lang: string; }[]; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; level_of_education?: { enum_name: string; } | undefined; field_of_study?: { value: string; lang: string; }[] | undefined; degree?: { enum_name: string; } | undefined; school_name?: { enum_name: string; } | undefined; field_of_study_name?: { enum_name: string; } | undefined; expected_end_date?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; currency_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_usage?: { enum_name: string; }[] | undefined; bank_account_type?: { enum_name: string; } | undefined; bank_id_v2?: string | undefined; branch_id_v2?: string | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: { enum_name: string; }; address?: { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; } | undefined; gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; phone?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; spouses_working_status?: { enum_name: string; } | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; birth_certificate_of_child?: { id?: string | undefined; }[] | undefined; nationality_id_v2?: string | undefined; }[] | undefined; emergency_contact_list?: { name?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; } | undefined; relationship?: { enum_name: string; } | undefined; phone_ist?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; legal_name?: string | undefined; }[] | undefined; date_entered_workforce?: string | undefined; profile_image_id?: string | undefined; personal_profile?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: { enum_name: string; } | undefined; }[] | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; resident_taxes?: { year_resident_tax: string; custom_fields?: { value: string; field_name: string; }[] | undefined; resident_status?: { enum_name: string; } | undefined; tax_country_region_id?: string | undefined; }[] | undefined; hukou_type?: { enum_name: string; } | undefined; hukou_location?: string | undefined; nationality_id_v2?: string | undefined; political_affiliations?: { enum_name: string; }[] | undefined; talent_id?: string | undefined; }>>; params: z.ZodOptional; }, "strip", z.ZodTypeAny, { client_token?: string | undefined; }, { client_token?: string | undefined; }>>; }; }; export declare const corehrV2PersonPatch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; local_first_name: z.ZodOptional; country_region_id: z.ZodString; name_type: z.ZodObject<{ enum_name: z.ZodString; }, "strip", z.ZodTypeAny, { enum_name: string; }, { enum_name: string; }>; local_first_name_2: z.ZodOptional; local_primary_2: z.ZodOptional; additional_name_type: z.ZodOptional>; first_name: z.ZodOptional; full_name: z.ZodOptional; hereditary: z.ZodOptional; custom_name: z.ZodOptional; custom_local_name: z.ZodOptional; middle_name: z.ZodOptional; name_primary: z.ZodOptional; secondary: z.ZodOptional; social: z.ZodOptional>; tertiary: z.ZodOptional; title: z.ZodOptional>; local_middle_name: z.ZodOptional; local_secondary: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }, { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }>, "many">>; gender: z.ZodOptional>; date_of_birth: z.ZodOptional; nationality_id_v2: z.ZodOptional; race: z.ZodOptional>; marital_status: z.ZodOptional>; phone_list: z.ZodOptional>; phone_number: z.ZodString; }, "strip", z.ZodTypeAny, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }>, "many">>; address_list: z.ZodOptional; country_region_id: z.ZodString; region_id: z.ZodOptional; address_line1: z.ZodOptional; address_line2: z.ZodOptional; address_line3: z.ZodOptional; address_line4: z.ZodOptional; address_line5: z.ZodOptional; address_line6: z.ZodOptional; address_line7: z.ZodOptional; address_line8: z.ZodOptional; address_line9: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_type_list: z.ZodArray, "many">; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_type_list: { enum_name: string; }[]; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_type_list: { enum_name: string; }[]; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }>, "many">>; email_list: z.ZodOptional; is_public: z.ZodOptional; email_usage: z.ZodOptional>; }, "strip", z.ZodTypeAny, { email: string; is_primary?: boolean | undefined; is_public?: boolean | undefined; email_usage?: { enum_name: string; } | undefined; }, { email: string; is_primary?: boolean | undefined; is_public?: boolean | undefined; email_usage?: { enum_name: string; } | undefined; }>, "many">>; work_experience_list: z.ZodOptional, "many">>; department: z.ZodOptional, "many">>; job: z.ZodOptional, "many">>; description: z.ZodOptional, "many">>; start_date: z.ZodOptional; end_date: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { start_date?: string | undefined; end_date?: string | undefined; description?: { value: string; lang: string; }[] | undefined; department?: { value: string; lang: string; }[] | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; company_organization?: { value: string; lang: string; }[] | undefined; job?: { value: string; lang: string; }[] | undefined; }, { start_date?: string | undefined; end_date?: string | undefined; description?: { value: string; lang: string; }[] | undefined; department?: { value: string; lang: string; }[] | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; company_organization?: { value: string; lang: string; }[] | undefined; job?: { value: string; lang: string; }[] | undefined; }>, "many">>; education_list: z.ZodOptional, "many">; level_of_education: z.ZodOptional>; start_date: z.ZodOptional; end_date: z.ZodOptional; field_of_study: z.ZodOptional, "many">>; degree: z.ZodOptional>; school_name: z.ZodOptional>; field_of_study_name: z.ZodOptional>; country_region_id: z.ZodOptional; expected_end_date: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { school: { value: string; lang: string; }[]; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; level_of_education?: { enum_name: string; } | undefined; field_of_study?: { value: string; lang: string; }[] | undefined; degree?: { enum_name: string; } | undefined; school_name?: { enum_name: string; } | undefined; field_of_study_name?: { enum_name: string; } | undefined; expected_end_date?: string | undefined; }, { school: { value: string; lang: string; }[]; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; level_of_education?: { enum_name: string; } | undefined; field_of_study?: { value: string; lang: string; }[] | undefined; degree?: { enum_name: string; } | undefined; school_name?: { enum_name: string; } | undefined; field_of_study_name?: { enum_name: string; } | undefined; expected_end_date?: string | undefined; }>, "many">>; bank_account_list: z.ZodOptional; bank_account_number: z.ZodString; account_holder: z.ZodString; branch_name: z.ZodOptional; bank_id_v2: z.ZodOptional; branch_id_v2: z.ZodOptional; country_region_id: z.ZodOptional; bank_account_usage: z.ZodOptional, "many">>; bank_account_type: z.ZodOptional>; currency_id: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { bank_account_number: string; account_holder: string; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; currency_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_usage?: { enum_name: string; }[] | undefined; bank_account_type?: { enum_name: string; } | undefined; bank_id_v2?: string | undefined; branch_id_v2?: string | undefined; }, { bank_account_number: string; account_holder: string; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; currency_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_usage?: { enum_name: string; }[] | undefined; bank_account_type?: { enum_name: string; } | undefined; bank_id_v2?: string | undefined; branch_id_v2?: string | undefined; }>, "many">>; national_id_list: z.ZodOptional; expiration_date: z.ZodOptional; country_region_id: z.ZodString; issued_by: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }>, "many">>; dependent_list: z.ZodOptional; gender: z.ZodOptional>; date_of_birth: z.ZodOptional; nationality_id_v2: z.ZodOptional; national_id_list: z.ZodOptional; expiration_date: z.ZodOptional; country_region_id: z.ZodString; issued_by: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }>, "many">>; spouses_working_status: z.ZodOptional>; is_this_person_covered_by_health_insurance: z.ZodOptional; is_this_person_allowed_for_tax_deduction: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; dependent_name: z.ZodOptional; employer: z.ZodOptional; job: z.ZodOptional; phone: z.ZodOptional>; phone_number: z.ZodString; }, "strip", z.ZodTypeAny, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }>>; address: z.ZodOptional; country_region_id: z.ZodString; region_id: z.ZodOptional; address_line1: z.ZodOptional; address_line2: z.ZodOptional; address_line3: z.ZodOptional; address_line4: z.ZodOptional; address_line5: z.ZodOptional; address_line6: z.ZodOptional; address_line7: z.ZodOptional; address_line8: z.ZodOptional; address_line9: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }, { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }>>; birth_certificate_of_child: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; }, { id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { relationship: { enum_name: string; }; address?: { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; } | undefined; gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; phone?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; spouses_working_status?: { enum_name: string; } | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; birth_certificate_of_child?: { id?: string | undefined; }[] | undefined; nationality_id_v2?: string | undefined; }, { relationship: { enum_name: string; }; address?: { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; } | undefined; gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; phone?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; spouses_working_status?: { enum_name: string; } | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; birth_certificate_of_child?: { id?: string | undefined; }[] | undefined; nationality_id_v2?: string | undefined; }>, "many">>; emergency_contact_list: z.ZodOptional; local_first_name: z.ZodOptional; country_region_id: z.ZodString; name_type: z.ZodObject<{ enum_name: z.ZodString; }, "strip", z.ZodTypeAny, { enum_name: string; }, { enum_name: string; }>; local_first_name_2: z.ZodOptional; local_primary_2: z.ZodOptional; additional_name_type: z.ZodOptional>; first_name: z.ZodOptional; full_name: z.ZodOptional; hereditary: z.ZodOptional; custom_name: z.ZodOptional; custom_local_name: z.ZodOptional; middle_name: z.ZodOptional; name_primary: z.ZodOptional; secondary: z.ZodOptional; social: z.ZodOptional>; tertiary: z.ZodOptional; title: z.ZodOptional>; local_middle_name: z.ZodOptional; local_secondary: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }, { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }>>; relationship: z.ZodOptional>; phone_ist: z.ZodOptional>; phone_number: z.ZodString; }, "strip", z.ZodTypeAny, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }>, "many">>; legal_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; } | undefined; relationship?: { enum_name: string; } | undefined; phone_ist?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; legal_name?: string | undefined; }, { name?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; } | undefined; relationship?: { enum_name: string; } | undefined; phone_ist?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; legal_name?: string | undefined; }>, "many">>; date_entered_workforce: z.ZodOptional; profile_image_id: z.ZodOptional; personal_profile: z.ZodOptional>; files: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; }, { id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: { enum_name: string; } | undefined; }, { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: { enum_name: string; } | undefined; }>, "many">>; native_region: z.ZodOptional; hukou_type: z.ZodOptional>; hukou_location: z.ZodOptional; political_affiliations: z.ZodOptional, "many">>; talent_id: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; born_country_region: z.ZodOptional; is_disabled: z.ZodOptional; disable_card_number: z.ZodOptional; is_martyr_family: z.ZodOptional; martyr_card_number: z.ZodOptional; is_old_alone: z.ZodOptional; resident_taxes: z.ZodOptional>; tax_country_region_id: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { year_resident_tax: string; custom_fields?: { value: string; field_name: string; }[] | undefined; resident_status?: { enum_name: string; } | undefined; tax_country_region_id?: string | undefined; }, { year_resident_tax: string; custom_fields?: { value: string; field_name: string; }[] | undefined; resident_status?: { enum_name: string; } | undefined; tax_country_region_id?: string | undefined; }>, "many">>; first_entry_time: z.ZodOptional; leave_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; name_list?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }[] | undefined; date_of_birth?: string | undefined; race?: { enum_name: string; } | undefined; marital_status?: { enum_name: string; } | undefined; phone_list?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_type_list: { enum_name: string; }[]; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }[] | undefined; email_list?: { email: string; is_primary?: boolean | undefined; is_public?: boolean | undefined; email_usage?: { enum_name: string; } | undefined; }[] | undefined; work_experience_list?: { start_date?: string | undefined; end_date?: string | undefined; description?: { value: string; lang: string; }[] | undefined; department?: { value: string; lang: string; }[] | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; company_organization?: { value: string; lang: string; }[] | undefined; job?: { value: string; lang: string; }[] | undefined; }[] | undefined; education_list?: { school: { value: string; lang: string; }[]; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; level_of_education?: { enum_name: string; } | undefined; field_of_study?: { value: string; lang: string; }[] | undefined; degree?: { enum_name: string; } | undefined; school_name?: { enum_name: string; } | undefined; field_of_study_name?: { enum_name: string; } | undefined; expected_end_date?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; currency_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_usage?: { enum_name: string; }[] | undefined; bank_account_type?: { enum_name: string; } | undefined; bank_id_v2?: string | undefined; branch_id_v2?: string | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: { enum_name: string; }; address?: { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; } | undefined; gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; phone?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; spouses_working_status?: { enum_name: string; } | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; birth_certificate_of_child?: { id?: string | undefined; }[] | undefined; nationality_id_v2?: string | undefined; }[] | undefined; emergency_contact_list?: { name?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; } | undefined; relationship?: { enum_name: string; } | undefined; phone_ist?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; legal_name?: string | undefined; }[] | undefined; date_entered_workforce?: string | undefined; profile_image_id?: string | undefined; personal_profile?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: { enum_name: string; } | undefined; }[] | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; resident_taxes?: { year_resident_tax: string; custom_fields?: { value: string; field_name: string; }[] | undefined; resident_status?: { enum_name: string; } | undefined; tax_country_region_id?: string | undefined; }[] | undefined; hukou_type?: { enum_name: string; } | undefined; hukou_location?: string | undefined; nationality_id_v2?: string | undefined; political_affiliations?: { enum_name: string; }[] | undefined; talent_id?: string | undefined; }, { gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; name_list?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }[] | undefined; date_of_birth?: string | undefined; race?: { enum_name: string; } | undefined; marital_status?: { enum_name: string; } | undefined; phone_list?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_type_list: { enum_name: string; }[]; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }[] | undefined; email_list?: { email: string; is_primary?: boolean | undefined; is_public?: boolean | undefined; email_usage?: { enum_name: string; } | undefined; }[] | undefined; work_experience_list?: { start_date?: string | undefined; end_date?: string | undefined; description?: { value: string; lang: string; }[] | undefined; department?: { value: string; lang: string; }[] | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; company_organization?: { value: string; lang: string; }[] | undefined; job?: { value: string; lang: string; }[] | undefined; }[] | undefined; education_list?: { school: { value: string; lang: string; }[]; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; level_of_education?: { enum_name: string; } | undefined; field_of_study?: { value: string; lang: string; }[] | undefined; degree?: { enum_name: string; } | undefined; school_name?: { enum_name: string; } | undefined; field_of_study_name?: { enum_name: string; } | undefined; expected_end_date?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; currency_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_usage?: { enum_name: string; }[] | undefined; bank_account_type?: { enum_name: string; } | undefined; bank_id_v2?: string | undefined; branch_id_v2?: string | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: { enum_name: string; }; address?: { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; } | undefined; gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; phone?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; spouses_working_status?: { enum_name: string; } | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; birth_certificate_of_child?: { id?: string | undefined; }[] | undefined; nationality_id_v2?: string | undefined; }[] | undefined; emergency_contact_list?: { name?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; } | undefined; relationship?: { enum_name: string; } | undefined; phone_ist?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; legal_name?: string | undefined; }[] | undefined; date_entered_workforce?: string | undefined; profile_image_id?: string | undefined; personal_profile?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: { enum_name: string; } | undefined; }[] | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; resident_taxes?: { year_resident_tax: string; custom_fields?: { value: string; field_name: string; }[] | undefined; resident_status?: { enum_name: string; } | undefined; tax_country_region_id?: string | undefined; }[] | undefined; hukou_type?: { enum_name: string; } | undefined; hukou_location?: string | undefined; nationality_id_v2?: string | undefined; political_affiliations?: { enum_name: string; }[] | undefined; talent_id?: string | undefined; }>>; params: z.ZodOptional; no_need_query: z.ZodOptional; }, "strip", z.ZodTypeAny, { client_token?: string | undefined; no_need_query?: boolean | undefined; }, { client_token?: string | undefined; no_need_query?: boolean | undefined; }>>; path: z.ZodOptional; }, "strip", z.ZodTypeAny, { person_id?: string | undefined; }, { person_id?: string | undefined; }>>; }; }; export declare const corehrV2PreHireComplete: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { path: z.ZodObject<{ pre_hire_id: z.ZodString; }, "strip", z.ZodTypeAny, { pre_hire_id: string; }, { pre_hire_id: string; }>; }; }; export declare const corehrV2PreHireCreate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ basic_info: z.ZodObject<{ name: z.ZodOptional; first_name: z.ZodOptional; middle_name: z.ZodOptional; name_primary: z.ZodOptional; local_first_name: z.ZodOptional; local_middle_name: z.ZodOptional; local_primary: z.ZodOptional; country_region_id: z.ZodOptional; custom_local_name: z.ZodOptional; custom_western_name: z.ZodOptional; additional_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }, { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }>>; phone_number: z.ZodOptional; international_area_code: z.ZodOptional; email: z.ZodOptional; date_of_birth: z.ZodOptional; personal_id_number: z.ZodOptional; personal_id_type: z.ZodOptional; date_entered_workforce: z.ZodOptional; gender_id: z.ZodOptional; nationality_v2_id: z.ZodOptional; additional_nationality_id_list: z.ZodOptional>; citizenship_status_id_list: z.ZodOptional>; home_address: z.ZodOptional; worker_id: z.ZodOptional; user_geo: z.ZodOptional; legal_name: z.ZodOptional; first_name: z.ZodOptional; middle_name: z.ZodOptional; name_primary: z.ZodOptional; local_first_name: z.ZodOptional; local_middle_name: z.ZodOptional; local_primary: z.ZodOptional; country_region_id: z.ZodOptional; custom_local_name: z.ZodOptional; custom_western_name: z.ZodOptional; additional_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }, { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }>>; additional_name: z.ZodOptional; first_name: z.ZodOptional; middle_name: z.ZodOptional; name_primary: z.ZodOptional; local_first_name: z.ZodOptional; local_middle_name: z.ZodOptional; local_primary: z.ZodOptional; country_region_id: z.ZodOptional; custom_local_name: z.ZodOptional; custom_western_name: z.ZodOptional; additional_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }, { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }>>; resident_tax_list: z.ZodOptional; resident_status: z.ZodOptional; tax_address: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodArray; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; city_id_v2: z.ZodOptional; district_id_v2: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }>>; resident_status_specification: z.ZodOptional; year_resident_tax: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }, { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }>, "many">>; born_country_region: z.ZodOptional; is_disabled: z.ZodOptional; disable_card_number: z.ZodOptional; is_old_alone: z.ZodOptional; is_martyr_family: z.ZodOptional; martyr_card_number: z.ZodOptional; dependent_list: z.ZodOptional; date_of_birth: z.ZodOptional; national_ids: z.ZodOptional; expiration_date: z.ZodOptional; issued_by: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }>, "many">>; spouses_working_status: z.ZodOptional; is_this_person_covered_by_health_insurance: z.ZodOptional; is_this_person_allowed_for_tax_deduction: z.ZodOptional; dependent_name: z.ZodOptional; employer: z.ZodOptional; job: z.ZodOptional; phone: z.ZodOptional>; address: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodArray; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; city_id_v2: z.ZodOptional; district_id_v2: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }>>; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }, { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }>, "many">>; religion: z.ZodOptional; bank_account_list: z.ZodOptional; branch_name: z.ZodOptional; bank_account_number: z.ZodString; account_holder: z.ZodString; country_region_id: z.ZodOptional; bank_account_usages: z.ZodOptional>; bank_account_type: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }, { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }>, "many">>; national_id_list: z.ZodOptional; expiration_date: z.ZodOptional; issued_by: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }>, "many">>; personal_profile_list: z.ZodOptional; files: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; }, { id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }, { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }>, "many">>; emergency_contact_list: z.ZodOptional; relationship: z.ZodOptional; phones: z.ZodOptional, "many">>; address: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodArray; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; city_id_v2: z.ZodOptional; district_id_v2: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }>>; email: z.ZodOptional>; is_primary: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }, { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }>, "many">>; address_list: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodArray; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; city_id_v2: z.ZodOptional; district_id_v2: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }>, "many">>; marital_status: z.ZodOptional; ethnicity_race: z.ZodOptional; native_region: z.ZodOptional; hukou_type: z.ZodOptional; hukou_location: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; expected_graduate_date: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone_number?: string | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; international_area_code?: string | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }[] | undefined; legal_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; emergency_contact_list?: { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }[] | undefined; date_entered_workforce?: string | undefined; worker_id?: string | undefined; additional_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; user_geo?: string | undefined; personal_id_number?: string | undefined; personal_id_type?: string | undefined; gender_id?: string | undefined; nationality_v2_id?: string | undefined; additional_nationality_id_list?: string[] | undefined; citizenship_status_id_list?: string[] | undefined; home_address?: string | undefined; resident_tax_list?: { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }[] | undefined; religion?: string | undefined; personal_profile_list?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }[] | undefined; expected_graduate_date?: string | undefined; }, { name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone_number?: string | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; international_area_code?: string | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }[] | undefined; legal_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; emergency_contact_list?: { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }[] | undefined; date_entered_workforce?: string | undefined; worker_id?: string | undefined; additional_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; user_geo?: string | undefined; personal_id_number?: string | undefined; personal_id_type?: string | undefined; gender_id?: string | undefined; nationality_v2_id?: string | undefined; additional_nationality_id_list?: string[] | undefined; citizenship_status_id_list?: string[] | undefined; home_address?: string | undefined; resident_tax_list?: { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }[] | undefined; religion?: string | undefined; personal_profile_list?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }[] | undefined; expected_graduate_date?: string | undefined; }>; offer_info: z.ZodObject<{ offer_id: z.ZodOptional; offer_hr_id: z.ZodOptional; department_id: z.ZodOptional; direct_leader_id: z.ZodOptional; dotted_line_manager_id: z.ZodOptional; job_id: z.ZodOptional; job_family_id: z.ZodOptional; job_level_id: z.ZodOptional; job_title: z.ZodOptional; probation_start_date: z.ZodOptional; probation_end_date: z.ZodOptional; contract_start_date: z.ZodOptional; contract_end_date: z.ZodOptional; duration_period: z.ZodOptional; duration_unit: z.ZodOptional; onboarding_date: z.ZodOptional; onboarding_location_id: z.ZodOptional; office_location_id: z.ZodOptional; recruitment_type_id: z.ZodOptional; probation_period: z.ZodOptional; employee_type_id: z.ZodOptional; employee_subtype_id: z.ZodOptional; employment_type_id: z.ZodOptional; work_email: z.ZodOptional; duration_type_id: z.ZodOptional; signing_type_id: z.ZodOptional; entry_mode: z.ZodOptional; social_security_city_id: z.ZodOptional; contract_type: z.ZodOptional; company: z.ZodOptional; cost_center_rate: z.ZodOptional; rate: z.ZodOptional; new_rate: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }>, "many">>; job_grade_id: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; service_company: z.ZodOptional; work_shift: z.ZodOptional; compensation_type: z.ZodOptional; work_location_id: z.ZodOptional; onboarding_address_id: z.ZodOptional; office_address_id: z.ZodOptional; position_id: z.ZodOptional; working_calendar_id: z.ZodOptional; working_hours_type: z.ZodOptional; pay_group_id: z.ZodOptional; flow_id: z.ZodOptional; check_in_time: z.ZodOptional; check_in_method: z.ZodOptional; seniority_date: z.ZodOptional; seniority_adjust_information_list: z.ZodOptional; seniority_adjustment_type: z.ZodEnum<["decrease", "increase"]>; reasons_for_seniority_adjustment: z.ZodOptional; start_date: z.ZodOptional; end_date: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }, { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }>, "many">>; notice_period_probation_voluntary: z.ZodOptional; value: z.ZodOptional; value_unit: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }>>; notice_period_probation_involuntary: z.ZodOptional; value: z.ZodOptional; value_unit: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }>>; notice_period_positive_voluntary: z.ZodOptional; value: z.ZodOptional; value_unit: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }>>; notice_period_positive_involuntary: z.ZodOptional; value: z.ZodOptional; value_unit: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }>>; condition_worker: z.ZodOptional; non_compete_covenant: z.ZodOptional; company_sponsored_visa: z.ZodOptional; work_station: z.ZodOptional; pathway: z.ZodOptional; default_cost_center: z.ZodOptional>; cost_allocation: z.ZodOptional; expiration_time: z.ZodOptional; cost_center_rates: z.ZodOptional; rate: z.ZodOptional; new_rate: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; }, { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; }>>; talent_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { department_id?: string | undefined; flow_id?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; work_station?: string | undefined; job_title?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; work_location_id?: string | undefined; job_id?: string | undefined; contract_type?: string | undefined; contract_end_date?: string | undefined; seniority_date?: string | undefined; probation_start_date?: string | undefined; probation_end_date?: string | undefined; cost_center_rate?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { cost_center_id: string; is_herit: boolean; } | undefined; work_email?: string | undefined; working_hours_type?: string | undefined; pathway?: string | undefined; dotted_line_manager_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; talent_id?: string | undefined; offer_id?: string | undefined; offer_hr_id?: string | undefined; direct_leader_id?: string | undefined; contract_start_date?: string | undefined; duration_period?: number | undefined; duration_unit?: string | undefined; onboarding_date?: string | undefined; onboarding_location_id?: string | undefined; office_location_id?: string | undefined; recruitment_type_id?: string | undefined; probation_period?: string | undefined; employment_type_id?: string | undefined; duration_type_id?: string | undefined; signing_type_id?: string | undefined; entry_mode?: string | undefined; social_security_city_id?: string | undefined; company?: string | undefined; onboarding_address_id?: string | undefined; office_address_id?: string | undefined; working_calendar_id?: string | undefined; pay_group_id?: string | undefined; check_in_time?: string | undefined; check_in_method?: string | undefined; seniority_adjust_information_list?: { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }[] | undefined; notice_period_probation_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_probation_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; condition_worker?: boolean | undefined; non_compete_covenant?: boolean | undefined; company_sponsored_visa?: boolean | undefined; }, { department_id?: string | undefined; flow_id?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; work_station?: string | undefined; job_title?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; work_location_id?: string | undefined; job_id?: string | undefined; contract_type?: string | undefined; contract_end_date?: string | undefined; seniority_date?: string | undefined; probation_start_date?: string | undefined; probation_end_date?: string | undefined; cost_center_rate?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { cost_center_id: string; is_herit: boolean; } | undefined; work_email?: string | undefined; working_hours_type?: string | undefined; pathway?: string | undefined; dotted_line_manager_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; talent_id?: string | undefined; offer_id?: string | undefined; offer_hr_id?: string | undefined; direct_leader_id?: string | undefined; contract_start_date?: string | undefined; duration_period?: number | undefined; duration_unit?: string | undefined; onboarding_date?: string | undefined; onboarding_location_id?: string | undefined; office_location_id?: string | undefined; recruitment_type_id?: string | undefined; probation_period?: string | undefined; employment_type_id?: string | undefined; duration_type_id?: string | undefined; signing_type_id?: string | undefined; entry_mode?: string | undefined; social_security_city_id?: string | undefined; company?: string | undefined; onboarding_address_id?: string | undefined; office_address_id?: string | undefined; working_calendar_id?: string | undefined; pay_group_id?: string | undefined; check_in_time?: string | undefined; check_in_method?: string | undefined; seniority_adjust_information_list?: { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }[] | undefined; notice_period_probation_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_probation_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; condition_worker?: boolean | undefined; non_compete_covenant?: boolean | undefined; company_sponsored_visa?: boolean | undefined; }>; education_info: z.ZodOptional; education: z.ZodOptional; start_time: z.ZodOptional; end_time: z.ZodOptional; field_of_study: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { start_time?: string | undefined; end_time?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; field_of_study?: string | undefined; school_name?: string | undefined; education?: string | undefined; }, { start_time?: string | undefined; end_time?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; field_of_study?: string | undefined; school_name?: string | undefined; education?: string | undefined; }>, "many">>; work_experience: z.ZodOptional; start_time: z.ZodOptional; end_time: z.ZodOptional; job_title: z.ZodOptional; description: z.ZodOptional; department: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { description?: string | undefined; start_time?: string | undefined; end_time?: string | undefined; department?: string | undefined; job_title?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; company_name?: string | undefined; }, { description?: string | undefined; start_time?: string | undefined; end_time?: string | undefined; department?: string | undefined; job_title?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; company_name?: string | undefined; }>, "many">>; ats_application_id: z.ZodOptional; out_biz_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { offer_info: { department_id?: string | undefined; flow_id?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; work_station?: string | undefined; job_title?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; work_location_id?: string | undefined; job_id?: string | undefined; contract_type?: string | undefined; contract_end_date?: string | undefined; seniority_date?: string | undefined; probation_start_date?: string | undefined; probation_end_date?: string | undefined; cost_center_rate?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { cost_center_id: string; is_herit: boolean; } | undefined; work_email?: string | undefined; working_hours_type?: string | undefined; pathway?: string | undefined; dotted_line_manager_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; talent_id?: string | undefined; offer_id?: string | undefined; offer_hr_id?: string | undefined; direct_leader_id?: string | undefined; contract_start_date?: string | undefined; duration_period?: number | undefined; duration_unit?: string | undefined; onboarding_date?: string | undefined; onboarding_location_id?: string | undefined; office_location_id?: string | undefined; recruitment_type_id?: string | undefined; probation_period?: string | undefined; employment_type_id?: string | undefined; duration_type_id?: string | undefined; signing_type_id?: string | undefined; entry_mode?: string | undefined; social_security_city_id?: string | undefined; company?: string | undefined; onboarding_address_id?: string | undefined; office_address_id?: string | undefined; working_calendar_id?: string | undefined; pay_group_id?: string | undefined; check_in_time?: string | undefined; check_in_method?: string | undefined; seniority_adjust_information_list?: { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }[] | undefined; notice_period_probation_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_probation_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; condition_worker?: boolean | undefined; non_compete_covenant?: boolean | undefined; company_sponsored_visa?: boolean | undefined; }; basic_info: { name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone_number?: string | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; international_area_code?: string | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }[] | undefined; legal_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; emergency_contact_list?: { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }[] | undefined; date_entered_workforce?: string | undefined; worker_id?: string | undefined; additional_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; user_geo?: string | undefined; personal_id_number?: string | undefined; personal_id_type?: string | undefined; gender_id?: string | undefined; nationality_v2_id?: string | undefined; additional_nationality_id_list?: string[] | undefined; citizenship_status_id_list?: string[] | undefined; home_address?: string | undefined; resident_tax_list?: { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }[] | undefined; religion?: string | undefined; personal_profile_list?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }[] | undefined; expected_graduate_date?: string | undefined; }; ats_application_id?: string | undefined; education_info?: { start_time?: string | undefined; end_time?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; field_of_study?: string | undefined; school_name?: string | undefined; education?: string | undefined; }[] | undefined; work_experience?: { description?: string | undefined; start_time?: string | undefined; end_time?: string | undefined; department?: string | undefined; job_title?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; company_name?: string | undefined; }[] | undefined; out_biz_id?: string | undefined; }, { offer_info: { department_id?: string | undefined; flow_id?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; work_station?: string | undefined; job_title?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; work_location_id?: string | undefined; job_id?: string | undefined; contract_type?: string | undefined; contract_end_date?: string | undefined; seniority_date?: string | undefined; probation_start_date?: string | undefined; probation_end_date?: string | undefined; cost_center_rate?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { cost_center_id: string; is_herit: boolean; } | undefined; work_email?: string | undefined; working_hours_type?: string | undefined; pathway?: string | undefined; dotted_line_manager_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; talent_id?: string | undefined; offer_id?: string | undefined; offer_hr_id?: string | undefined; direct_leader_id?: string | undefined; contract_start_date?: string | undefined; duration_period?: number | undefined; duration_unit?: string | undefined; onboarding_date?: string | undefined; onboarding_location_id?: string | undefined; office_location_id?: string | undefined; recruitment_type_id?: string | undefined; probation_period?: string | undefined; employment_type_id?: string | undefined; duration_type_id?: string | undefined; signing_type_id?: string | undefined; entry_mode?: string | undefined; social_security_city_id?: string | undefined; company?: string | undefined; onboarding_address_id?: string | undefined; office_address_id?: string | undefined; working_calendar_id?: string | undefined; pay_group_id?: string | undefined; check_in_time?: string | undefined; check_in_method?: string | undefined; seniority_adjust_information_list?: { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }[] | undefined; notice_period_probation_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_probation_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; condition_worker?: boolean | undefined; non_compete_covenant?: boolean | undefined; company_sponsored_visa?: boolean | undefined; }; basic_info: { name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone_number?: string | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; international_area_code?: string | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }[] | undefined; legal_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; emergency_contact_list?: { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }[] | undefined; date_entered_workforce?: string | undefined; worker_id?: string | undefined; additional_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; user_geo?: string | undefined; personal_id_number?: string | undefined; personal_id_type?: string | undefined; gender_id?: string | undefined; nationality_v2_id?: string | undefined; additional_nationality_id_list?: string[] | undefined; citizenship_status_id_list?: string[] | undefined; home_address?: string | undefined; resident_tax_list?: { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }[] | undefined; religion?: string | undefined; personal_profile_list?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }[] | undefined; expected_graduate_date?: string | undefined; }; ats_application_id?: string | undefined; education_info?: { start_time?: string | undefined; end_time?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; field_of_study?: string | undefined; school_name?: string | undefined; education?: string | undefined; }[] | undefined; work_experience?: { description?: string | undefined; start_time?: string | undefined; end_time?: string | undefined; department?: string | undefined; job_title?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; company_name?: string | undefined; }[] | undefined; out_biz_id?: string | undefined; }>; }; }; export declare const corehrV2PreHireDelete: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { path: z.ZodObject<{ pre_hire_id: z.ZodString; }, "strip", z.ZodTypeAny, { pre_hire_id: string; }, { pre_hire_id: string; }>; }; }; export declare const corehrV2PreHirePatch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; first_name: z.ZodOptional; middle_name: z.ZodOptional; name_primary: z.ZodOptional; local_first_name: z.ZodOptional; local_middle_name: z.ZodOptional; local_primary: z.ZodOptional; custom_local_name: z.ZodOptional; custom_western_name: z.ZodOptional; country_region: z.ZodString; name_type: z.ZodString; additional_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name_type: string; country_region: string; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }, { name_type: string; country_region: string; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }>, "many">>; phones: z.ZodOptional, "many">>; emails: z.ZodOptional, "many">>; nationality_v2_id: z.ZodOptional; additional_nationality_id_list: z.ZodOptional>; resident_tax_list: z.ZodOptional; resident_status: z.ZodOptional; tax_address: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodArray; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; city_id_v2: z.ZodOptional; district_id_v2: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }>>; resident_status_specification: z.ZodOptional; year_resident_tax: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }, { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }>, "many">>; born_country_region: z.ZodOptional; is_disabled: z.ZodOptional; disable_card_number: z.ZodOptional; is_old_alone: z.ZodOptional; is_martyr_family: z.ZodOptional; martyr_card_number: z.ZodOptional; dependent_list: z.ZodOptional; date_of_birth: z.ZodOptional; national_ids: z.ZodOptional; expiration_date: z.ZodOptional; issued_by: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }>, "many">>; spouses_working_status: z.ZodOptional; is_this_person_covered_by_health_insurance: z.ZodOptional; is_this_person_allowed_for_tax_deduction: z.ZodOptional; dependent_name: z.ZodOptional; employer: z.ZodOptional; job: z.ZodOptional; phone: z.ZodOptional>; address: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodArray; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; city_id_v2: z.ZodOptional; district_id_v2: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }>>; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }, { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }>, "many">>; religion: z.ZodOptional; bank_account_list: z.ZodOptional; branch_name: z.ZodOptional; bank_account_number: z.ZodString; account_holder: z.ZodString; country_region_id: z.ZodOptional; bank_account_usages: z.ZodOptional>; bank_account_type: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }, { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }>, "many">>; national_id_list: z.ZodOptional; expiration_date: z.ZodOptional; issued_by: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }>, "many">>; personal_profile_list: z.ZodOptional; files: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; }, { id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }, { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }>, "many">>; emergency_contact_list: z.ZodOptional; relationship: z.ZodOptional; phones: z.ZodOptional, "many">>; address: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodArray; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; city_id_v2: z.ZodOptional; district_id_v2: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }>>; email: z.ZodOptional>; is_primary: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }, { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }>, "many">>; address_list: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodArray; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; city_id_v2: z.ZodOptional; district_id_v2: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }>, "many">>; marital_status: z.ZodOptional; ethnicity_race: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; native_region: z.ZodOptional; hukou_type: z.ZodOptional; hukou_location: z.ZodOptional; gender_id: z.ZodOptional; date_of_birth: z.ZodOptional; date_entered_workforce: z.ZodOptional; expected_graduate_date: z.ZodOptional; citizenship_status_id_list: z.ZodOptional>; work_experience: z.ZodOptional; start_time: z.ZodOptional; end_time: z.ZodOptional; job_title: z.ZodOptional; description: z.ZodOptional; department: z.ZodOptional; }, "strip", z.ZodTypeAny, { description?: string | undefined; start_time?: string | undefined; end_time?: string | undefined; department?: string | undefined; job_title?: string | undefined; company_name?: string | undefined; }, { description?: string | undefined; start_time?: string | undefined; end_time?: string | undefined; department?: string | undefined; job_title?: string | undefined; company_name?: string | undefined; }>, "many">>; education_info: z.ZodOptional; education: z.ZodOptional; start_time: z.ZodOptional; end_time: z.ZodOptional; field_of_study: z.ZodOptional; }, "strip", z.ZodTypeAny, { start_time?: string | undefined; end_time?: string | undefined; field_of_study?: string | undefined; school_name?: string | undefined; education?: string | undefined; }, { start_time?: string | undefined; end_time?: string | undefined; field_of_study?: string | undefined; school_name?: string | undefined; education?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { emails?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; }[] | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }[] | undefined; emergency_contact_list?: { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }[] | undefined; date_entered_workforce?: string | undefined; names?: { name_type: string; country_region: string; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }[] | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; gender_id?: string | undefined; nationality_v2_id?: string | undefined; additional_nationality_id_list?: string[] | undefined; citizenship_status_id_list?: string[] | undefined; resident_tax_list?: { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }[] | undefined; religion?: string | undefined; personal_profile_list?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }[] | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; expected_graduate_date?: string | undefined; education_info?: { start_time?: string | undefined; end_time?: string | undefined; field_of_study?: string | undefined; school_name?: string | undefined; education?: string | undefined; }[] | undefined; work_experience?: { description?: string | undefined; start_time?: string | undefined; end_time?: string | undefined; department?: string | undefined; job_title?: string | undefined; company_name?: string | undefined; }[] | undefined; }, { emails?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; }[] | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }[] | undefined; emergency_contact_list?: { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }[] | undefined; date_entered_workforce?: string | undefined; names?: { name_type: string; country_region: string; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }[] | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; gender_id?: string | undefined; nationality_v2_id?: string | undefined; additional_nationality_id_list?: string[] | undefined; citizenship_status_id_list?: string[] | undefined; resident_tax_list?: { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }[] | undefined; religion?: string | undefined; personal_profile_list?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }[] | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; expected_graduate_date?: string | undefined; education_info?: { start_time?: string | undefined; end_time?: string | undefined; field_of_study?: string | undefined; school_name?: string | undefined; education?: string | undefined; }[] | undefined; work_experience?: { description?: string | undefined; start_time?: string | undefined; end_time?: string | undefined; department?: string | undefined; job_title?: string | undefined; company_name?: string | undefined; }[] | undefined; }>>; offer_info_update: z.ZodOptional; ats_application_id: z.ZodOptional; onboarding_location_id: z.ZodOptional; onboarding_address_id: z.ZodOptional; office_location_id: z.ZodOptional; office_address_id: z.ZodOptional; employment_type: z.ZodOptional; onboarding_method: z.ZodOptional; work_emails: z.ZodOptional, "many">>; cost_center_rates: z.ZodOptional; rate: z.ZodOptional; new_rate: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }>, "many">>; custom_fields: z.ZodOptional, "many">>; position_id: z.ZodOptional; probation_period: z.ZodOptional; probation_start_date: z.ZodOptional; probation_end_date: z.ZodOptional; contract_start_date: z.ZodOptional; contract_end_date: z.ZodOptional; contract_type: z.ZodOptional; duration_type_id: z.ZodOptional; signing_type_id: z.ZodOptional; worker_id: z.ZodOptional; check_in_time: z.ZodOptional; check_in_method: z.ZodOptional; company: z.ZodOptional; work_shift: z.ZodOptional; recruitment_type_id: z.ZodOptional; compensation_type: z.ZodOptional; pay_group_id: z.ZodOptional; offer_hr_id: z.ZodOptional; job_id: z.ZodOptional; job_family_id: z.ZodOptional; job_level_id: z.ZodOptional; job_grade_id: z.ZodOptional; employee_type_id: z.ZodOptional; employee_subtype_id: z.ZodOptional; direct_leader_id: z.ZodOptional; dotted_line_manager_id: z.ZodOptional; department_id: z.ZodOptional; social_security_city: z.ZodOptional; work_location_id: z.ZodOptional; working_calendar: z.ZodOptional; working_hours_type: z.ZodOptional; seniority_date: z.ZodOptional; seniority_adjust_information_list: z.ZodOptional; seniority_adjustment_type: z.ZodEnum<["decrease", "increase"]>; reasons_for_seniority_adjustment: z.ZodOptional; start_date: z.ZodOptional; end_date: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }, { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }>, "many">>; notice_period_probation_voluntary: z.ZodOptional; value: z.ZodOptional; value_unit: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }>>; notice_period_probation_involuntary: z.ZodOptional; value: z.ZodOptional; value_unit: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }>>; notice_period_positive_voluntary: z.ZodOptional; value: z.ZodOptional; value_unit: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }>>; notice_period_positive_involuntary: z.ZodOptional; value: z.ZodOptional; value_unit: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }>>; condition_worker: z.ZodOptional; company_sponsored_visa: z.ZodOptional; weekly_working_hours_v2: z.ZodOptional; work_station: z.ZodOptional; service_company: z.ZodOptional; non_compete_covenant: z.ZodOptional; pathway: z.ZodOptional; default_cost_center: z.ZodOptional>; cost_allocation: z.ZodOptional; expiration_time: z.ZodOptional; cost_center_rates: z.ZodOptional; rate: z.ZodOptional; new_rate: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; }, { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { department_id?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; work_station?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; work_location_id?: string | undefined; job_id?: string | undefined; contract_type?: string | undefined; contract_end_date?: string | undefined; seniority_date?: string | undefined; employment_type?: string | undefined; ats_application_id?: string | undefined; probation_start_date?: string | undefined; probation_end_date?: string | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; worker_id?: string | undefined; cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { cost_center_id: string; is_herit: boolean; } | undefined; work_emails?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; }[] | undefined; working_hours_type?: string | undefined; pathway?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; dotted_line_manager_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; weekly_working_hours_v2?: number | undefined; offer_hr_id?: string | undefined; direct_leader_id?: string | undefined; contract_start_date?: string | undefined; onboarding_date?: string | undefined; onboarding_location_id?: string | undefined; office_location_id?: string | undefined; recruitment_type_id?: string | undefined; probation_period?: number | undefined; duration_type_id?: string | undefined; signing_type_id?: string | undefined; company?: string | undefined; onboarding_address_id?: string | undefined; office_address_id?: string | undefined; pay_group_id?: string | undefined; check_in_time?: string | undefined; check_in_method?: string | undefined; seniority_adjust_information_list?: { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }[] | undefined; notice_period_probation_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_probation_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; condition_worker?: boolean | undefined; non_compete_covenant?: boolean | undefined; company_sponsored_visa?: boolean | undefined; onboarding_method?: string | undefined; social_security_city?: string | undefined; working_calendar?: string | undefined; }, { department_id?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; work_station?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; work_location_id?: string | undefined; job_id?: string | undefined; contract_type?: string | undefined; contract_end_date?: string | undefined; seniority_date?: string | undefined; employment_type?: string | undefined; ats_application_id?: string | undefined; probation_start_date?: string | undefined; probation_end_date?: string | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; worker_id?: string | undefined; cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { cost_center_id: string; is_herit: boolean; } | undefined; work_emails?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; }[] | undefined; working_hours_type?: string | undefined; pathway?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; dotted_line_manager_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; weekly_working_hours_v2?: number | undefined; offer_hr_id?: string | undefined; direct_leader_id?: string | undefined; contract_start_date?: string | undefined; onboarding_date?: string | undefined; onboarding_location_id?: string | undefined; office_location_id?: string | undefined; recruitment_type_id?: string | undefined; probation_period?: number | undefined; duration_type_id?: string | undefined; signing_type_id?: string | undefined; company?: string | undefined; onboarding_address_id?: string | undefined; office_address_id?: string | undefined; pay_group_id?: string | undefined; check_in_time?: string | undefined; check_in_method?: string | undefined; seniority_adjust_information_list?: { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }[] | undefined; notice_period_probation_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_probation_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; condition_worker?: boolean | undefined; non_compete_covenant?: boolean | undefined; company_sponsored_visa?: boolean | undefined; onboarding_method?: string | undefined; social_security_city?: string | undefined; working_calendar?: string | undefined; }>>; standard_update_fields: z.ZodOptional>; custom_update_fields: z.ZodOptional>; person_custom_update_fields: z.ZodOptional>; }, "strip", z.ZodTypeAny, { basic_info_update?: { emails?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; }[] | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }[] | undefined; emergency_contact_list?: { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }[] | undefined; date_entered_workforce?: string | undefined; names?: { name_type: string; country_region: string; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }[] | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; gender_id?: string | undefined; nationality_v2_id?: string | undefined; additional_nationality_id_list?: string[] | undefined; citizenship_status_id_list?: string[] | undefined; resident_tax_list?: { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }[] | undefined; religion?: string | undefined; personal_profile_list?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }[] | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; expected_graduate_date?: string | undefined; education_info?: { start_time?: string | undefined; end_time?: string | undefined; field_of_study?: string | undefined; school_name?: string | undefined; education?: string | undefined; }[] | undefined; work_experience?: { description?: string | undefined; start_time?: string | undefined; end_time?: string | undefined; department?: string | undefined; job_title?: string | undefined; company_name?: string | undefined; }[] | undefined; } | undefined; offer_info_update?: { department_id?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; work_station?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; work_location_id?: string | undefined; job_id?: string | undefined; contract_type?: string | undefined; contract_end_date?: string | undefined; seniority_date?: string | undefined; employment_type?: string | undefined; ats_application_id?: string | undefined; probation_start_date?: string | undefined; probation_end_date?: string | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; worker_id?: string | undefined; cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { cost_center_id: string; is_herit: boolean; } | undefined; work_emails?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; }[] | undefined; working_hours_type?: string | undefined; pathway?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; dotted_line_manager_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; weekly_working_hours_v2?: number | undefined; offer_hr_id?: string | undefined; direct_leader_id?: string | undefined; contract_start_date?: string | undefined; onboarding_date?: string | undefined; onboarding_location_id?: string | undefined; office_location_id?: string | undefined; recruitment_type_id?: string | undefined; probation_period?: number | undefined; duration_type_id?: string | undefined; signing_type_id?: string | undefined; company?: string | undefined; onboarding_address_id?: string | undefined; office_address_id?: string | undefined; pay_group_id?: string | undefined; check_in_time?: string | undefined; check_in_method?: string | undefined; seniority_adjust_information_list?: { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }[] | undefined; notice_period_probation_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_probation_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; condition_worker?: boolean | undefined; non_compete_covenant?: boolean | undefined; company_sponsored_visa?: boolean | undefined; onboarding_method?: string | undefined; social_security_city?: string | undefined; working_calendar?: string | undefined; } | undefined; standard_update_fields?: string[] | undefined; custom_update_fields?: string[] | undefined; person_custom_update_fields?: string[] | undefined; }, { basic_info_update?: { emails?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; }[] | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }[] | undefined; emergency_contact_list?: { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }[] | undefined; date_entered_workforce?: string | undefined; names?: { name_type: string; country_region: string; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }[] | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; gender_id?: string | undefined; nationality_v2_id?: string | undefined; additional_nationality_id_list?: string[] | undefined; citizenship_status_id_list?: string[] | undefined; resident_tax_list?: { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }[] | undefined; religion?: string | undefined; personal_profile_list?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }[] | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; expected_graduate_date?: string | undefined; education_info?: { start_time?: string | undefined; end_time?: string | undefined; field_of_study?: string | undefined; school_name?: string | undefined; education?: string | undefined; }[] | undefined; work_experience?: { description?: string | undefined; start_time?: string | undefined; end_time?: string | undefined; department?: string | undefined; job_title?: string | undefined; company_name?: string | undefined; }[] | undefined; } | undefined; offer_info_update?: { department_id?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; work_station?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; work_location_id?: string | undefined; job_id?: string | undefined; contract_type?: string | undefined; contract_end_date?: string | undefined; seniority_date?: string | undefined; employment_type?: string | undefined; ats_application_id?: string | undefined; probation_start_date?: string | undefined; probation_end_date?: string | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; worker_id?: string | undefined; cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { cost_center_id: string; is_herit: boolean; } | undefined; work_emails?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; }[] | undefined; working_hours_type?: string | undefined; pathway?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; dotted_line_manager_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; weekly_working_hours_v2?: number | undefined; offer_hr_id?: string | undefined; direct_leader_id?: string | undefined; contract_start_date?: string | undefined; onboarding_date?: string | undefined; onboarding_location_id?: string | undefined; office_location_id?: string | undefined; recruitment_type_id?: string | undefined; probation_period?: number | undefined; duration_type_id?: string | undefined; signing_type_id?: string | undefined; company?: string | undefined; onboarding_address_id?: string | undefined; office_address_id?: string | undefined; pay_group_id?: string | undefined; check_in_time?: string | undefined; check_in_method?: string | undefined; seniority_adjust_information_list?: { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }[] | undefined; notice_period_probation_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_probation_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; condition_worker?: boolean | undefined; non_compete_covenant?: boolean | undefined; company_sponsored_visa?: boolean | undefined; onboarding_method?: string | undefined; social_security_city?: string | undefined; working_calendar?: string | undefined; } | undefined; standard_update_fields?: string[] | undefined; custom_update_fields?: string[] | undefined; person_custom_update_fields?: string[] | undefined; }>>; path: z.ZodObject<{ pre_hire_id: z.ZodString; }, "strip", z.ZodTypeAny, { pre_hire_id: string; }, { pre_hire_id: string; }>; }; }; export declare const corehrV2PreHireQuery: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; fields: z.ZodOptional>; }, "strip", z.ZodTypeAny, { fields?: string[] | undefined; pre_hire_ids?: string[] | undefined; }, { fields?: string[] | undefined; pre_hire_ids?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; }; export declare const corehrV2PreHireRestoreFlowInstance: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ pre_hire_id: z.ZodString; confirm_workforce: z.ZodOptional; }, "strip", z.ZodTypeAny, { pre_hire_id: string; confirm_workforce?: boolean | undefined; }, { pre_hire_id: string; confirm_workforce?: boolean | undefined; }>; }; }; export declare const corehrV2PreHireSearch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; pre_hire_ids: z.ZodOptional>; person_ids: z.ZodOptional>; onboarding_date_start: z.ZodOptional; onboarding_date_end: z.ZodOptional; updated_date_start: z.ZodOptional; updated_date_end: z.ZodOptional; onboarding_location_ids: z.ZodOptional>; onboarding_status: z.ZodOptional>; department_ids: z.ZodOptional>; direct_manager_ids: z.ZodOptional>; employee_type_ids: z.ZodOptional>; employee_subtype_ids: z.ZodOptional>; job_family_ids: z.ZodOptional>; key_word: z.ZodOptional; condition_worker: z.ZodOptional; rehire: z.ZodOptional>; fields: z.ZodOptional>; }, "strip", z.ZodTypeAny, { department_ids?: string[] | undefined; fields?: string[] | undefined; rehire?: "to_be_confirmed" | "no" | "yes" | undefined; pre_hire_ids?: string[] | undefined; onboarding_status?: "preboarding" | "deleted" | "day_one" | "withdrawn" | "completed" | undefined; person_ids?: string[] | undefined; key_word?: string | undefined; job_family_ids?: string[] | undefined; condition_worker?: boolean | undefined; worker_ids?: string[] | undefined; onboarding_date_start?: string | undefined; onboarding_date_end?: string | undefined; updated_date_start?: string | undefined; updated_date_end?: string | undefined; onboarding_location_ids?: string[] | undefined; direct_manager_ids?: string[] | undefined; employee_type_ids?: string[] | undefined; employee_subtype_ids?: string[] | undefined; }, { department_ids?: string[] | undefined; fields?: string[] | undefined; rehire?: "to_be_confirmed" | "no" | "yes" | undefined; pre_hire_ids?: string[] | undefined; onboarding_status?: "preboarding" | "deleted" | "day_one" | "withdrawn" | "completed" | undefined; person_ids?: string[] | undefined; key_word?: string | undefined; job_family_ids?: string[] | undefined; condition_worker?: boolean | undefined; worker_ids?: string[] | undefined; onboarding_date_start?: string | undefined; onboarding_date_end?: string | undefined; updated_date_start?: string | undefined; updated_date_end?: string | undefined; onboarding_location_ids?: string[] | undefined; direct_manager_ids?: string[] | undefined; employee_type_ids?: string[] | undefined; employee_subtype_ids?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; }; export declare const corehrV2PreHireTransitTask: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ task_id: z.ZodString; }, "strip", z.ZodTypeAny, { task_id: string; }, { task_id: string; }>; path: z.ZodObject<{ pre_hire_id: z.ZodString; }, "strip", z.ZodTypeAny, { pre_hire_id: string; }, { pre_hire_id: string; }>; }; }; export declare const corehrV2PreHireWithdrawOnboarding: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ pre_hire_id: z.ZodString; withdraw_reason: z.ZodString; }, "strip", z.ZodTypeAny, { pre_hire_id: string; withdraw_reason: string; }, { pre_hire_id: string; withdraw_reason: string; }>; }; }; export declare const corehrV2ProcessRevokeUpdate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; reason: z.ZodOptional; system_user: z.ZodOptional; }, "strip", z.ZodTypeAny, { user_id?: string | undefined; reason?: string | undefined; system_user?: boolean | undefined; }, { user_id?: string | undefined; reason?: string | undefined; system_user?: boolean | undefined; }>>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; path: z.ZodObject<{ process_id: z.ZodString; }, "strip", z.ZodTypeAny, { process_id: string; }, { process_id: string; }>; }; }; export declare const corehrV2ProcessWithdrawUpdate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; reason: z.ZodOptional; system_user: z.ZodOptional; }, "strip", z.ZodTypeAny, { user_id?: string | undefined; reason?: string | undefined; system_user?: boolean | undefined; }, { user_id?: string | undefined; reason?: string | undefined; system_user?: boolean | undefined; }>>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; path: z.ZodObject<{ process_id: z.ZodString; }, "strip", z.ZodTypeAny, { process_id: string; }, { process_id: string; }>; }; }; export declare const corehrV2ProcessApproverUpdate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ status: z.ZodNumber; user_id: z.ZodOptional; system_approval: z.ZodOptional; reason: z.ZodOptional; field_values_v2: z.ZodOptional; variable_value: z.ZodOptional; bool_value: z.ZodOptional; number_value: z.ZodOptional; enum_value: z.ZodOptional; date_value: z.ZodOptional; date_time_value: z.ZodOptional; i18n_value: z.ZodOptional; en_us: z.ZodOptional; }, "strip", z.ZodTypeAny, { zh_cn?: string | undefined; en_us?: string | undefined; }, { zh_cn?: string | undefined; en_us?: string | undefined; }>>; object_value: z.ZodOptional; wk_api_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { wk_id?: string | undefined; wk_api_name?: string | undefined; }, { wk_id?: string | undefined; wk_api_name?: string | undefined; }>>; department_value: z.ZodOptional; employment_value: z.ZodOptional; list_values: z.ZodOptional>; file_value: z.ZodOptional; file_name: z.ZodOptional; length: z.ZodOptional; }, "strip", z.ZodTypeAny, { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; }, { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { object_value?: { wk_id?: string | undefined; wk_api_name?: string | undefined; } | undefined; text_value?: string | undefined; bool_value?: boolean | undefined; number_value?: string | undefined; enum_value?: string | undefined; date_value?: string | undefined; date_time_value?: string | undefined; i18n_value?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department_value?: string | undefined; employment_value?: string | undefined; list_values?: string[] | undefined; file_value?: { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; } | undefined; }, { object_value?: { wk_id?: string | undefined; wk_api_name?: string | undefined; } | undefined; text_value?: string | undefined; bool_value?: boolean | undefined; number_value?: string | undefined; enum_value?: string | undefined; date_value?: string | undefined; date_time_value?: string | undefined; i18n_value?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department_value?: string | undefined; employment_value?: string | undefined; list_values?: string[] | undefined; file_value?: { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; } | undefined; }>>; sub_values: z.ZodOptional; value: z.ZodOptional; bool_value: z.ZodOptional; number_value: z.ZodOptional; enum_value: z.ZodOptional; date_value: z.ZodOptional; date_time_value: z.ZodOptional; i18n_value: z.ZodOptional; en_us: z.ZodOptional; }, "strip", z.ZodTypeAny, { zh_cn?: string | undefined; en_us?: string | undefined; }, { zh_cn?: string | undefined; en_us?: string | undefined; }>>; object_value: z.ZodOptional; wk_api_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { wk_id?: string | undefined; wk_api_name?: string | undefined; }, { wk_id?: string | undefined; wk_api_name?: string | undefined; }>>; department_value: z.ZodOptional; employment_value: z.ZodOptional; list_values: z.ZodOptional>; file_value: z.ZodOptional; file_name: z.ZodOptional; length: z.ZodOptional; }, "strip", z.ZodTypeAny, { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; }, { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { object_value?: { wk_id?: string | undefined; wk_api_name?: string | undefined; } | undefined; text_value?: string | undefined; bool_value?: boolean | undefined; number_value?: string | undefined; enum_value?: string | undefined; date_value?: string | undefined; date_time_value?: string | undefined; i18n_value?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department_value?: string | undefined; employment_value?: string | undefined; list_values?: string[] | undefined; file_value?: { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; } | undefined; }, { object_value?: { wk_id?: string | undefined; wk_api_name?: string | undefined; } | undefined; text_value?: string | undefined; bool_value?: boolean | undefined; number_value?: string | undefined; enum_value?: string | undefined; date_value?: string | undefined; date_time_value?: string | undefined; i18n_value?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department_value?: string | undefined; employment_value?: string | undefined; list_values?: string[] | undefined; file_value?: { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; } | undefined; }>>; }, "strip", z.ZodTypeAny, { value?: { object_value?: { wk_id?: string | undefined; wk_api_name?: string | undefined; } | undefined; text_value?: string | undefined; bool_value?: boolean | undefined; number_value?: string | undefined; enum_value?: string | undefined; date_value?: string | undefined; date_time_value?: string | undefined; i18n_value?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department_value?: string | undefined; employment_value?: string | undefined; list_values?: string[] | undefined; file_value?: { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; } | undefined; } | undefined; key?: string | undefined; }, { value?: { object_value?: { wk_id?: string | undefined; wk_api_name?: string | undefined; } | undefined; text_value?: string | undefined; bool_value?: boolean | undefined; number_value?: string | undefined; enum_value?: string | undefined; date_value?: string | undefined; date_time_value?: string | undefined; i18n_value?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department_value?: string | undefined; employment_value?: string | undefined; list_values?: string[] | undefined; file_value?: { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; } | undefined; } | undefined; key?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { variable_api_name?: string | undefined; variable_value?: { object_value?: { wk_id?: string | undefined; wk_api_name?: string | undefined; } | undefined; text_value?: string | undefined; bool_value?: boolean | undefined; number_value?: string | undefined; enum_value?: string | undefined; date_value?: string | undefined; date_time_value?: string | undefined; i18n_value?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department_value?: string | undefined; employment_value?: string | undefined; list_values?: string[] | undefined; file_value?: { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; } | undefined; } | undefined; sub_values?: { value?: { object_value?: { wk_id?: string | undefined; wk_api_name?: string | undefined; } | undefined; text_value?: string | undefined; bool_value?: boolean | undefined; number_value?: string | undefined; enum_value?: string | undefined; date_value?: string | undefined; date_time_value?: string | undefined; i18n_value?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department_value?: string | undefined; employment_value?: string | undefined; list_values?: string[] | undefined; file_value?: { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; } | undefined; } | undefined; key?: string | undefined; }[] | undefined; }, { variable_api_name?: string | undefined; variable_value?: { object_value?: { wk_id?: string | undefined; wk_api_name?: string | undefined; } | undefined; text_value?: string | undefined; bool_value?: boolean | undefined; number_value?: string | undefined; enum_value?: string | undefined; date_value?: string | undefined; date_time_value?: string | undefined; i18n_value?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department_value?: string | undefined; employment_value?: string | undefined; list_values?: string[] | undefined; file_value?: { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; } | undefined; } | undefined; sub_values?: { value?: { object_value?: { wk_id?: string | undefined; wk_api_name?: string | undefined; } | undefined; text_value?: string | undefined; bool_value?: boolean | undefined; number_value?: string | undefined; enum_value?: string | undefined; date_value?: string | undefined; date_time_value?: string | undefined; i18n_value?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department_value?: string | undefined; employment_value?: string | undefined; list_values?: string[] | undefined; file_value?: { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; } | undefined; } | undefined; key?: string | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { status: number; user_id?: string | undefined; reason?: string | undefined; system_approval?: boolean | undefined; field_values_v2?: { variable_api_name?: string | undefined; variable_value?: { object_value?: { wk_id?: string | undefined; wk_api_name?: string | undefined; } | undefined; text_value?: string | undefined; bool_value?: boolean | undefined; number_value?: string | undefined; enum_value?: string | undefined; date_value?: string | undefined; date_time_value?: string | undefined; i18n_value?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department_value?: string | undefined; employment_value?: string | undefined; list_values?: string[] | undefined; file_value?: { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; } | undefined; } | undefined; sub_values?: { value?: { object_value?: { wk_id?: string | undefined; wk_api_name?: string | undefined; } | undefined; text_value?: string | undefined; bool_value?: boolean | undefined; number_value?: string | undefined; enum_value?: string | undefined; date_value?: string | undefined; date_time_value?: string | undefined; i18n_value?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department_value?: string | undefined; employment_value?: string | undefined; list_values?: string[] | undefined; file_value?: { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; } | undefined; } | undefined; key?: string | undefined; }[] | undefined; }[] | undefined; }, { status: number; user_id?: string | undefined; reason?: string | undefined; system_approval?: boolean | undefined; field_values_v2?: { variable_api_name?: string | undefined; variable_value?: { object_value?: { wk_id?: string | undefined; wk_api_name?: string | undefined; } | undefined; text_value?: string | undefined; bool_value?: boolean | undefined; number_value?: string | undefined; enum_value?: string | undefined; date_value?: string | undefined; date_time_value?: string | undefined; i18n_value?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department_value?: string | undefined; employment_value?: string | undefined; list_values?: string[] | undefined; file_value?: { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; } | undefined; } | undefined; sub_values?: { value?: { object_value?: { wk_id?: string | undefined; wk_api_name?: string | undefined; } | undefined; text_value?: string | undefined; bool_value?: boolean | undefined; number_value?: string | undefined; enum_value?: string | undefined; date_value?: string | undefined; date_time_value?: string | undefined; i18n_value?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department_value?: string | undefined; employment_value?: string | undefined; list_values?: string[] | undefined; file_value?: { length?: number | undefined; file_name?: string | undefined; open_file_id?: string | undefined; } | undefined; } | undefined; key?: string | undefined; }[] | undefined; }[] | undefined; }>; params: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; path: z.ZodObject<{ process_id: z.ZodString; approver_id: z.ZodString; }, "strip", z.ZodTypeAny, { process_id: string; approver_id: string; }, { process_id: string; approver_id: string; }>; }; }; export declare const corehrV2ProcessExtraUpdate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ operator: z.ZodOptional; node_id: z.ZodOptional; approver_id: z.ZodOptional; extra_type: z.ZodNumber; approval_type: z.ZodOptional; extra_user_ids: z.ZodArray; remark: z.ZodOptional; system_user: z.ZodOptional; }, "strip", z.ZodTypeAny, { extra_type: number; extra_user_ids: string[]; operator?: string | undefined; node_id?: string | undefined; approval_type?: number | undefined; remark?: string | undefined; system_user?: boolean | undefined; approver_id?: string | undefined; }, { extra_type: number; extra_user_ids: string[]; operator?: string | undefined; node_id?: string | undefined; approval_type?: number | undefined; remark?: string | undefined; system_user?: boolean | undefined; approver_id?: string | undefined; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; path: z.ZodObject<{ process_id: z.ZodString; }, "strip", z.ZodTypeAny, { process_id: string; }, { process_id: string; }>; }; }; export declare const corehrV2ProcessFormVariableDataGet: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; path: z.ZodObject<{ process_id: z.ZodString; }, "strip", z.ZodTypeAny, { process_id: string; }, { process_id: string; }>; }; }; export declare const corehrV2ProcessGet: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; path: z.ZodObject<{ process_id: z.ZodString; }, "strip", z.ZodTypeAny, { process_id: string; }, { process_id: string; }>; }; }; export declare const corehrV2ProcessList: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodObject<{ statuses: z.ZodOptional>; page_token: z.ZodOptional; page_size: z.ZodNumber; modify_time_from: z.ZodString; modify_time_to: z.ZodString; flow_definition_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; modify_time_from: string; modify_time_to: string; page_token?: string | undefined; statuses?: number[] | undefined; flow_definition_id?: string | undefined; }, { page_size: number; modify_time_from: string; modify_time_to: string; page_token?: string | undefined; statuses?: number[] | undefined; flow_definition_id?: string | undefined; }>; }; }; export declare const corehrV2ProcessTransferUpdate: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ operator: z.ZodOptional; to_user_id: z.ZodString; approver_ids: z.ZodArray; remark: z.ZodOptional; system_user: z.ZodOptional; }, "strip", z.ZodTypeAny, { to_user_id: string; approver_ids: string[]; operator?: string | undefined; remark?: string | undefined; system_user?: boolean | undefined; }, { to_user_id: string; approver_ids: string[]; operator?: string | undefined; remark?: string | undefined; system_user?: boolean | undefined; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; path: z.ZodObject<{ process_id: z.ZodString; }, "strip", z.ZodTypeAny, { process_id: string; }, { process_id: string; }>; }; }; export declare const corehrV2ReportDetailRowBatchDelete: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ workforce_plan_id: z.ZodString; centralized_reporting_project_id: z.ZodString; items: z.ZodArray, "many">; eai_details: z.ZodOptional; estimated_active_individuals: z.ZodOptional; }, "strip", z.ZodTypeAny, { date?: string | undefined; estimated_active_individuals?: string | undefined; }, { date?: string | undefined; estimated_active_individuals?: string | undefined; }>, "many">>; plan_value: z.ZodOptional; }, "strip", z.ZodTypeAny, { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; }, { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { items: { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; }[]; workforce_plan_id: string; centralized_reporting_project_id: string; }, { items: { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; }[]; workforce_plan_id: string; centralized_reporting_project_id: string; }>; }; }; export declare const corehrV2ReportDetailRowBatchSave: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ workforce_plan_id: z.ZodString; centralized_reporting_project_id: z.ZodString; items: z.ZodArray, "many">; eai_details: z.ZodOptional; estimated_active_individuals: z.ZodOptional; }, "strip", z.ZodTypeAny, { date?: string | undefined; estimated_active_individuals?: string | undefined; }, { date?: string | undefined; estimated_active_individuals?: string | undefined; }>, "many">>; plan_value: z.ZodOptional; multi_period_values: z.ZodOptional; workforce_plan: z.ZodOptional; individuals_to_be_added: z.ZodOptional; individuals_to_be_removed: z.ZodOptional; }, "strip", z.ZodTypeAny, { period_date?: string | undefined; workforce_plan?: string | undefined; individuals_to_be_added?: string | undefined; individuals_to_be_removed?: string | undefined; }, { period_date?: string | undefined; workforce_plan?: string | undefined; individuals_to_be_added?: string | undefined; individuals_to_be_removed?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; multi_period_values?: { period_date?: string | undefined; workforce_plan?: string | undefined; individuals_to_be_added?: string | undefined; individuals_to_be_removed?: string | undefined; }[] | undefined; }, { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; multi_period_values?: { period_date?: string | undefined; workforce_plan?: string | undefined; individuals_to_be_added?: string | undefined; individuals_to_be_removed?: string | undefined; }[] | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { items: { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; multi_period_values?: { period_date?: string | undefined; workforce_plan?: string | undefined; individuals_to_be_added?: string | undefined; individuals_to_be_removed?: string | undefined; }[] | undefined; }[]; workforce_plan_id: string; centralized_reporting_project_id: string; }, { items: { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; multi_period_values?: { period_date?: string | undefined; workforce_plan?: string | undefined; individuals_to_be_added?: string | undefined; individuals_to_be_removed?: string | undefined; }[] | undefined; }[]; workforce_plan_id: string; centralized_reporting_project_id: string; }>; }; }; export declare const corehrV2WorkforcePlanDetailRowBatchDelete: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ workforce_plan_id: z.ZodString; items: z.ZodArray, "many">; eai_details: z.ZodOptional; estimated_active_individuals: z.ZodOptional; }, "strip", z.ZodTypeAny, { date?: string | undefined; estimated_active_individuals?: string | undefined; }, { date?: string | undefined; estimated_active_individuals?: string | undefined; }>, "many">>; plan_value: z.ZodOptional; }, "strip", z.ZodTypeAny, { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; }, { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { items: { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; }[]; workforce_plan_id: string; }, { items: { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; }[]; workforce_plan_id: string; }>; }; }; export declare const corehrV2WorkforcePlanDetailRowBatchSave: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ workforce_plan_id: z.ZodString; items: z.ZodArray, "many">; eai_details: z.ZodOptional; estimated_active_individuals: z.ZodOptional; }, "strip", z.ZodTypeAny, { date?: string | undefined; estimated_active_individuals?: string | undefined; }, { date?: string | undefined; estimated_active_individuals?: string | undefined; }>, "many">>; plan_value: z.ZodOptional; multi_period_values: z.ZodOptional; workforce_plan: z.ZodOptional; individuals_to_be_added: z.ZodOptional; individuals_to_be_removed: z.ZodOptional; }, "strip", z.ZodTypeAny, { period_date?: string | undefined; workforce_plan?: string | undefined; individuals_to_be_added?: string | undefined; individuals_to_be_removed?: string | undefined; }, { period_date?: string | undefined; workforce_plan?: string | undefined; individuals_to_be_added?: string | undefined; individuals_to_be_removed?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; multi_period_values?: { period_date?: string | undefined; workforce_plan?: string | undefined; individuals_to_be_added?: string | undefined; individuals_to_be_removed?: string | undefined; }[] | undefined; }, { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; multi_period_values?: { period_date?: string | undefined; workforce_plan?: string | undefined; individuals_to_be_added?: string | undefined; individuals_to_be_removed?: string | undefined; }[] | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { items: { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; multi_period_values?: { period_date?: string | undefined; workforce_plan?: string | undefined; individuals_to_be_added?: string | undefined; individuals_to_be_removed?: string | undefined; }[] | undefined; }[]; workforce_plan_id: string; }, { items: { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; multi_period_values?: { period_date?: string | undefined; workforce_plan?: string | undefined; individuals_to_be_added?: string | undefined; individuals_to_be_removed?: string | undefined; }[] | undefined; }[]; workforce_plan_id: string; }>; }; }; export declare const corehrV2WorkforcePlanDetailBatch: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; is_centralized_reporting_project: z.ZodOptional; centralized_reporting_project_id: z.ZodOptional; department_ids: z.ZodOptional>; employee_type_ids: z.ZodOptional>; work_location_ids: z.ZodOptional>; job_family_ids: z.ZodOptional>; job_level_ids: z.ZodOptional>; job_ids: z.ZodOptional>; cost_center_ids: z.ZodOptional>; include_missing_dimension_rows: z.ZodOptional; }, "strip", z.ZodTypeAny, { department_ids?: string[] | undefined; job_family_ids?: string[] | undefined; job_level_ids?: string[] | undefined; employee_type_ids?: string[] | undefined; workforce_plan_id?: string | undefined; centralized_reporting_project_id?: string | undefined; is_centralized_reporting_project?: boolean | undefined; work_location_ids?: string[] | undefined; job_ids?: string[] | undefined; cost_center_ids?: string[] | undefined; include_missing_dimension_rows?: boolean | undefined; }, { department_ids?: string[] | undefined; job_family_ids?: string[] | undefined; job_level_ids?: string[] | undefined; employee_type_ids?: string[] | undefined; workforce_plan_id?: string | undefined; centralized_reporting_project_id?: string | undefined; is_centralized_reporting_project?: boolean | undefined; work_location_ids?: string[] | undefined; job_ids?: string[] | undefined; cost_center_ids?: string[] | undefined; include_missing_dimension_rows?: boolean | undefined; }>>; params: z.ZodOptional; page_size: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; }>>; }; }; export declare const corehrV2WorkforcePlanDetailBatchV2: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; is_centralized_reporting_project: z.ZodOptional; centralized_reporting_project_id: z.ZodOptional; dimension_id_in_datas: z.ZodOptional; dimension_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { dimension_key?: string | undefined; dimension_ids?: string[] | undefined; }, { dimension_key?: string | undefined; dimension_ids?: string[] | undefined; }>, "many">>; include_missing_dimension_rows: z.ZodOptional; filter_all_zero_value_rows: z.ZodOptional; }, "strip", z.ZodTypeAny, { workforce_plan_id?: string | undefined; centralized_reporting_project_id?: string | undefined; is_centralized_reporting_project?: boolean | undefined; include_missing_dimension_rows?: boolean | undefined; dimension_id_in_datas?: { dimension_key?: string | undefined; dimension_ids?: string[] | undefined; }[] | undefined; filter_all_zero_value_rows?: boolean | undefined; }, { workforce_plan_id?: string | undefined; centralized_reporting_project_id?: string | undefined; is_centralized_reporting_project?: boolean | undefined; include_missing_dimension_rows?: boolean | undefined; dimension_id_in_datas?: { dimension_key?: string | undefined; dimension_ids?: string[] | undefined; }[] | undefined; filter_all_zero_value_rows?: boolean | undefined; }>>; params: z.ZodOptional; page_size: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; }>>; }; }; export declare const corehrV2WorkforcePlanList: { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodOptional; active: z.ZodOptional; }, "strip", z.ZodTypeAny, { active?: boolean | undefined; get_all_plan?: boolean | undefined; }, { active?: boolean | undefined; get_all_plan?: boolean | undefined; }>>; }; }; export declare const corehrV2Tools: ({ project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; path: z.ZodObject<{ process_id: z.ZodString; }, "strip", z.ZodTypeAny, { process_id: string; }, { process_id: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; need_department_path: z.ZodOptional; }, "strip", z.ZodTypeAny, { department_change_ids?: string[] | undefined; need_department_path?: boolean | undefined; }, { department_change_ids?: string[] | undefined; need_department_path?: boolean | undefined; }>>; params: z.ZodObject<{ process_id: z.ZodString; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { process_id: string; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { process_id: string; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; need_department_path: z.ZodOptional; }, "strip", z.ZodTypeAny, { need_department_path?: boolean | undefined; job_change_ids?: string[] | undefined; }, { need_department_path?: boolean | undefined; job_change_ids?: string[] | undefined; }>>; params: z.ZodObject<{ process_id: z.ZodString; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { process_id: string; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { process_id: string; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; user_id: z.ZodString; approver_status: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; user_id: string; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; approver_status?: number | undefined; }, { page_size: number; user_id: string; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; approver_status?: number | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; bank_branch_id_list: z.ZodOptional>; bank_branch_name_list: z.ZodOptional>; code_list: z.ZodOptional>; status_list: z.ZodOptional>; update_start_time: z.ZodOptional; update_end_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { bank_id_list?: string[] | undefined; bank_branch_id_list?: string[] | undefined; bank_branch_name_list?: string[] | undefined; code_list?: string[] | undefined; status_list?: number[] | undefined; update_start_time?: string | undefined; update_end_time?: string | undefined; }, { bank_id_list?: string[] | undefined; bank_branch_id_list?: string[] | undefined; bank_branch_name_list?: string[] | undefined; code_list?: string[] | undefined; status_list?: number[] | undefined; update_start_time?: string | undefined; update_end_time?: string | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; bank_name_list: z.ZodOptional>; status_list: z.ZodOptional>; update_start_time: z.ZodOptional; update_end_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { bank_id_list?: string[] | undefined; status_list?: number[] | undefined; update_start_time?: string | undefined; update_end_time?: string | undefined; bank_name_list?: string[] | undefined; }, { bank_id_list?: string[] | undefined; status_list?: number[] | undefined; update_start_time?: string | undefined; update_end_time?: string | undefined; bank_name_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; city_id_list: z.ZodOptional>; status_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { status_list?: number[] | undefined; country_region_subdivision_id_list?: string[] | undefined; city_id_list?: string[] | undefined; }, { status_list?: number[] | undefined; country_region_subdivision_id_list?: string[] | undefined; city_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; status_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { country_region_id_list?: string[] | undefined; status_list?: number[] | undefined; }, { country_region_id_list?: string[] | undefined; status_list?: number[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; status_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { status_list?: number[] | undefined; currency_id_list?: string[] | undefined; }, { status_list?: number[] | undefined; currency_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; district_id_list: z.ZodOptional>; status_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { status_list?: number[] | undefined; city_id_list?: string[] | undefined; district_id_list?: string[] | undefined; }, { status_list?: number[] | undefined; city_id_list?: string[] | undefined; district_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; status_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { status_list?: number[] | undefined; language_id_list?: string[] | undefined; }, { status_list?: number[] | undefined; language_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; status_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { status_list?: number[] | undefined; time_zone_id_list?: string[] | undefined; }, { status_list?: number[] | undefined; time_zone_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ department_id: z.ZodString; }, "strip", z.ZodTypeAny, { department_id: string; }, { department_id: string; }>; params: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ company_id: z.ZodString; effective_time: z.ZodString; active: z.ZodBoolean; operation_reason: z.ZodString; }, "strip", z.ZodTypeAny, { effective_time: string; active: boolean; company_id: string; operation_reason: string; }, { effective_time: string; active: boolean; company_id: string; operation_reason: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ company_ids: z.ZodArray; }, "strip", z.ZodTypeAny, { company_ids: string[]; }, { company_ids: string[]; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; start_date: z.ZodString; end_date: z.ZodString; }, "strip", z.ZodTypeAny, { page_size: number; start_date: string; end_date: string; page_token?: string | undefined; }, { page_size: number; start_date: string; end_date: string; page_token?: string | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; contract_id_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { employment_id_list?: string[] | undefined; contract_id_list?: string[] | undefined; }, { employment_id_list?: string[] | undefined; contract_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_ids: z.ZodArray; }, "strip", z.ZodTypeAny, { employment_ids: string[]; }, { employment_ids: string[]; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_id: z.ZodString; cost_allocation: z.ZodOptional; job_data_cost_center_id: z.ZodOptional, "many">>; reason: z.ZodOptional; }, "strip", z.ZodTypeAny, { effective_time: string; expiration_time?: string | undefined; reason?: string | undefined; job_data_cost_center_id?: { cost_center_id: string; new_rate: number; }[] | undefined; }, { effective_time: string; expiration_time?: string | undefined; reason?: string | undefined; job_data_cost_center_id?: { cost_center_id: string; new_rate: number; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { employment_id: string; cost_allocation?: { effective_time: string; expiration_time?: string | undefined; reason?: string | undefined; job_data_cost_center_id?: { cost_center_id: string; new_rate: number; }[] | undefined; } | undefined; }, { employment_id: string; cost_allocation?: { effective_time: string; expiration_time?: string | undefined; reason?: string | undefined; job_data_cost_center_id?: { cost_center_id: string; new_rate: number; }[] | undefined; } | undefined; }>; params: z.ZodOptional>; client_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_id: z.ZodString; cost_allocation: z.ZodOptional>; }, "strip", z.ZodTypeAny, { employment_id: string; cost_allocation?: { wk_id: string; } | undefined; }, { employment_id: string; cost_allocation?: { wk_id: string; } | undefined; }>; params: z.ZodOptional>; client_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ name: z.ZodArray, "many">; code: z.ZodOptional; parent_cost_center_id: z.ZodOptional; managers: z.ZodOptional>; description: z.ZodOptional, "many">>; effective_time: z.ZodString; }, "strip", z.ZodTypeAny, { name: { value: string; lang: string; }[]; effective_time: string; code?: string | undefined; description?: { value: string; lang: string; }[] | undefined; managers?: string[] | undefined; parent_cost_center_id?: string | undefined; }, { name: { value: string; lang: string; }[]; effective_time: string; code?: string | undefined; description?: { value: string; lang: string; }[] | undefined; managers?: string[] | undefined; parent_cost_center_id?: string | undefined; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ operation_reason: z.ZodString; }, "strip", z.ZodTypeAny, { operation_reason: string; }, { operation_reason: string; }>; path: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; }, { cost_center_id?: string | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; name_list: z.ZodOptional>; code: z.ZodOptional; parent_cost_center_id: z.ZodOptional; get_all_version: z.ZodOptional; }, "strip", z.ZodTypeAny, { code?: string | undefined; name_list?: string[] | undefined; get_all_version?: boolean | undefined; parent_cost_center_id?: string | undefined; cost_center_id_list?: string[] | undefined; }, { code?: string | undefined; name_list?: string[] | undefined; get_all_version?: boolean | undefined; parent_cost_center_id?: string | undefined; cost_center_id_list?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ object_api_name: z.ZodString; names: z.ZodArray, "many">; code: z.ZodOptional; parent_id: z.ZodOptional; manager_ids: z.ZodOptional>; description: z.ZodOptional, "many">>; effective_time: z.ZodString; org_roles: z.ZodOptional>; }, "strip", z.ZodTypeAny, { api_name: string; employment_ids?: string[] | undefined; }, { api_name: string; employment_ids?: string[] | undefined; }>, "many">>; match_rule_groups: z.ZodOptional; operator: z.ZodEnum<["contains", "notContains"]>; right_values: z.ZodOptional>; }, "strip", z.ZodTypeAny, { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }, { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { match_rules?: { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }[] | undefined; }, { match_rules?: { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }[] | undefined; }>, "many">>; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { effective_time: string; object_api_name: string; names: { value: string; lang: string; }[]; code?: string | undefined; description?: { value: string; lang: string; }[] | undefined; parent_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; manager_ids?: string[] | undefined; org_roles?: { api_name: string; employment_ids?: string[] | undefined; }[] | undefined; match_rule_groups?: { match_rules?: { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }[] | undefined; }[] | undefined; }, { effective_time: string; object_api_name: string; names: { value: string; lang: string; }[]; code?: string | undefined; description?: { value: string; lang: string; }[] | undefined; parent_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; manager_ids?: string[] | undefined; org_roles?: { api_name: string; employment_ids?: string[] | undefined; }[] | undefined; match_rule_groups?: { match_rules?: { operator: "contains" | "notContains"; left_value: "employee_type" | "department" | "job" | "department_hierarchy" | "work_location" | "work_location_hierarchy" | "cost_center" | "cost_center_hierarchy" | "job_level" | "job_family" | "job_family_hierarchy"; right_values?: string[] | undefined; }[] | undefined; }[] | undefined; }>; params: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ org_id: z.ZodString; object_api_name: z.ZodString; }, "strip", z.ZodTypeAny, { object_api_name: string; org_id: string; }, { object_api_name: string; org_id: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ object_api_name: z.ZodString; names: z.ZodOptional, "many">>; code: z.ZodOptional; parent_id: z.ZodOptional; manager_ids: z.ZodOptional>; description: z.ZodOptional, "many">>; effective_time: z.ZodString; org_roles: z.ZodOptional>; }, "strip", z.ZodTypeAny, { api_name: string; employment_ids?: string[] | undefined; }, { api_name: string; employment_ids?: string[] | undefined; }>, "many">>; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { effective_time: string; object_api_name: string; code?: string | undefined; description?: { value: string; lang: string; }[] | undefined; parent_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; names?: { value: string; lang: string; }[] | undefined; manager_ids?: string[] | undefined; org_roles?: { api_name: string; employment_ids?: string[] | undefined; }[] | undefined; }, { effective_time: string; object_api_name: string; code?: string | undefined; description?: { value: string; lang: string; }[] | undefined; parent_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; names?: { value: string; lang: string; }[] | undefined; manager_ids?: string[] | undefined; org_roles?: { api_name: string; employment_ids?: string[] | undefined; }[] | undefined; }>; params: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }>>; path: z.ZodObject<{ org_id: z.ZodString; }, "strip", z.ZodTypeAny, { org_id: string; }, { org_id: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ object_api_name: z.ZodString; org_fields: z.ZodOptional>; org_role_fields: z.ZodOptional>; org_ids: z.ZodOptional>; code: z.ZodOptional; parent_id: z.ZodOptional; active: z.ZodOptional; need_match_rule: z.ZodOptional; }, "strip", z.ZodTypeAny, { object_api_name: string; code?: string | undefined; org_ids?: string[] | undefined; active?: boolean | undefined; parent_id?: string | undefined; org_fields?: string[] | undefined; org_role_fields?: string[] | undefined; need_match_rule?: boolean | undefined; }, { object_api_name: string; code?: string | undefined; org_ids?: string[] | undefined; active?: boolean | undefined; parent_id?: string | undefined; org_fields?: string[] | undefined; org_role_fields?: string[] | undefined; need_match_rule?: boolean | undefined; }>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { page_size: number; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_id: z.ZodString; default_cost_center: z.ZodOptional; is_inherit: z.ZodOptional; reason: z.ZodOptional; }, "strip", z.ZodTypeAny, { effective_time: string; reason?: string | undefined; cost_center_id?: string | undefined; is_inherit?: boolean | undefined; }, { effective_time: string; reason?: string | undefined; cost_center_id?: string | undefined; is_inherit?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { employment_id: string; default_cost_center?: { effective_time: string; reason?: string | undefined; cost_center_id?: string | undefined; is_inherit?: boolean | undefined; } | undefined; }, { employment_id: string; default_cost_center?: { effective_time: string; reason?: string | undefined; cost_center_id?: string | undefined; is_inherit?: boolean | undefined; } | undefined; }>; params: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ employment_id: z.ZodString; default_cost_center: z.ZodOptional>; }, "strip", z.ZodTypeAny, { employment_id: string; default_cost_center?: { wk_id: string; wk_tid: string; } | undefined; }, { employment_id: string; default_cost_center?: { wk_id: string; wk_tid: string; } | undefined; }>; params: z.ZodOptional; user_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; client_token?: string | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; fields: z.ZodOptional>; department_name_list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { fields?: string[] | undefined; department_id_list?: string[] | undefined; department_name_list?: string[] | undefined; }, { fields?: string[] | undefined; department_id_list?: string[] | undefined; department_name_list?: string[] | undefined; }>>; params: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; path: z.ZodObject<{ department_id: z.ZodString; }, "strip", z.ZodTypeAny, { department_id: string; }, { department_id: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ department_id_list: z.ZodArray; }, "strip", z.ZodTypeAny, { department_id_list: string[]; }, { department_id_list: string[]; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ department_ids: z.ZodArray; start_date: z.ZodString; end_date: z.ZodString; }, "strip", z.ZodTypeAny, { department_ids: string[]; start_date: string; end_date: string; }, { department_ids: string[]; start_date: string; end_date: string; }>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; page_token?: string | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ department_ids: z.ZodArray; effective_date: z.ZodString; fields: z.ZodOptional>; }, "strip", z.ZodTypeAny, { department_ids: string[]; effective_date: string; fields?: string[] | undefined; }, { department_ids: string[]; effective_date: string; fields?: string[] | undefined; }>; params: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; need_inactive: z.ZodOptional; effective_date: z.ZodOptional; }, "strip", z.ZodTypeAny, { department_id?: string | undefined; effective_date?: string | undefined; need_inactive?: boolean | undefined; }, { department_id?: string | undefined; effective_date?: string | undefined; need_inactive?: boolean | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { page_size: number; page_token?: string | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; employment_ids: z.ZodOptional>; person_ids: z.ZodOptional>; work_emails: z.ZodOptional>; }, "strip", z.ZodTypeAny, { fields?: string[] | undefined; employment_ids?: string[] | undefined; person_ids?: string[] | undefined; work_emails?: string[] | undefined; }, { fields?: string[] | undefined; employment_ids?: string[] | undefined; person_ids?: string[] | undefined; work_emails?: string[] | undefined; }>>; params: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; country_region: z.ZodOptional; full_name: z.ZodOptional; hereditary: z.ZodOptional; middle_name: z.ZodOptional; secondary: z.ZodOptional; social: z.ZodOptional; tertiary: z.ZodOptional; local_first_name_2: z.ZodOptional; local_middle_name: z.ZodOptional; local_primary: z.ZodOptional; local_primary_2: z.ZodOptional; local_secondary: z.ZodOptional; title: z.ZodOptional; local_first_name: z.ZodOptional; custom_local_name: z.ZodOptional; custom_western_name: z.ZodOptional; first_name: z.ZodOptional; name_primary: z.ZodOptional; }, "strip", z.ZodTypeAny, { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; }, { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; }>>; preferred_name: z.ZodOptional; country_region: z.ZodOptional; full_name: z.ZodOptional; hereditary: z.ZodOptional; middle_name: z.ZodOptional; secondary: z.ZodOptional; social: z.ZodOptional; tertiary: z.ZodOptional; local_first_name_2: z.ZodOptional; local_middle_name: z.ZodOptional; local_primary: z.ZodOptional; local_primary_2: z.ZodOptional; local_secondary: z.ZodOptional; title: z.ZodOptional; local_first_name: z.ZodOptional; custom_local_name: z.ZodOptional; custom_western_name: z.ZodOptional; first_name: z.ZodOptional; name_primary: z.ZodOptional; }, "strip", z.ZodTypeAny, { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; }, { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; }>>; additional_name: z.ZodOptional; gender: z.ZodOptional; nationality_v2: z.ZodOptional; ethnicity_race: z.ZodOptional; phone: z.ZodOptional; phone_number: z.ZodOptional; }, "strip", z.ZodTypeAny, { phone_number?: string | undefined; international_area_code?: string | undefined; }, { phone_number?: string | undefined; international_area_code?: string | undefined; }>>; email: z.ZodOptional; date_of_birth: z.ZodOptional; marital_status: z.ZodOptional; is_disabled: z.ZodOptional; disable_card_number: z.ZodOptional; is_martyr_family: z.ZodOptional; martyr_card_number: z.ZodOptional; is_old_alone: z.ZodOptional; born_country_region: z.ZodOptional; political_affiliation: z.ZodOptional; native_region: z.ZodOptional; date_entered_workforce: z.ZodOptional; first_entry_time: z.ZodOptional; leave_time: z.ZodOptional; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; additional_nationalities: z.ZodOptional>; }, "strip", z.ZodTypeAny, { email?: string | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; legal_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; date_entered_workforce?: string | undefined; preferred_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; additional_name?: string | undefined; nationality_v2?: string | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; political_affiliation?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; additional_nationalities?: string[] | undefined; }, { email?: string | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; legal_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; date_entered_workforce?: string | undefined; preferred_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; additional_name?: string | undefined; nationality_v2?: string | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; political_affiliation?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; additional_nationalities?: string[] | undefined; }>>; emergency_contacts: z.ZodOptional; relationship: z.ZodOptional; is_primary: z.ZodOptional; phone: z.ZodOptional; phone_number: z.ZodOptional; }, "strip", z.ZodTypeAny, { phone_number?: string | undefined; international_area_code?: string | undefined; }, { phone_number?: string | undefined; international_area_code?: string | undefined; }>>; email: z.ZodOptional; address: z.ZodOptional; country_region: z.ZodOptional; region: z.ZodOptional; region_subdivision_1: z.ZodOptional; region_subdivision_2: z.ZodOptional; city_v2: z.ZodOptional; city_text: z.ZodOptional; local_city_text: z.ZodOptional; city_subdivision_1: z.ZodOptional; city_subdivision_2: z.ZodOptional; district_v2: z.ZodOptional; postal_code: z.ZodOptional; address_line_1: z.ZodOptional; local_address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; local_address_line_2: z.ZodOptional; address_line_3: z.ZodOptional; local_address_line_3: z.ZodOptional; address_line_4: z.ZodOptional; local_address_line_5: z.ZodOptional; address_line_6: z.ZodOptional; local_address_line_6: z.ZodOptional; address_line_7: z.ZodOptional; local_address_line_7: z.ZodOptional; address_line_8: z.ZodOptional; local_address_line_8: z.ZodOptional; address_line_9: z.ZodOptional; local_address_line_9: z.ZodOptional; local_address_line_4: z.ZodOptional; address_line_5: z.ZodOptional; }, "strip", z.ZodTypeAny, { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }, { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }>>; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; }, { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; }>, "many">>; bank_accounts: z.ZodOptional; bank_name: z.ZodOptional; branch_name: z.ZodOptional; account_holder: z.ZodOptional; bank_account_number: z.ZodOptional; bank_account_usages: z.ZodOptional>; bank_account_type: z.ZodOptional; bank_id: z.ZodOptional; branch_id: z.ZodOptional; payment_type: z.ZodOptional>; payment_rate: z.ZodOptional; payment_amount: z.ZodOptional; priority: z.ZodOptional; }, "strip", z.ZodTypeAny, { payment_type?: "percent" | "amount" | "balance" | undefined; bank_name?: string | undefined; bank_account_number?: string | undefined; account_holder?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; country_region?: string | undefined; bank_account_usages?: string[] | undefined; bank_id?: string | undefined; branch_id?: string | undefined; payment_rate?: string | undefined; payment_amount?: string | undefined; priority?: string | undefined; }, { payment_type?: "percent" | "amount" | "balance" | undefined; bank_name?: string | undefined; bank_account_number?: string | undefined; account_holder?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; country_region?: string | undefined; bank_account_usages?: string[] | undefined; bank_id?: string | undefined; branch_id?: string | undefined; payment_rate?: string | undefined; payment_amount?: string | undefined; priority?: string | undefined; }>, "many">>; nationals: z.ZodOptional; national_id_type: z.ZodOptional; national_id_number: z.ZodOptional; issued_date: z.ZodOptional; issued_by: z.ZodOptional; expiration_date: z.ZodOptional; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { expiration_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; national_id_number?: string | undefined; issued_by?: string | undefined; country_region?: string | undefined; national_id_type?: string | undefined; issued_date?: string | undefined; }, { expiration_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; national_id_number?: string | undefined; issued_by?: string | undefined; country_region?: string | undefined; national_id_type?: string | undefined; issued_date?: string | undefined; }>, "many">>; resident_taxes: z.ZodOptional; tax_country_region: z.ZodOptional; resident_status: z.ZodOptional; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; }, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; }>, "many">>; dependents: z.ZodOptional; date_of_birth: z.ZodOptional; relationship_with_dependent: z.ZodOptional; gender: z.ZodOptional; phone: z.ZodOptional; phone_number: z.ZodOptional; }, "strip", z.ZodTypeAny, { phone_number?: string | undefined; international_area_code?: string | undefined; }, { phone_number?: string | undefined; international_area_code?: string | undefined; }>>; job: z.ZodOptional; child_birth_certificates: z.ZodOptional; mime_type: z.ZodOptional; name: z.ZodOptional; size: z.ZodOptional; token: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }, { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }>, "many">>; employer: z.ZodOptional; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; address: z.ZodOptional; country_region: z.ZodOptional; region: z.ZodOptional; region_subdivision_1: z.ZodOptional; region_subdivision_2: z.ZodOptional; city_v2: z.ZodOptional; city_text: z.ZodOptional; local_city_text: z.ZodOptional; city_subdivision_1: z.ZodOptional; city_subdivision_2: z.ZodOptional; district_v2: z.ZodOptional; postal_code: z.ZodOptional; address_line_1: z.ZodOptional; local_address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; local_address_line_2: z.ZodOptional; address_line_3: z.ZodOptional; local_address_line_3: z.ZodOptional; address_line_4: z.ZodOptional; local_address_line_5: z.ZodOptional; address_line_6: z.ZodOptional; local_address_line_6: z.ZodOptional; address_line_7: z.ZodOptional; local_address_line_7: z.ZodOptional; address_line_8: z.ZodOptional; local_address_line_8: z.ZodOptional; address_line_9: z.ZodOptional; local_address_line_9: z.ZodOptional; local_address_line_4: z.ZodOptional; address_line_5: z.ZodOptional; }, "strip", z.ZodTypeAny, { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }, { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; employer?: string | undefined; legal_name?: string | undefined; relationship_with_dependent?: string | undefined; child_birth_certificates?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; }, { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; employer?: string | undefined; legal_name?: string | undefined; relationship_with_dependent?: string | undefined; child_birth_certificates?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; }>, "many">>; hukou: z.ZodOptional; hukou_location: z.ZodOptional; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; }, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; }>>; contact_addresses: z.ZodOptional; country_region: z.ZodOptional; region: z.ZodOptional; region_subdivision_1: z.ZodOptional; region_subdivision_2: z.ZodOptional; city_v2: z.ZodOptional; city_text: z.ZodOptional; local_city_text: z.ZodOptional; city_subdivision_1: z.ZodOptional; city_subdivision_2: z.ZodOptional; district_v2: z.ZodOptional; postal_code: z.ZodOptional; address_line_1: z.ZodOptional; local_address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; local_address_line_2: z.ZodOptional; address_line_3: z.ZodOptional; local_address_line_3: z.ZodOptional; address_line_4: z.ZodOptional; local_address_line_5: z.ZodOptional; address_line_6: z.ZodOptional; local_address_line_6: z.ZodOptional; address_line_7: z.ZodOptional; local_address_line_7: z.ZodOptional; address_line_8: z.ZodOptional; local_address_line_8: z.ZodOptional; address_line_9: z.ZodOptional; local_address_line_9: z.ZodOptional; local_address_line_4: z.ZodOptional; address_line_5: z.ZodOptional; }, "strip", z.ZodTypeAny, { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }, { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }>, "many">>; custom_groups: z.ZodOptional; items: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }>, "many">>; citizenship_statuses: z.ZodOptional; citizenship_status: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region?: string | undefined; citizenship_status?: string | undefined; }, { country_region?: string | undefined; citizenship_status?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { personal_basic_info?: { email?: string | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; legal_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; date_entered_workforce?: string | undefined; preferred_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; additional_name?: string | undefined; nationality_v2?: string | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; political_affiliation?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; additional_nationalities?: string[] | undefined; } | undefined; emergency_contacts?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; }[] | undefined; bank_accounts?: { payment_type?: "percent" | "amount" | "balance" | undefined; bank_name?: string | undefined; bank_account_number?: string | undefined; account_holder?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; country_region?: string | undefined; bank_account_usages?: string[] | undefined; bank_id?: string | undefined; branch_id?: string | undefined; payment_rate?: string | undefined; payment_amount?: string | undefined; priority?: string | undefined; }[] | undefined; nationals?: { expiration_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; national_id_number?: string | undefined; issued_by?: string | undefined; country_region?: string | undefined; national_id_type?: string | undefined; issued_date?: string | undefined; }[] | undefined; resident_taxes?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; }[] | undefined; dependents?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; employer?: string | undefined; legal_name?: string | undefined; relationship_with_dependent?: string | undefined; child_birth_certificates?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; }[] | undefined; hukou?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; } | undefined; contact_addresses?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }[] | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; citizenship_statuses?: { country_region?: string | undefined; citizenship_status?: string | undefined; }[] | undefined; }, { personal_basic_info?: { email?: string | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; legal_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; date_entered_workforce?: string | undefined; preferred_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; additional_name?: string | undefined; nationality_v2?: string | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; political_affiliation?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; additional_nationalities?: string[] | undefined; } | undefined; emergency_contacts?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; }[] | undefined; bank_accounts?: { payment_type?: "percent" | "amount" | "balance" | undefined; bank_name?: string | undefined; bank_account_number?: string | undefined; account_holder?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; country_region?: string | undefined; bank_account_usages?: string[] | undefined; bank_id?: string | undefined; branch_id?: string | undefined; payment_rate?: string | undefined; payment_amount?: string | undefined; priority?: string | undefined; }[] | undefined; nationals?: { expiration_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; national_id_number?: string | undefined; issued_by?: string | undefined; country_region?: string | undefined; national_id_type?: string | undefined; issued_date?: string | undefined; }[] | undefined; resident_taxes?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; }[] | undefined; dependents?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; employer?: string | undefined; legal_name?: string | undefined; relationship_with_dependent?: string | undefined; child_birth_certificates?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; }[] | undefined; hukou?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; } | undefined; contact_addresses?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }[] | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; citizenship_statuses?: { country_region?: string | undefined; citizenship_status?: string | undefined; }[] | undefined; }>>; employment_info: z.ZodOptional; effective_time: z.ZodOptional; regular_employee_start_date: z.ZodOptional; seniority_date: z.ZodOptional; work_email: z.ZodOptional; phone: z.ZodOptional; phone_number: z.ZodOptional; }, "strip", z.ZodTypeAny, { phone_number?: string | undefined; international_area_code?: string | undefined; }, { phone_number?: string | undefined; international_area_code?: string | undefined; }>>; user_geo: z.ZodOptional; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { effective_time?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; work_email?: string | undefined; user_geo?: string | undefined; }, { effective_time?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; work_email?: string | undefined; user_geo?: string | undefined; }>>; probation_info: z.ZodOptional; probation_expected_end_date: z.ZodOptional; actual_probation_end_date: z.ZodOptional; }, "strip", z.ZodTypeAny, { probation_start_date?: string | undefined; probation_expected_end_date?: string | undefined; actual_probation_end_date?: string | undefined; }, { probation_start_date?: string | undefined; probation_expected_end_date?: string | undefined; actual_probation_end_date?: string | undefined; }>>; employment_record: z.ZodOptional; department: z.ZodOptional; direct_manager: z.ZodOptional; working_hours_type: z.ZodOptional; cost_centers: z.ZodOptional; rate: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; rate?: number | undefined; }, { id?: string | undefined; rate?: number | undefined; }>, "many">>; direct_manager_effective_time: z.ZodOptional; dotted_line_manager: z.ZodOptional; dotted_line_manager_effective_time: z.ZodOptional; job: z.ZodOptional; job_family: z.ZodOptional; job_level: z.ZodOptional; job_grade: z.ZodOptional; work_location: z.ZodOptional; weekly_working_hours: z.ZodOptional; position: z.ZodOptional; pathway: z.ZodOptional; }, "strip", z.ZodTypeAny, { employee_type?: string | undefined; department?: string | undefined; job_grade?: string | undefined; job?: string | undefined; work_location?: string | undefined; job_level?: string | undefined; job_family?: string | undefined; position?: string | undefined; direct_manager?: string | undefined; working_hours_type?: string | undefined; cost_centers?: { id?: string | undefined; rate?: number | undefined; }[] | undefined; direct_manager_effective_time?: string | undefined; dotted_line_manager?: string | undefined; dotted_line_manager_effective_time?: string | undefined; weekly_working_hours?: number | undefined; pathway?: string | undefined; }, { employee_type?: string | undefined; department?: string | undefined; job_grade?: string | undefined; job?: string | undefined; work_location?: string | undefined; job_level?: string | undefined; job_family?: string | undefined; position?: string | undefined; direct_manager?: string | undefined; working_hours_type?: string | undefined; cost_centers?: { id?: string | undefined; rate?: number | undefined; }[] | undefined; direct_manager_effective_time?: string | undefined; dotted_line_manager?: string | undefined; dotted_line_manager_effective_time?: string | undefined; weekly_working_hours?: number | undefined; pathway?: string | undefined; }>>; emp_contract_record: z.ZodOptional; contract_type: z.ZodOptional; first_party: z.ZodOptional; effective_time: z.ZodOptional; duration_type: z.ZodOptional; contract_end_date: z.ZodOptional; }, "strip", z.ZodTypeAny, { effective_time?: string | undefined; contract_type?: string | undefined; duration_type?: string | undefined; contract_end_date?: string | undefined; contract_number?: string | undefined; first_party?: string | undefined; }, { effective_time?: string | undefined; contract_type?: string | undefined; duration_type?: string | undefined; contract_end_date?: string | undefined; contract_number?: string | undefined; first_party?: string | undefined; }>>; custom_groups: z.ZodOptional; items: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }>, "many">>; custom_org_groups: z.ZodOptional; custom_org_with_rates: z.ZodArray; }, "strip", z.ZodTypeAny, { id: string; rate?: number | undefined; }, { id: string; rate?: number | undefined; }>, "many">; object_api_name: z.ZodString; }, "strip", z.ZodTypeAny, { effective_time: string; object_api_name: string; custom_org_with_rates: { id: string; rate?: number | undefined; }[]; start_reason?: string | undefined; }, { effective_time: string; object_api_name: string; custom_org_with_rates: { id: string; rate?: number | undefined; }[]; start_reason?: string | undefined; }>, "many">>; seniority_adjust_informations: z.ZodOptional; start_date: z.ZodOptional; end_date: z.ZodOptional; reasons_for_seniority_adjustment: z.ZodOptional; seniority_adjustment: z.ZodNumber; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { seniority_adjustment_type: "increase" | "decrease"; seniority_adjustment: number; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; }, { seniority_adjustment_type: "increase" | "decrease"; seniority_adjustment: number; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; }>, "many">>; default_cost_center: z.ZodOptional; is_inherit: z.ZodOptional; cost_center_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { wk_id?: string | undefined; }, { wk_id?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { reason?: string | undefined; cost_center_id?: { wk_id?: string | undefined; } | undefined; is_inherit?: boolean | undefined; }, { reason?: string | undefined; cost_center_id?: { wk_id?: string | undefined; } | undefined; is_inherit?: boolean | undefined; }>>; cost_allocation: z.ZodOptional; expiration_time: z.ZodOptional; cost_center_rates: z.ZodOptional; rate: z.ZodOptional; new_rate: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; }, { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { reason?: string | undefined; cost_center_id?: { wk_id?: string | undefined; } | undefined; is_inherit?: boolean | undefined; } | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; basic_info?: { effective_time?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; work_email?: string | undefined; user_geo?: string | undefined; } | undefined; probation_info?: { probation_start_date?: string | undefined; probation_expected_end_date?: string | undefined; actual_probation_end_date?: string | undefined; } | undefined; employment_record?: { employee_type?: string | undefined; department?: string | undefined; job_grade?: string | undefined; job?: string | undefined; work_location?: string | undefined; job_level?: string | undefined; job_family?: string | undefined; position?: string | undefined; direct_manager?: string | undefined; working_hours_type?: string | undefined; cost_centers?: { id?: string | undefined; rate?: number | undefined; }[] | undefined; direct_manager_effective_time?: string | undefined; dotted_line_manager?: string | undefined; dotted_line_manager_effective_time?: string | undefined; weekly_working_hours?: number | undefined; pathway?: string | undefined; } | undefined; emp_contract_record?: { effective_time?: string | undefined; contract_type?: string | undefined; duration_type?: string | undefined; contract_end_date?: string | undefined; contract_number?: string | undefined; first_party?: string | undefined; } | undefined; custom_org_groups?: { effective_time: string; object_api_name: string; custom_org_with_rates: { id: string; rate?: number | undefined; }[]; start_reason?: string | undefined; }[] | undefined; seniority_adjust_informations?: { seniority_adjustment_type: "increase" | "decrease"; seniority_adjustment: number; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; }[] | undefined; }, { cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { reason?: string | undefined; cost_center_id?: { wk_id?: string | undefined; } | undefined; is_inherit?: boolean | undefined; } | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; basic_info?: { effective_time?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; work_email?: string | undefined; user_geo?: string | undefined; } | undefined; probation_info?: { probation_start_date?: string | undefined; probation_expected_end_date?: string | undefined; actual_probation_end_date?: string | undefined; } | undefined; employment_record?: { employee_type?: string | undefined; department?: string | undefined; job_grade?: string | undefined; job?: string | undefined; work_location?: string | undefined; job_level?: string | undefined; job_family?: string | undefined; position?: string | undefined; direct_manager?: string | undefined; working_hours_type?: string | undefined; cost_centers?: { id?: string | undefined; rate?: number | undefined; }[] | undefined; direct_manager_effective_time?: string | undefined; dotted_line_manager?: string | undefined; dotted_line_manager_effective_time?: string | undefined; weekly_working_hours?: number | undefined; pathway?: string | undefined; } | undefined; emp_contract_record?: { effective_time?: string | undefined; contract_type?: string | undefined; duration_type?: string | undefined; contract_end_date?: string | undefined; contract_number?: string | undefined; first_party?: string | undefined; } | undefined; custom_org_groups?: { effective_time: string; object_api_name: string; custom_org_with_rates: { id: string; rate?: number | undefined; }[]; start_reason?: string | undefined; }[] | undefined; seniority_adjust_informations?: { seniority_adjustment_type: "increase" | "decrease"; seniority_adjustment: number; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; }[] | undefined; }>>; career: z.ZodOptional; school_enum: z.ZodOptional; start_date: z.ZodOptional; end_date: z.ZodOptional; level_of_education: z.ZodOptional; field_of_study: z.ZodOptional; degree: z.ZodOptional; field_of_study_enum: z.ZodOptional; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; school?: string | undefined; level_of_education?: string | undefined; field_of_study?: string | undefined; degree?: string | undefined; school_enum?: string | undefined; field_of_study_enum?: string | undefined; }, { start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; school?: string | undefined; level_of_education?: string | undefined; field_of_study?: string | undefined; degree?: string | undefined; school_enum?: string | undefined; field_of_study_enum?: string | undefined; }>, "many">>; work_experiences: z.ZodOptional; en_us: z.ZodOptional; }, "strip", z.ZodTypeAny, { zh_cn?: string | undefined; en_us?: string | undefined; }, { zh_cn?: string | undefined; en_us?: string | undefined; }>>; department: z.ZodOptional; en_us: z.ZodOptional; }, "strip", z.ZodTypeAny, { zh_cn?: string | undefined; en_us?: string | undefined; }, { zh_cn?: string | undefined; en_us?: string | undefined; }>>; start_date: z.ZodOptional; end_date: z.ZodOptional; job: z.ZodOptional; en_us: z.ZodOptional; }, "strip", z.ZodTypeAny, { zh_cn?: string | undefined; en_us?: string | undefined; }, { zh_cn?: string | undefined; en_us?: string | undefined; }>>; description: z.ZodOptional; en_us: z.ZodOptional; }, "strip", z.ZodTypeAny, { zh_cn?: string | undefined; en_us?: string | undefined; }, { zh_cn?: string | undefined; en_us?: string | undefined; }>>; custom_fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { start_date?: string | undefined; end_date?: string | undefined; description?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; company_organization?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; job?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; }, { start_date?: string | undefined; end_date?: string | undefined; description?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; company_organization?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; job?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; }>, "many">>; custom_groups: z.ZodOptional; items: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; educations?: { start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; school?: string | undefined; level_of_education?: string | undefined; field_of_study?: string | undefined; degree?: string | undefined; school_enum?: string | undefined; field_of_study_enum?: string | undefined; }[] | undefined; work_experiences?: { start_date?: string | undefined; end_date?: string | undefined; description?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; company_organization?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; job?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; }[] | undefined; }, { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; educations?: { start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; school?: string | undefined; level_of_education?: string | undefined; field_of_study?: string | undefined; degree?: string | undefined; school_enum?: string | undefined; field_of_study_enum?: string | undefined; }[] | undefined; work_experiences?: { start_date?: string | undefined; end_date?: string | undefined; description?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; company_organization?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; job?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; }[] | undefined; }>>; data_attachment: z.ZodOptional; files: z.ZodOptional; mime_type: z.ZodOptional; name: z.ZodOptional; size: z.ZodOptional; token: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }, { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { files?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; profile_type?: string | undefined; }, { files?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; profile_type?: string | undefined; }>, "many">>; custom_groups: z.ZodOptional; items: z.ZodOptional; }, "strip", z.ZodTypeAny, { field_name: string; value?: string | undefined; }, { field_name: string; value?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }, { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }, { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; personal_records?: { files?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; profile_type?: string | undefined; }[] | undefined; }, { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; personal_records?: { files?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; profile_type?: string | undefined; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { personal_info?: { personal_basic_info?: { email?: string | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; legal_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; date_entered_workforce?: string | undefined; preferred_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; additional_name?: string | undefined; nationality_v2?: string | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; political_affiliation?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; additional_nationalities?: string[] | undefined; } | undefined; emergency_contacts?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; }[] | undefined; bank_accounts?: { payment_type?: "percent" | "amount" | "balance" | undefined; bank_name?: string | undefined; bank_account_number?: string | undefined; account_holder?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; country_region?: string | undefined; bank_account_usages?: string[] | undefined; bank_id?: string | undefined; branch_id?: string | undefined; payment_rate?: string | undefined; payment_amount?: string | undefined; priority?: string | undefined; }[] | undefined; nationals?: { expiration_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; national_id_number?: string | undefined; issued_by?: string | undefined; country_region?: string | undefined; national_id_type?: string | undefined; issued_date?: string | undefined; }[] | undefined; resident_taxes?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; }[] | undefined; dependents?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; employer?: string | undefined; legal_name?: string | undefined; relationship_with_dependent?: string | undefined; child_birth_certificates?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; }[] | undefined; hukou?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; } | undefined; contact_addresses?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }[] | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; citizenship_statuses?: { country_region?: string | undefined; citizenship_status?: string | undefined; }[] | undefined; } | undefined; employment_info?: { cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { reason?: string | undefined; cost_center_id?: { wk_id?: string | undefined; } | undefined; is_inherit?: boolean | undefined; } | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; basic_info?: { effective_time?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; work_email?: string | undefined; user_geo?: string | undefined; } | undefined; probation_info?: { probation_start_date?: string | undefined; probation_expected_end_date?: string | undefined; actual_probation_end_date?: string | undefined; } | undefined; employment_record?: { employee_type?: string | undefined; department?: string | undefined; job_grade?: string | undefined; job?: string | undefined; work_location?: string | undefined; job_level?: string | undefined; job_family?: string | undefined; position?: string | undefined; direct_manager?: string | undefined; working_hours_type?: string | undefined; cost_centers?: { id?: string | undefined; rate?: number | undefined; }[] | undefined; direct_manager_effective_time?: string | undefined; dotted_line_manager?: string | undefined; dotted_line_manager_effective_time?: string | undefined; weekly_working_hours?: number | undefined; pathway?: string | undefined; } | undefined; emp_contract_record?: { effective_time?: string | undefined; contract_type?: string | undefined; duration_type?: string | undefined; contract_end_date?: string | undefined; contract_number?: string | undefined; first_party?: string | undefined; } | undefined; custom_org_groups?: { effective_time: string; object_api_name: string; custom_org_with_rates: { id: string; rate?: number | undefined; }[]; start_reason?: string | undefined; }[] | undefined; seniority_adjust_informations?: { seniority_adjustment_type: "increase" | "decrease"; seniority_adjustment: number; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; }[] | undefined; } | undefined; career?: { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; educations?: { start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; school?: string | undefined; level_of_education?: string | undefined; field_of_study?: string | undefined; degree?: string | undefined; school_enum?: string | undefined; field_of_study_enum?: string | undefined; }[] | undefined; work_experiences?: { start_date?: string | undefined; end_date?: string | undefined; description?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; company_organization?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; job?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; }[] | undefined; } | undefined; data_attachment?: { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; personal_records?: { files?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; profile_type?: string | undefined; }[] | undefined; } | undefined; }, { personal_info?: { personal_basic_info?: { email?: string | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; legal_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; date_entered_workforce?: string | undefined; preferred_name?: { title?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: string | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; country_region?: string | undefined; custom_western_name?: string | undefined; } | undefined; additional_name?: string | undefined; nationality_v2?: string | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; political_affiliation?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; additional_nationalities?: string[] | undefined; } | undefined; emergency_contacts?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; }[] | undefined; bank_accounts?: { payment_type?: "percent" | "amount" | "balance" | undefined; bank_name?: string | undefined; bank_account_number?: string | undefined; account_holder?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; country_region?: string | undefined; bank_account_usages?: string[] | undefined; bank_id?: string | undefined; branch_id?: string | undefined; payment_rate?: string | undefined; payment_amount?: string | undefined; priority?: string | undefined; }[] | undefined; nationals?: { expiration_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; national_id_number?: string | undefined; issued_by?: string | undefined; country_region?: string | undefined; national_id_type?: string | undefined; issued_date?: string | undefined; }[] | undefined; resident_taxes?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; }[] | undefined; dependents?: { address?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; employer?: string | undefined; legal_name?: string | undefined; relationship_with_dependent?: string | undefined; child_birth_certificates?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; }[] | undefined; hukou?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; } | undefined; contact_addresses?: { postal_code?: string | undefined; country_region?: string | undefined; address_type?: string | undefined; region?: string | undefined; region_subdivision_1?: string | undefined; region_subdivision_2?: string | undefined; city_v2?: string | undefined; city_text?: string | undefined; local_city_text?: string | undefined; city_subdivision_1?: string | undefined; city_subdivision_2?: string | undefined; district_v2?: string | undefined; address_line_1?: string | undefined; local_address_line_1?: string | undefined; address_line_2?: string | undefined; local_address_line_2?: string | undefined; address_line_3?: string | undefined; local_address_line_3?: string | undefined; address_line_4?: string | undefined; local_address_line_5?: string | undefined; address_line_6?: string | undefined; local_address_line_6?: string | undefined; address_line_7?: string | undefined; local_address_line_7?: string | undefined; address_line_8?: string | undefined; local_address_line_8?: string | undefined; address_line_9?: string | undefined; local_address_line_9?: string | undefined; local_address_line_4?: string | undefined; address_line_5?: string | undefined; }[] | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; citizenship_statuses?: { country_region?: string | undefined; citizenship_status?: string | undefined; }[] | undefined; } | undefined; employment_info?: { cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { reason?: string | undefined; cost_center_id?: { wk_id?: string | undefined; } | undefined; is_inherit?: boolean | undefined; } | undefined; custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; basic_info?: { effective_time?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; phone?: { phone_number?: string | undefined; international_area_code?: string | undefined; } | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; work_email?: string | undefined; user_geo?: string | undefined; } | undefined; probation_info?: { probation_start_date?: string | undefined; probation_expected_end_date?: string | undefined; actual_probation_end_date?: string | undefined; } | undefined; employment_record?: { employee_type?: string | undefined; department?: string | undefined; job_grade?: string | undefined; job?: string | undefined; work_location?: string | undefined; job_level?: string | undefined; job_family?: string | undefined; position?: string | undefined; direct_manager?: string | undefined; working_hours_type?: string | undefined; cost_centers?: { id?: string | undefined; rate?: number | undefined; }[] | undefined; direct_manager_effective_time?: string | undefined; dotted_line_manager?: string | undefined; dotted_line_manager_effective_time?: string | undefined; weekly_working_hours?: number | undefined; pathway?: string | undefined; } | undefined; emp_contract_record?: { effective_time?: string | undefined; contract_type?: string | undefined; duration_type?: string | undefined; contract_end_date?: string | undefined; contract_number?: string | undefined; first_party?: string | undefined; } | undefined; custom_org_groups?: { effective_time: string; object_api_name: string; custom_org_with_rates: { id: string; rate?: number | undefined; }[]; start_reason?: string | undefined; }[] | undefined; seniority_adjust_informations?: { seniority_adjustment_type: "increase" | "decrease"; seniority_adjustment: number; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; }[] | undefined; } | undefined; career?: { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; educations?: { start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; school?: string | undefined; level_of_education?: string | undefined; field_of_study?: string | undefined; degree?: string | undefined; school_enum?: string | undefined; field_of_study_enum?: string | undefined; }[] | undefined; work_experiences?: { start_date?: string | undefined; end_date?: string | undefined; description?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; department?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; company_organization?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; job?: { zh_cn?: string | undefined; en_us?: string | undefined; } | undefined; }[] | undefined; } | undefined; data_attachment?: { custom_groups?: { group_name?: string | undefined; items?: { custom_fields?: { field_name: string; value?: string | undefined; }[] | undefined; }[] | undefined; }[] | undefined; personal_records?: { files?: { name?: string | undefined; size?: string | undefined; token?: string | undefined; mime_type?: string | undefined; file_id?: string | undefined; }[] | undefined; profile_type?: string | undefined; }[] | undefined; } | undefined; }>>; params: z.ZodOptional; rehire: z.ZodOptional; rehire_employment_id: z.ZodOptional; force_submit: z.ZodOptional; ignore_working_hours_type_rule: z.ZodOptional; }, "strip", z.ZodTypeAny, { client_token?: string | undefined; rehire?: boolean | undefined; rehire_employment_id?: string | undefined; force_submit?: boolean | undefined; ignore_working_hours_type_rule?: boolean | undefined; }, { client_token?: string | undefined; rehire?: boolean | undefined; rehire_employment_id?: string | undefined; force_submit?: boolean | undefined; ignore_working_hours_type_rule?: boolean | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { path: z.ZodObject<{ additional_job_id: z.ZodString; }, "strip", z.ZodTypeAny, { additional_job_id: string; }, { additional_job_id: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ work_location_id: z.ZodString; service_company: z.ZodOptional; work_shift: z.ZodOptional; weekly_working_hours_v2: z.ZodOptional; working_hours_type_id: z.ZodOptional; employee_type_id: z.ZodOptional; department_id: z.ZodOptional; job_id: z.ZodOptional; job_family_id: z.ZodOptional; job_level_id: z.ZodOptional; job_grade_id: z.ZodOptional; compensation_type: z.ZodOptional; direct_manager_id: z.ZodOptional; dotted_line_manager_id: z.ZodOptional; work_calendar_id: z.ZodOptional; position_id: z.ZodOptional; employment_id: z.ZodString; custom_fields: z.ZodOptional, "many">>; international_assignment_reason: z.ZodOptional; description: z.ZodOptional; international_assignment_expected_end_date: z.ZodOptional; international_assignment_type: z.ZodString; effective_time: z.ZodString; expiration_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { effective_time: string; employment_id: string; work_location_id: string; international_assignment_type: string; department_id?: string | undefined; expiration_time?: string | undefined; description?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; job_id?: string | undefined; working_hours_type_id?: string | undefined; direct_manager_id?: string | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; dotted_line_manager_id?: string | undefined; work_calendar_id?: string | undefined; position_id?: string | undefined; weekly_working_hours_v2?: number | undefined; international_assignment_reason?: string | undefined; international_assignment_expected_end_date?: string | undefined; }, { effective_time: string; employment_id: string; work_location_id: string; international_assignment_type: string; department_id?: string | undefined; expiration_time?: string | undefined; description?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; job_id?: string | undefined; working_hours_type_id?: string | undefined; direct_manager_id?: string | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; dotted_line_manager_id?: string | undefined; work_calendar_id?: string | undefined; position_id?: string | undefined; weekly_working_hours_v2?: number | undefined; international_assignment_reason?: string | undefined; international_assignment_expected_end_date?: string | undefined; }>; params: z.ZodOptional; user_id_type: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; client_token?: string | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; client_token?: string | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { path: z.ZodObject<{ international_assignment_id: z.ZodString; }, "strip", z.ZodTypeAny, { international_assignment_id: string; }, { international_assignment_id: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodOptional>; department_id_type: z.ZodOptional>; page_size: z.ZodOptional; page_token: z.ZodOptional; employment_ids: z.ZodOptional>; international_assignment_ids: z.ZodOptional>; effective_time: z.ZodOptional; expiration_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; effective_time?: string | undefined; expiration_time?: string | undefined; employment_ids?: string[] | undefined; international_assignment_ids?: string[] | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; effective_time?: string | undefined; expiration_time?: string | undefined; employment_ids?: string[] | undefined; international_assignment_ids?: string[] | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; }, "strip", z.ZodTypeAny, { enum_apiname_lists?: string[] | undefined; }, { enum_apiname_lists?: string[] | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ transfer_mode: z.ZodNumber; employment_id: z.ZodString; transfer_type_unique_identifier: z.ZodString; flow_id: z.ZodOptional; effective_date: z.ZodString; transfer_info: z.ZodObject<{ remark: z.ZodOptional; offer_info: z.ZodOptional; target_dotted_manager_clean: z.ZodOptional; probation_exist: z.ZodOptional; target_department: z.ZodOptional; target_work_location: z.ZodOptional; target_direct_manager: z.ZodOptional; target_dotted_manager: z.ZodOptional; target_job: z.ZodOptional; target_job_family: z.ZodOptional; target_job_level: z.ZodOptional; target_workforce_type: z.ZodOptional; target_employee_subtype: z.ZodOptional; target_company: z.ZodOptional; target_contract_number: z.ZodOptional; target_contract_type: z.ZodOptional; target_duration_type: z.ZodOptional; target_signing_type: z.ZodOptional; target_contract_start_date: z.ZodOptional; target_contract_end_date: z.ZodOptional; target_working_hours_type: z.ZodOptional; target_working_calendar: z.ZodOptional; target_probation_end_date: z.ZodOptional; target_weekly_working_hours: z.ZodOptional; target_work_shift: z.ZodOptional; target_cost_center_rates: z.ZodOptional; rate: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; rate?: number | undefined; }, { cost_center_id?: string | undefined; rate?: number | undefined; }>, "many">>; target_employment_change: z.ZodOptional; seniority_date: z.ZodOptional; employee_number: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { value: string; custom_api_name: string; }[] | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; }, { custom_fields?: { value: string; custom_api_name: string; }[] | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; }>>; target_job_grade: z.ZodOptional; target_compensation_type: z.ZodOptional; target_service_company: z.ZodOptional; target_position: z.ZodOptional; target_social_security_city: z.ZodOptional; is_transfer_with_workforce: z.ZodOptional; }, "strip", z.ZodTypeAny, { remark?: string | undefined; offer_info?: string | undefined; target_dotted_manager_clean?: boolean | undefined; probation_exist?: boolean | undefined; target_department?: string | undefined; target_work_location?: string | undefined; target_direct_manager?: string | undefined; target_dotted_manager?: string | undefined; target_job?: string | undefined; target_job_family?: string | undefined; target_job_level?: string | undefined; target_workforce_type?: string | undefined; target_employee_subtype?: string | undefined; target_company?: string | undefined; target_contract_number?: string | undefined; target_contract_type?: string | undefined; target_duration_type?: string | undefined; target_signing_type?: string | undefined; target_contract_start_date?: string | undefined; target_contract_end_date?: string | undefined; target_working_hours_type?: string | undefined; target_working_calendar?: string | undefined; target_probation_end_date?: string | undefined; target_weekly_working_hours?: string | undefined; target_work_shift?: string | undefined; target_employment_change?: { custom_fields?: { value: string; custom_api_name: string; }[] | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; } | undefined; target_job_grade?: string | undefined; target_compensation_type?: string | undefined; target_service_company?: string | undefined; target_position?: string | undefined; target_cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; }[] | undefined; target_social_security_city?: string | undefined; is_transfer_with_workforce?: boolean | undefined; }, { remark?: string | undefined; offer_info?: string | undefined; target_dotted_manager_clean?: boolean | undefined; probation_exist?: boolean | undefined; target_department?: string | undefined; target_work_location?: string | undefined; target_direct_manager?: string | undefined; target_dotted_manager?: string | undefined; target_job?: string | undefined; target_job_family?: string | undefined; target_job_level?: string | undefined; target_workforce_type?: string | undefined; target_employee_subtype?: string | undefined; target_company?: string | undefined; target_contract_number?: string | undefined; target_contract_type?: string | undefined; target_duration_type?: string | undefined; target_signing_type?: string | undefined; target_contract_start_date?: string | undefined; target_contract_end_date?: string | undefined; target_working_hours_type?: string | undefined; target_working_calendar?: string | undefined; target_probation_end_date?: string | undefined; target_weekly_working_hours?: string | undefined; target_work_shift?: string | undefined; target_employment_change?: { custom_fields?: { value: string; custom_api_name: string; }[] | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; } | undefined; target_job_grade?: string | undefined; target_compensation_type?: string | undefined; target_service_company?: string | undefined; target_position?: string | undefined; target_cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; }[] | undefined; target_social_security_city?: string | undefined; is_transfer_with_workforce?: boolean | undefined; }>; transfer_key: z.ZodOptional; initiator_id: z.ZodOptional; transfer_reason_unique_identifier: z.ZodOptional; }, "strip", z.ZodTypeAny, { employment_id: string; transfer_mode: number; transfer_type_unique_identifier: string; effective_date: string; transfer_info: { remark?: string | undefined; offer_info?: string | undefined; target_dotted_manager_clean?: boolean | undefined; probation_exist?: boolean | undefined; target_department?: string | undefined; target_work_location?: string | undefined; target_direct_manager?: string | undefined; target_dotted_manager?: string | undefined; target_job?: string | undefined; target_job_family?: string | undefined; target_job_level?: string | undefined; target_workforce_type?: string | undefined; target_employee_subtype?: string | undefined; target_company?: string | undefined; target_contract_number?: string | undefined; target_contract_type?: string | undefined; target_duration_type?: string | undefined; target_signing_type?: string | undefined; target_contract_start_date?: string | undefined; target_contract_end_date?: string | undefined; target_working_hours_type?: string | undefined; target_working_calendar?: string | undefined; target_probation_end_date?: string | undefined; target_weekly_working_hours?: string | undefined; target_work_shift?: string | undefined; target_employment_change?: { custom_fields?: { value: string; custom_api_name: string; }[] | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; } | undefined; target_job_grade?: string | undefined; target_compensation_type?: string | undefined; target_service_company?: string | undefined; target_position?: string | undefined; target_cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; }[] | undefined; target_social_security_city?: string | undefined; is_transfer_with_workforce?: boolean | undefined; }; flow_id?: string | undefined; transfer_key?: string | undefined; initiator_id?: string | undefined; transfer_reason_unique_identifier?: string | undefined; }, { employment_id: string; transfer_mode: number; transfer_type_unique_identifier: string; effective_date: string; transfer_info: { remark?: string | undefined; offer_info?: string | undefined; target_dotted_manager_clean?: boolean | undefined; probation_exist?: boolean | undefined; target_department?: string | undefined; target_work_location?: string | undefined; target_direct_manager?: string | undefined; target_dotted_manager?: string | undefined; target_job?: string | undefined; target_job_family?: string | undefined; target_job_level?: string | undefined; target_workforce_type?: string | undefined; target_employee_subtype?: string | undefined; target_company?: string | undefined; target_contract_number?: string | undefined; target_contract_type?: string | undefined; target_duration_type?: string | undefined; target_signing_type?: string | undefined; target_contract_start_date?: string | undefined; target_contract_end_date?: string | undefined; target_working_hours_type?: string | undefined; target_working_calendar?: string | undefined; target_probation_end_date?: string | undefined; target_weekly_working_hours?: string | undefined; target_work_shift?: string | undefined; target_employment_change?: { custom_fields?: { value: string; custom_api_name: string; }[] | undefined; seniority_date?: string | undefined; employee_number?: string | undefined; regular_employee_start_date?: string | undefined; } | undefined; target_job_grade?: string | undefined; target_compensation_type?: string | undefined; target_service_company?: string | undefined; target_position?: string | undefined; target_cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; }[] | undefined; target_social_security_city?: string | undefined; is_transfer_with_workforce?: boolean | undefined; }; flow_id?: string | undefined; transfer_key?: string | undefined; initiator_id?: string | undefined; transfer_reason_unique_identifier?: string | undefined; }>; params: z.ZodOptional>; department_id_type: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | "people_admin_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | "people_admin_id" | undefined; department_id_type?: "department_id" | "open_department_id" | "people_corehr_department_id" | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ operator_id: z.ZodString; }, "strip", z.ZodTypeAny, { operator_id: string; }, { operator_id: string; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | "people_admin_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | "people_admin_id" | undefined; }>>; path: z.ZodObject<{ job_change_id: z.ZodString; }, "strip", z.ZodTypeAny, { job_change_id: string; }, { job_change_id: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; job_family_codes: z.ZodOptional>; }, "strip", z.ZodTypeAny, { job_family_ids?: string[] | undefined; job_family_codes?: string[] | undefined; }, { job_family_ids?: string[] | undefined; job_family_codes?: string[] | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ grade_order: z.ZodNumber; code: z.ZodOptional; names: z.ZodArray, "many">; descriptions: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { names: { value: string; lang: string; }[]; grade_order: number; code?: string | undefined; descriptions?: { value: string; lang: string; }[] | undefined; }, { names: { value: string; lang: string; }[]; grade_order: number; code?: string | undefined; descriptions?: { value: string; lang: string; }[] | undefined; }>; params: z.ZodOptional; }, "strip", z.ZodTypeAny, { client_token?: string | undefined; }, { client_token?: string | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { path: z.ZodObject<{ job_grade_id: z.ZodString; }, "strip", z.ZodTypeAny, { job_grade_id: string; }, { job_grade_id: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; codes: z.ZodOptional>; active: z.ZodOptional; }, "strip", z.ZodTypeAny, { ids?: string[] | undefined; active?: boolean | undefined; codes?: string[] | undefined; }, { ids?: string[] | undefined; active?: boolean | undefined; codes?: string[] | undefined; }>>; params: z.ZodObject<{ page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; }, { page_size: number; page_token?: string | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional>; job_level_codes: z.ZodOptional>; }, "strip", z.ZodTypeAny, { job_level_ids?: string[] | undefined; job_level_codes?: string[] | undefined; }, { job_level_ids?: string[] | undefined; job_level_codes?: string[] | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { path: z.ZodObject<{ job_id: z.ZodString; }, "strip", z.ZodTypeAny, { job_id: string; }, { job_id: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodObject<{ page_token: z.ZodOptional; page_size: z.ZodString; name: z.ZodOptional; query_language: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: string; page_token?: string | undefined; name?: string | undefined; query_language?: string | undefined; }, { page_size: string; page_token?: string | undefined; name?: string | undefined; query_language?: string | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ location_id: z.ZodString; effective_time: z.ZodString; active: z.ZodBoolean; operation_reason: z.ZodString; }, "strip", z.ZodTypeAny, { effective_time: string; active: boolean; location_id: string; operation_reason: string; }, { effective_time: string; active: boolean; location_id: string; operation_reason: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ country_region_id: z.ZodString; region_id: z.ZodString; city_id: z.ZodString; distinct_id: z.ZodString; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodOptional, "many">>; is_primary: z.ZodOptional; is_public: z.ZodOptional; }, "strip", z.ZodTypeAny, { region_id: string; country_region_id: string; city_id: string; distinct_id: string; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; is_primary?: boolean | undefined; is_public?: boolean | undefined; address_types?: { enum_name: string; }[] | undefined; }, { region_id: string; country_region_id: string; city_id: string; distinct_id: string; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; is_primary?: boolean | undefined; is_public?: boolean | undefined; address_types?: { enum_name: string; }[] | undefined; }>; params: z.ZodOptional; }, "strip", z.ZodTypeAny, { client_token?: string | undefined; }, { client_token?: string | undefined; }>>; path: z.ZodObject<{ location_id: z.ZodString; }, "strip", z.ZodTypeAny, { location_id: string; }, { location_id: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { path: z.ZodObject<{ location_id: z.ZodString; address_id: z.ZodString; }, "strip", z.ZodTypeAny, { location_id: string; address_id: string; }, { location_id: string; address_id: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ location_ids: z.ZodArray; }, "strip", z.ZodTypeAny, { location_ids: string[]; }, { location_ids: string[]; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ parent_id: z.ZodOptional; names: z.ZodOptional, "many">>; active: z.ZodOptional; effective_time: z.ZodString; code: z.ZodOptional; descriptions: z.ZodOptional, "many">>; location_usages: z.ZodOptional, "many">>; working_hours_type_id: z.ZodOptional; locale: z.ZodOptional>; time_zone_id: z.ZodOptional; display_language_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { effective_time: string; code?: string | undefined; locale?: { enum_name: string; } | undefined; active?: boolean | undefined; parent_id?: string | undefined; working_hours_type_id?: string | undefined; time_zone_id?: string | undefined; display_language_id?: string | undefined; names?: { value: string; lang: string; }[] | undefined; descriptions?: { value: string; lang: string; }[] | undefined; location_usages?: { enum_name: string; }[] | undefined; }, { effective_time: string; code?: string | undefined; locale?: { enum_name: string; } | undefined; active?: boolean | undefined; parent_id?: string | undefined; working_hours_type_id?: string | undefined; time_zone_id?: string | undefined; display_language_id?: string | undefined; names?: { value: string; lang: string; }[] | undefined; descriptions?: { value: string; lang: string; }[] | undefined; location_usages?: { enum_name: string; }[] | undefined; }>; params: z.ZodOptional; }, "strip", z.ZodTypeAny, { client_token?: string | undefined; }, { client_token?: string | undefined; }>>; path: z.ZodObject<{ location_id: z.ZodString; }, "strip", z.ZodTypeAny, { location_id: string; }, { location_id: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ offboarding_id: z.ZodString; operator_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { offboarding_id: string; operator_id?: string | undefined; }, { offboarding_id: string; operator_id?: string | undefined; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ offboarding_mode: z.ZodNumber; employment_id: z.ZodString; offboarding_date: z.ZodString; offboarding_reason_unique_identifier: z.ZodString; offboarding_reason_explanation: z.ZodOptional; initiator_id: z.ZodOptional; add_block_list: z.ZodOptional; block_reason: z.ZodOptional; block_reason_explanation: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; retain_account: z.ZodOptional; }, "strip", z.ZodTypeAny, { employment_id: string; offboarding_reason_unique_identifier: string; offboarding_mode: number; offboarding_date: string; custom_fields?: { value: string; field_name: string; }[] | undefined; initiator_id?: string | undefined; offboarding_reason_explanation?: string | undefined; add_block_list?: boolean | undefined; block_reason?: string | undefined; block_reason_explanation?: string | undefined; retain_account?: boolean | undefined; }, { employment_id: string; offboarding_reason_unique_identifier: string; offboarding_mode: number; offboarding_date: string; custom_fields?: { value: string; field_name: string; }[] | undefined; initiator_id?: string | undefined; offboarding_reason_explanation?: string | undefined; add_block_list?: boolean | undefined; block_reason?: string | undefined; block_reason_explanation?: string | undefined; retain_account?: boolean | undefined; }>; params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }, { user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id" | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; local_first_name: z.ZodOptional; country_region_id: z.ZodString; name_type: z.ZodObject<{ enum_name: z.ZodString; }, "strip", z.ZodTypeAny, { enum_name: string; }, { enum_name: string; }>; local_first_name_2: z.ZodOptional; local_primary_2: z.ZodOptional; additional_name_type: z.ZodOptional>; first_name: z.ZodOptional; full_name: z.ZodOptional; hereditary: z.ZodOptional; custom_name: z.ZodOptional; custom_local_name: z.ZodOptional; middle_name: z.ZodOptional; name_primary: z.ZodOptional; secondary: z.ZodOptional; social: z.ZodOptional>; tertiary: z.ZodOptional; title: z.ZodOptional>; local_middle_name: z.ZodOptional; local_secondary: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }, { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }>, "many">>; gender: z.ZodOptional>; date_of_birth: z.ZodOptional; nationality_id_v2: z.ZodOptional; race: z.ZodOptional>; marital_status: z.ZodOptional>; phone_list: z.ZodOptional>; phone_number: z.ZodString; }, "strip", z.ZodTypeAny, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }>, "many">>; address_list: z.ZodOptional; country_region_id: z.ZodString; region_id: z.ZodOptional; address_line1: z.ZodOptional; address_line2: z.ZodOptional; address_line3: z.ZodOptional; address_line4: z.ZodOptional; address_line5: z.ZodOptional; address_line6: z.ZodOptional; address_line7: z.ZodOptional; address_line8: z.ZodOptional; address_line9: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_type_list: z.ZodArray, "many">; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_type_list: { enum_name: string; }[]; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_type_list: { enum_name: string; }[]; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }>, "many">>; email_list: z.ZodOptional; is_public: z.ZodOptional; email_usage: z.ZodOptional>; }, "strip", z.ZodTypeAny, { email: string; is_primary?: boolean | undefined; is_public?: boolean | undefined; email_usage?: { enum_name: string; } | undefined; }, { email: string; is_primary?: boolean | undefined; is_public?: boolean | undefined; email_usage?: { enum_name: string; } | undefined; }>, "many">>; work_experience_list: z.ZodOptional, "many">>; department: z.ZodOptional, "many">>; job: z.ZodOptional, "many">>; description: z.ZodOptional, "many">>; start_date: z.ZodOptional; end_date: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { start_date?: string | undefined; end_date?: string | undefined; description?: { value: string; lang: string; }[] | undefined; department?: { value: string; lang: string; }[] | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; company_organization?: { value: string; lang: string; }[] | undefined; job?: { value: string; lang: string; }[] | undefined; }, { start_date?: string | undefined; end_date?: string | undefined; description?: { value: string; lang: string; }[] | undefined; department?: { value: string; lang: string; }[] | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; company_organization?: { value: string; lang: string; }[] | undefined; job?: { value: string; lang: string; }[] | undefined; }>, "many">>; education_list: z.ZodOptional, "many">; level_of_education: z.ZodOptional>; start_date: z.ZodOptional; end_date: z.ZodOptional; field_of_study: z.ZodOptional, "many">>; degree: z.ZodOptional>; school_name: z.ZodOptional>; field_of_study_name: z.ZodOptional>; country_region_id: z.ZodOptional; expected_end_date: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { school: { value: string; lang: string; }[]; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; level_of_education?: { enum_name: string; } | undefined; field_of_study?: { value: string; lang: string; }[] | undefined; degree?: { enum_name: string; } | undefined; school_name?: { enum_name: string; } | undefined; field_of_study_name?: { enum_name: string; } | undefined; expected_end_date?: string | undefined; }, { school: { value: string; lang: string; }[]; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; level_of_education?: { enum_name: string; } | undefined; field_of_study?: { value: string; lang: string; }[] | undefined; degree?: { enum_name: string; } | undefined; school_name?: { enum_name: string; } | undefined; field_of_study_name?: { enum_name: string; } | undefined; expected_end_date?: string | undefined; }>, "many">>; bank_account_list: z.ZodOptional; bank_account_number: z.ZodString; account_holder: z.ZodString; branch_name: z.ZodOptional; bank_id_v2: z.ZodOptional; branch_id_v2: z.ZodOptional; country_region_id: z.ZodOptional; bank_account_usage: z.ZodOptional, "many">>; bank_account_type: z.ZodOptional>; currency_id: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { bank_account_number: string; account_holder: string; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; currency_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_usage?: { enum_name: string; }[] | undefined; bank_account_type?: { enum_name: string; } | undefined; bank_id_v2?: string | undefined; branch_id_v2?: string | undefined; }, { bank_account_number: string; account_holder: string; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; currency_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_usage?: { enum_name: string; }[] | undefined; bank_account_type?: { enum_name: string; } | undefined; bank_id_v2?: string | undefined; branch_id_v2?: string | undefined; }>, "many">>; national_id_list: z.ZodOptional; expiration_date: z.ZodOptional; country_region_id: z.ZodString; issued_by: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }>, "many">>; dependent_list: z.ZodOptional; gender: z.ZodOptional>; date_of_birth: z.ZodOptional; nationality_id_v2: z.ZodOptional; national_id_list: z.ZodOptional; expiration_date: z.ZodOptional; country_region_id: z.ZodString; issued_by: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }>, "many">>; spouses_working_status: z.ZodOptional>; is_this_person_covered_by_health_insurance: z.ZodOptional; is_this_person_allowed_for_tax_deduction: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; dependent_name: z.ZodOptional; employer: z.ZodOptional; job: z.ZodOptional; phone: z.ZodOptional>; phone_number: z.ZodString; }, "strip", z.ZodTypeAny, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }>>; address: z.ZodOptional; country_region_id: z.ZodString; region_id: z.ZodOptional; address_line1: z.ZodOptional; address_line2: z.ZodOptional; address_line3: z.ZodOptional; address_line4: z.ZodOptional; address_line5: z.ZodOptional; address_line6: z.ZodOptional; address_line7: z.ZodOptional; address_line8: z.ZodOptional; address_line9: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }, { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }>>; birth_certificate_of_child: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; }, { id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { relationship: { enum_name: string; }; address?: { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; } | undefined; gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; phone?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; spouses_working_status?: { enum_name: string; } | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; birth_certificate_of_child?: { id?: string | undefined; }[] | undefined; nationality_id_v2?: string | undefined; }, { relationship: { enum_name: string; }; address?: { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; } | undefined; gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; phone?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; spouses_working_status?: { enum_name: string; } | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; birth_certificate_of_child?: { id?: string | undefined; }[] | undefined; nationality_id_v2?: string | undefined; }>, "many">>; emergency_contact_list: z.ZodOptional; local_first_name: z.ZodOptional; country_region_id: z.ZodString; name_type: z.ZodObject<{ enum_name: z.ZodString; }, "strip", z.ZodTypeAny, { enum_name: string; }, { enum_name: string; }>; local_first_name_2: z.ZodOptional; local_primary_2: z.ZodOptional; additional_name_type: z.ZodOptional>; first_name: z.ZodOptional; full_name: z.ZodOptional; hereditary: z.ZodOptional; custom_name: z.ZodOptional; custom_local_name: z.ZodOptional; middle_name: z.ZodOptional; name_primary: z.ZodOptional; secondary: z.ZodOptional; social: z.ZodOptional>; tertiary: z.ZodOptional; title: z.ZodOptional>; local_middle_name: z.ZodOptional; local_secondary: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }, { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }>>; relationship: z.ZodOptional>; phone_ist: z.ZodOptional>; phone_number: z.ZodString; }, "strip", z.ZodTypeAny, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }, { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }>, "many">>; legal_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; } | undefined; relationship?: { enum_name: string; } | undefined; phone_ist?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; legal_name?: string | undefined; }, { name?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; } | undefined; relationship?: { enum_name: string; } | undefined; phone_ist?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; legal_name?: string | undefined; }>, "many">>; date_entered_workforce: z.ZodOptional; profile_image_id: z.ZodOptional; personal_profile: z.ZodOptional>; files: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; }, { id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: { enum_name: string; } | undefined; }, { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: { enum_name: string; } | undefined; }>, "many">>; native_region: z.ZodOptional; hukou_type: z.ZodOptional>; hukou_location: z.ZodOptional; political_affiliations: z.ZodOptional, "many">>; talent_id: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; born_country_region: z.ZodOptional; is_disabled: z.ZodOptional; disable_card_number: z.ZodOptional; is_martyr_family: z.ZodOptional; martyr_card_number: z.ZodOptional; is_old_alone: z.ZodOptional; resident_taxes: z.ZodOptional>; tax_country_region_id: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { year_resident_tax: string; custom_fields?: { value: string; field_name: string; }[] | undefined; resident_status?: { enum_name: string; } | undefined; tax_country_region_id?: string | undefined; }, { year_resident_tax: string; custom_fields?: { value: string; field_name: string; }[] | undefined; resident_status?: { enum_name: string; } | undefined; tax_country_region_id?: string | undefined; }>, "many">>; first_entry_time: z.ZodOptional; leave_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; name_list?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }[] | undefined; date_of_birth?: string | undefined; race?: { enum_name: string; } | undefined; marital_status?: { enum_name: string; } | undefined; phone_list?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_type_list: { enum_name: string; }[]; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }[] | undefined; email_list?: { email: string; is_primary?: boolean | undefined; is_public?: boolean | undefined; email_usage?: { enum_name: string; } | undefined; }[] | undefined; work_experience_list?: { start_date?: string | undefined; end_date?: string | undefined; description?: { value: string; lang: string; }[] | undefined; department?: { value: string; lang: string; }[] | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; company_organization?: { value: string; lang: string; }[] | undefined; job?: { value: string; lang: string; }[] | undefined; }[] | undefined; education_list?: { school: { value: string; lang: string; }[]; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; level_of_education?: { enum_name: string; } | undefined; field_of_study?: { value: string; lang: string; }[] | undefined; degree?: { enum_name: string; } | undefined; school_name?: { enum_name: string; } | undefined; field_of_study_name?: { enum_name: string; } | undefined; expected_end_date?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; currency_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_usage?: { enum_name: string; }[] | undefined; bank_account_type?: { enum_name: string; } | undefined; bank_id_v2?: string | undefined; branch_id_v2?: string | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: { enum_name: string; }; address?: { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; } | undefined; gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; phone?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; spouses_working_status?: { enum_name: string; } | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; birth_certificate_of_child?: { id?: string | undefined; }[] | undefined; nationality_id_v2?: string | undefined; }[] | undefined; emergency_contact_list?: { name?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; } | undefined; relationship?: { enum_name: string; } | undefined; phone_ist?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; legal_name?: string | undefined; }[] | undefined; date_entered_workforce?: string | undefined; profile_image_id?: string | undefined; personal_profile?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: { enum_name: string; } | undefined; }[] | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; resident_taxes?: { year_resident_tax: string; custom_fields?: { value: string; field_name: string; }[] | undefined; resident_status?: { enum_name: string; } | undefined; tax_country_region_id?: string | undefined; }[] | undefined; hukou_type?: { enum_name: string; } | undefined; hukou_location?: string | undefined; nationality_id_v2?: string | undefined; political_affiliations?: { enum_name: string; }[] | undefined; talent_id?: string | undefined; }, { gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; name_list?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; }[] | undefined; date_of_birth?: string | undefined; race?: { enum_name: string; } | undefined; marital_status?: { enum_name: string; } | undefined; phone_list?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_type_list: { enum_name: string; }[]; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; }[] | undefined; email_list?: { email: string; is_primary?: boolean | undefined; is_public?: boolean | undefined; email_usage?: { enum_name: string; } | undefined; }[] | undefined; work_experience_list?: { start_date?: string | undefined; end_date?: string | undefined; description?: { value: string; lang: string; }[] | undefined; department?: { value: string; lang: string; }[] | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; company_organization?: { value: string; lang: string; }[] | undefined; job?: { value: string; lang: string; }[] | undefined; }[] | undefined; education_list?: { school: { value: string; lang: string; }[]; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; level_of_education?: { enum_name: string; } | undefined; field_of_study?: { value: string; lang: string; }[] | undefined; degree?: { enum_name: string; } | undefined; school_name?: { enum_name: string; } | undefined; field_of_study_name?: { enum_name: string; } | undefined; expected_end_date?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; country_region_id?: string | undefined; currency_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_usage?: { enum_name: string; }[] | undefined; bank_account_type?: { enum_name: string; } | undefined; bank_id_v2?: string | undefined; branch_id_v2?: string | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: { enum_name: string; }; address?: { country_region_id: string; region_id?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; address_line1?: string | undefined; address_line2?: string | undefined; address_line3?: string | undefined; address_line4?: string | undefined; address_line5?: string | undefined; address_line6?: string | undefined; address_line7?: string | undefined; address_line8?: string | undefined; address_line9?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; address_id?: string | undefined; } | undefined; gender?: { enum_name: string; } | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; phone?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; custom_api_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; spouses_working_status?: { enum_name: string; } | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; birth_certificate_of_child?: { id?: string | undefined; }[] | undefined; nationality_id_v2?: string | undefined; }[] | undefined; emergency_contact_list?: { name?: { country_region_id: string; name_type: { enum_name: string; }; title?: { enum_name: string; } | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; local_first_name_2?: string | undefined; local_primary_2?: string | undefined; additional_name_type?: { enum_name: string; } | undefined; first_name?: string | undefined; full_name?: string | undefined; hereditary?: string | undefined; custom_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; secondary?: string | undefined; social?: { enum_name: string; } | undefined; tertiary?: string | undefined; local_middle_name?: string | undefined; local_secondary?: string | undefined; } | undefined; relationship?: { enum_name: string; } | undefined; phone_ist?: { phone_number: string; international_area_code?: { enum_name: string; } | undefined; }[] | undefined; legal_name?: string | undefined; }[] | undefined; date_entered_workforce?: string | undefined; profile_image_id?: string | undefined; personal_profile?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: { enum_name: string; } | undefined; }[] | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; first_entry_time?: string | undefined; leave_time?: string | undefined; resident_taxes?: { year_resident_tax: string; custom_fields?: { value: string; field_name: string; }[] | undefined; resident_status?: { enum_name: string; } | undefined; tax_country_region_id?: string | undefined; }[] | undefined; hukou_type?: { enum_name: string; } | undefined; hukou_location?: string | undefined; nationality_id_v2?: string | undefined; political_affiliations?: { enum_name: string; }[] | undefined; talent_id?: string | undefined; }>>; params: z.ZodOptional; }, "strip", z.ZodTypeAny, { client_token?: string | undefined; }, { client_token?: string | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { path: z.ZodObject<{ pre_hire_id: z.ZodString; }, "strip", z.ZodTypeAny, { pre_hire_id: string; }, { pre_hire_id: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ basic_info: z.ZodObject<{ name: z.ZodOptional; first_name: z.ZodOptional; middle_name: z.ZodOptional; name_primary: z.ZodOptional; local_first_name: z.ZodOptional; local_middle_name: z.ZodOptional; local_primary: z.ZodOptional; country_region_id: z.ZodOptional; custom_local_name: z.ZodOptional; custom_western_name: z.ZodOptional; additional_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }, { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }>>; phone_number: z.ZodOptional; international_area_code: z.ZodOptional; email: z.ZodOptional; date_of_birth: z.ZodOptional; personal_id_number: z.ZodOptional; personal_id_type: z.ZodOptional; date_entered_workforce: z.ZodOptional; gender_id: z.ZodOptional; nationality_v2_id: z.ZodOptional; additional_nationality_id_list: z.ZodOptional>; citizenship_status_id_list: z.ZodOptional>; home_address: z.ZodOptional; worker_id: z.ZodOptional; user_geo: z.ZodOptional; legal_name: z.ZodOptional; first_name: z.ZodOptional; middle_name: z.ZodOptional; name_primary: z.ZodOptional; local_first_name: z.ZodOptional; local_middle_name: z.ZodOptional; local_primary: z.ZodOptional; country_region_id: z.ZodOptional; custom_local_name: z.ZodOptional; custom_western_name: z.ZodOptional; additional_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }, { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }>>; additional_name: z.ZodOptional; first_name: z.ZodOptional; middle_name: z.ZodOptional; name_primary: z.ZodOptional; local_first_name: z.ZodOptional; local_middle_name: z.ZodOptional; local_primary: z.ZodOptional; country_region_id: z.ZodOptional; custom_local_name: z.ZodOptional; custom_western_name: z.ZodOptional; additional_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }, { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; }>>; resident_tax_list: z.ZodOptional; resident_status: z.ZodOptional; tax_address: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodArray; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; city_id_v2: z.ZodOptional; district_id_v2: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }>>; resident_status_specification: z.ZodOptional; year_resident_tax: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }, { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }>, "many">>; born_country_region: z.ZodOptional; is_disabled: z.ZodOptional; disable_card_number: z.ZodOptional; is_old_alone: z.ZodOptional; is_martyr_family: z.ZodOptional; martyr_card_number: z.ZodOptional; dependent_list: z.ZodOptional; date_of_birth: z.ZodOptional; national_ids: z.ZodOptional; expiration_date: z.ZodOptional; issued_by: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }>, "many">>; spouses_working_status: z.ZodOptional; is_this_person_covered_by_health_insurance: z.ZodOptional; is_this_person_allowed_for_tax_deduction: z.ZodOptional; dependent_name: z.ZodOptional; employer: z.ZodOptional; job: z.ZodOptional; phone: z.ZodOptional>; address: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodArray; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; city_id_v2: z.ZodOptional; district_id_v2: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }>>; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }, { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }>, "many">>; religion: z.ZodOptional; bank_account_list: z.ZodOptional; branch_name: z.ZodOptional; bank_account_number: z.ZodString; account_holder: z.ZodString; country_region_id: z.ZodOptional; bank_account_usages: z.ZodOptional>; bank_account_type: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }, { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }>, "many">>; national_id_list: z.ZodOptional; expiration_date: z.ZodOptional; issued_by: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }, { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }>, "many">>; personal_profile_list: z.ZodOptional; files: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; }, { id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }, { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }>, "many">>; emergency_contact_list: z.ZodOptional; relationship: z.ZodOptional; phones: z.ZodOptional, "many">>; address: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodArray; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; city_id_v2: z.ZodOptional; district_id_v2: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }>>; email: z.ZodOptional>; is_primary: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }, { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }>, "many">>; address_list: z.ZodOptional; local_address_line1: z.ZodOptional; local_address_line2: z.ZodOptional; local_address_line3: z.ZodOptional; local_address_line4: z.ZodOptional; local_address_line5: z.ZodOptional; local_address_line6: z.ZodOptional; local_address_line7: z.ZodOptional; local_address_line8: z.ZodOptional; local_address_line9: z.ZodOptional; postal_code: z.ZodOptional; address_types: z.ZodArray; is_primary: z.ZodBoolean; is_public: z.ZodBoolean; city_id_v2: z.ZodOptional; district_id_v2: z.ZodOptional; }, "strip", z.ZodTypeAny, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }, { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }>, "many">>; marital_status: z.ZodOptional; ethnicity_race: z.ZodOptional; native_region: z.ZodOptional; hukou_type: z.ZodOptional; hukou_location: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; expected_graduate_date: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone_number?: string | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; international_area_code?: string | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }[] | undefined; legal_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; emergency_contact_list?: { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }[] | undefined; date_entered_workforce?: string | undefined; worker_id?: string | undefined; additional_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; user_geo?: string | undefined; personal_id_number?: string | undefined; personal_id_type?: string | undefined; gender_id?: string | undefined; nationality_v2_id?: string | undefined; additional_nationality_id_list?: string[] | undefined; citizenship_status_id_list?: string[] | undefined; home_address?: string | undefined; resident_tax_list?: { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }[] | undefined; religion?: string | undefined; personal_profile_list?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }[] | undefined; expected_graduate_date?: string | undefined; }, { name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone_number?: string | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; international_area_code?: string | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }[] | undefined; legal_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; emergency_contact_list?: { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }[] | undefined; date_entered_workforce?: string | undefined; worker_id?: string | undefined; additional_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; user_geo?: string | undefined; personal_id_number?: string | undefined; personal_id_type?: string | undefined; gender_id?: string | undefined; nationality_v2_id?: string | undefined; additional_nationality_id_list?: string[] | undefined; citizenship_status_id_list?: string[] | undefined; home_address?: string | undefined; resident_tax_list?: { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }[] | undefined; religion?: string | undefined; personal_profile_list?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }[] | undefined; expected_graduate_date?: string | undefined; }>; offer_info: z.ZodObject<{ offer_id: z.ZodOptional; offer_hr_id: z.ZodOptional; department_id: z.ZodOptional; direct_leader_id: z.ZodOptional; dotted_line_manager_id: z.ZodOptional; job_id: z.ZodOptional; job_family_id: z.ZodOptional; job_level_id: z.ZodOptional; job_title: z.ZodOptional; probation_start_date: z.ZodOptional; probation_end_date: z.ZodOptional; contract_start_date: z.ZodOptional; contract_end_date: z.ZodOptional; duration_period: z.ZodOptional; duration_unit: z.ZodOptional; onboarding_date: z.ZodOptional; onboarding_location_id: z.ZodOptional; office_location_id: z.ZodOptional; recruitment_type_id: z.ZodOptional; probation_period: z.ZodOptional; employee_type_id: z.ZodOptional; employee_subtype_id: z.ZodOptional; employment_type_id: z.ZodOptional; work_email: z.ZodOptional; duration_type_id: z.ZodOptional; signing_type_id: z.ZodOptional; entry_mode: z.ZodOptional; social_security_city_id: z.ZodOptional; contract_type: z.ZodOptional; company: z.ZodOptional; cost_center_rate: z.ZodOptional; rate: z.ZodOptional; new_rate: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }>, "many">>; job_grade_id: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; service_company: z.ZodOptional; work_shift: z.ZodOptional; compensation_type: z.ZodOptional; work_location_id: z.ZodOptional; onboarding_address_id: z.ZodOptional; office_address_id: z.ZodOptional; position_id: z.ZodOptional; working_calendar_id: z.ZodOptional; working_hours_type: z.ZodOptional; pay_group_id: z.ZodOptional; flow_id: z.ZodOptional; check_in_time: z.ZodOptional; check_in_method: z.ZodOptional; seniority_date: z.ZodOptional; seniority_adjust_information_list: z.ZodOptional; seniority_adjustment_type: z.ZodEnum<["decrease", "increase"]>; reasons_for_seniority_adjustment: z.ZodOptional; start_date: z.ZodOptional; end_date: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }, { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }>, "many">>; notice_period_probation_voluntary: z.ZodOptional; value: z.ZodOptional; value_unit: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }>>; notice_period_probation_involuntary: z.ZodOptional; value: z.ZodOptional; value_unit: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }>>; notice_period_positive_voluntary: z.ZodOptional; value: z.ZodOptional; value_unit: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }>>; notice_period_positive_involuntary: z.ZodOptional; value: z.ZodOptional; value_unit: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }, { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; }>>; condition_worker: z.ZodOptional; non_compete_covenant: z.ZodOptional; company_sponsored_visa: z.ZodOptional; work_station: z.ZodOptional; pathway: z.ZodOptional; default_cost_center: z.ZodOptional>; cost_allocation: z.ZodOptional; expiration_time: z.ZodOptional; cost_center_rates: z.ZodOptional; rate: z.ZodOptional; new_rate: z.ZodOptional; }, "strip", z.ZodTypeAny, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }, { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; }, { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; }>>; talent_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { department_id?: string | undefined; flow_id?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; work_station?: string | undefined; job_title?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; work_location_id?: string | undefined; job_id?: string | undefined; contract_type?: string | undefined; contract_end_date?: string | undefined; seniority_date?: string | undefined; probation_start_date?: string | undefined; probation_end_date?: string | undefined; cost_center_rate?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { cost_center_id: string; is_herit: boolean; } | undefined; work_email?: string | undefined; working_hours_type?: string | undefined; pathway?: string | undefined; dotted_line_manager_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; talent_id?: string | undefined; offer_id?: string | undefined; offer_hr_id?: string | undefined; direct_leader_id?: string | undefined; contract_start_date?: string | undefined; duration_period?: number | undefined; duration_unit?: string | undefined; onboarding_date?: string | undefined; onboarding_location_id?: string | undefined; office_location_id?: string | undefined; recruitment_type_id?: string | undefined; probation_period?: string | undefined; employment_type_id?: string | undefined; duration_type_id?: string | undefined; signing_type_id?: string | undefined; entry_mode?: string | undefined; social_security_city_id?: string | undefined; company?: string | undefined; onboarding_address_id?: string | undefined; office_address_id?: string | undefined; working_calendar_id?: string | undefined; pay_group_id?: string | undefined; check_in_time?: string | undefined; check_in_method?: string | undefined; seniority_adjust_information_list?: { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }[] | undefined; notice_period_probation_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_probation_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; condition_worker?: boolean | undefined; non_compete_covenant?: boolean | undefined; company_sponsored_visa?: boolean | undefined; }, { department_id?: string | undefined; flow_id?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; work_station?: string | undefined; job_title?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; work_location_id?: string | undefined; job_id?: string | undefined; contract_type?: string | undefined; contract_end_date?: string | undefined; seniority_date?: string | undefined; probation_start_date?: string | undefined; probation_end_date?: string | undefined; cost_center_rate?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { cost_center_id: string; is_herit: boolean; } | undefined; work_email?: string | undefined; working_hours_type?: string | undefined; pathway?: string | undefined; dotted_line_manager_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; talent_id?: string | undefined; offer_id?: string | undefined; offer_hr_id?: string | undefined; direct_leader_id?: string | undefined; contract_start_date?: string | undefined; duration_period?: number | undefined; duration_unit?: string | undefined; onboarding_date?: string | undefined; onboarding_location_id?: string | undefined; office_location_id?: string | undefined; recruitment_type_id?: string | undefined; probation_period?: string | undefined; employment_type_id?: string | undefined; duration_type_id?: string | undefined; signing_type_id?: string | undefined; entry_mode?: string | undefined; social_security_city_id?: string | undefined; company?: string | undefined; onboarding_address_id?: string | undefined; office_address_id?: string | undefined; working_calendar_id?: string | undefined; pay_group_id?: string | undefined; check_in_time?: string | undefined; check_in_method?: string | undefined; seniority_adjust_information_list?: { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }[] | undefined; notice_period_probation_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_probation_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; condition_worker?: boolean | undefined; non_compete_covenant?: boolean | undefined; company_sponsored_visa?: boolean | undefined; }>; education_info: z.ZodOptional; education: z.ZodOptional; start_time: z.ZodOptional; end_time: z.ZodOptional; field_of_study: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { start_time?: string | undefined; end_time?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; field_of_study?: string | undefined; school_name?: string | undefined; education?: string | undefined; }, { start_time?: string | undefined; end_time?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; field_of_study?: string | undefined; school_name?: string | undefined; education?: string | undefined; }>, "many">>; work_experience: z.ZodOptional; start_time: z.ZodOptional; end_time: z.ZodOptional; job_title: z.ZodOptional; description: z.ZodOptional; department: z.ZodOptional; custom_fields: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { description?: string | undefined; start_time?: string | undefined; end_time?: string | undefined; department?: string | undefined; job_title?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; company_name?: string | undefined; }, { description?: string | undefined; start_time?: string | undefined; end_time?: string | undefined; department?: string | undefined; job_title?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; company_name?: string | undefined; }>, "many">>; ats_application_id: z.ZodOptional; out_biz_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { offer_info: { department_id?: string | undefined; flow_id?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; work_station?: string | undefined; job_title?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; work_location_id?: string | undefined; job_id?: string | undefined; contract_type?: string | undefined; contract_end_date?: string | undefined; seniority_date?: string | undefined; probation_start_date?: string | undefined; probation_end_date?: string | undefined; cost_center_rate?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { cost_center_id: string; is_herit: boolean; } | undefined; work_email?: string | undefined; working_hours_type?: string | undefined; pathway?: string | undefined; dotted_line_manager_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; talent_id?: string | undefined; offer_id?: string | undefined; offer_hr_id?: string | undefined; direct_leader_id?: string | undefined; contract_start_date?: string | undefined; duration_period?: number | undefined; duration_unit?: string | undefined; onboarding_date?: string | undefined; onboarding_location_id?: string | undefined; office_location_id?: string | undefined; recruitment_type_id?: string | undefined; probation_period?: string | undefined; employment_type_id?: string | undefined; duration_type_id?: string | undefined; signing_type_id?: string | undefined; entry_mode?: string | undefined; social_security_city_id?: string | undefined; company?: string | undefined; onboarding_address_id?: string | undefined; office_address_id?: string | undefined; working_calendar_id?: string | undefined; pay_group_id?: string | undefined; check_in_time?: string | undefined; check_in_method?: string | undefined; seniority_adjust_information_list?: { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }[] | undefined; notice_period_probation_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_probation_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; condition_worker?: boolean | undefined; non_compete_covenant?: boolean | undefined; company_sponsored_visa?: boolean | undefined; }; basic_info: { name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone_number?: string | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; international_area_code?: string | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }[] | undefined; legal_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; emergency_contact_list?: { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }[] | undefined; date_entered_workforce?: string | undefined; worker_id?: string | undefined; additional_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; user_geo?: string | undefined; personal_id_number?: string | undefined; personal_id_type?: string | undefined; gender_id?: string | undefined; nationality_v2_id?: string | undefined; additional_nationality_id_list?: string[] | undefined; citizenship_status_id_list?: string[] | undefined; home_address?: string | undefined; resident_tax_list?: { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }[] | undefined; religion?: string | undefined; personal_profile_list?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }[] | undefined; expected_graduate_date?: string | undefined; }; ats_application_id?: string | undefined; education_info?: { start_time?: string | undefined; end_time?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; field_of_study?: string | undefined; school_name?: string | undefined; education?: string | undefined; }[] | undefined; work_experience?: { description?: string | undefined; start_time?: string | undefined; end_time?: string | undefined; department?: string | undefined; job_title?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; company_name?: string | undefined; }[] | undefined; out_biz_id?: string | undefined; }, { offer_info: { department_id?: string | undefined; flow_id?: string | undefined; job_family_id?: string | undefined; job_level_id?: string | undefined; work_station?: string | undefined; job_title?: string | undefined; employee_type_id?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; work_location_id?: string | undefined; job_id?: string | undefined; contract_type?: string | undefined; contract_end_date?: string | undefined; seniority_date?: string | undefined; probation_start_date?: string | undefined; probation_end_date?: string | undefined; cost_center_rate?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; job_grade_id?: string | undefined; work_shift?: string | undefined; compensation_type?: string | undefined; service_company?: string | undefined; cost_allocation?: { effective_time?: string | undefined; expiration_time?: string | undefined; cost_center_rates?: { cost_center_id?: string | undefined; rate?: number | undefined; new_rate?: number | undefined; }[] | undefined; } | undefined; default_cost_center?: { cost_center_id: string; is_herit: boolean; } | undefined; work_email?: string | undefined; working_hours_type?: string | undefined; pathway?: string | undefined; dotted_line_manager_id?: string | undefined; position_id?: string | undefined; employee_subtype_id?: string | undefined; talent_id?: string | undefined; offer_id?: string | undefined; offer_hr_id?: string | undefined; direct_leader_id?: string | undefined; contract_start_date?: string | undefined; duration_period?: number | undefined; duration_unit?: string | undefined; onboarding_date?: string | undefined; onboarding_location_id?: string | undefined; office_location_id?: string | undefined; recruitment_type_id?: string | undefined; probation_period?: string | undefined; employment_type_id?: string | undefined; duration_type_id?: string | undefined; signing_type_id?: string | undefined; entry_mode?: string | undefined; social_security_city_id?: string | undefined; company?: string | undefined; onboarding_address_id?: string | undefined; office_address_id?: string | undefined; working_calendar_id?: string | undefined; pay_group_id?: string | undefined; check_in_time?: string | undefined; check_in_method?: string | undefined; seniority_adjust_information_list?: { seniority_adjustment_type: "increase" | "decrease"; start_date?: string | undefined; end_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; reasons_for_seniority_adjustment?: string | undefined; seniority_adjustment?: number | undefined; }[] | undefined; notice_period_probation_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_probation_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_voluntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; notice_period_positive_involuntary?: { value?: number | undefined; wk_id?: string | undefined; value_unit?: string | undefined; } | undefined; condition_worker?: boolean | undefined; non_compete_covenant?: boolean | undefined; company_sponsored_visa?: boolean | undefined; }; basic_info: { name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; email?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone_number?: string | undefined; date_of_birth?: string | undefined; marital_status?: string | undefined; international_area_code?: string | undefined; address_list?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; }[] | undefined; bank_account_list?: { bank_account_number: string; account_holder: string; custom_fields?: { value: string; field_name: string; }[] | undefined; country_region_id?: string | undefined; bank_name?: string | undefined; branch_name?: string | undefined; bank_account_type?: string | undefined; bank_account_usages?: string[] | undefined; }[] | undefined; national_id_list?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; dependent_list?: { relationship: string; address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; gender?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; phone?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; } | undefined; date_of_birth?: string | undefined; job?: string | undefined; spouses_working_status?: string | undefined; is_this_person_covered_by_health_insurance?: boolean | undefined; is_this_person_allowed_for_tax_deduction?: boolean | undefined; dependent_name?: string | undefined; employer?: string | undefined; national_ids?: { country_region_id: string; national_id_type_id: string; national_id_number: string; expiration_date?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; issue_date?: string | undefined; issued_by?: string | undefined; }[] | undefined; }[] | undefined; legal_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; emergency_contact_list?: { address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; email?: { email: string; is_primary: boolean; is_public: boolean; email_usage: string; } | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; is_primary?: boolean | undefined; relationship?: string | undefined; legal_name?: string | undefined; phones?: { phone_number: string; is_primary: boolean; is_public: boolean; international_area_code: string; device_type: string; phone_usage: string; }[] | undefined; }[] | undefined; date_entered_workforce?: string | undefined; worker_id?: string | undefined; additional_name?: { country_region_id?: string | undefined; local_primary?: string | undefined; local_first_name?: string | undefined; first_name?: string | undefined; full_name?: string | undefined; custom_local_name?: string | undefined; middle_name?: string | undefined; name_primary?: string | undefined; local_middle_name?: string | undefined; custom_western_name?: string | undefined; additional_name?: string | undefined; } | undefined; ethnicity_race?: string | undefined; is_disabled?: boolean | undefined; disable_card_number?: string | undefined; is_martyr_family?: boolean | undefined; martyr_card_number?: string | undefined; is_old_alone?: boolean | undefined; born_country_region?: string | undefined; native_region?: string | undefined; hukou_type?: string | undefined; hukou_location?: string | undefined; user_geo?: string | undefined; personal_id_number?: string | undefined; personal_id_type?: string | undefined; gender_id?: string | undefined; nationality_v2_id?: string | undefined; additional_nationality_id_list?: string[] | undefined; citizenship_status_id_list?: string[] | undefined; home_address?: string | undefined; resident_tax_list?: { custom_fields?: { value: string; field_name: string; }[] | undefined; year_resident_tax?: string | undefined; tax_country_region?: string | undefined; resident_status?: string | undefined; tax_address?: { country_region_id: string; is_primary: boolean; is_public: boolean; address_types: string[]; region_id?: string | undefined; local_address_line1?: string | undefined; local_address_line2?: string | undefined; local_address_line3?: string | undefined; local_address_line4?: string | undefined; local_address_line5?: string | undefined; local_address_line6?: string | undefined; local_address_line7?: string | undefined; local_address_line8?: string | undefined; local_address_line9?: string | undefined; postal_code?: string | undefined; city_id_v2?: string | undefined; district_id_v2?: string | undefined; } | undefined; resident_status_specification?: string | undefined; }[] | undefined; religion?: string | undefined; personal_profile_list?: { files?: { id?: string | undefined; }[] | undefined; personal_profile_type?: string | undefined; }[] | undefined; expected_graduate_date?: string | undefined; }; ats_application_id?: string | undefined; education_info?: { start_time?: string | undefined; end_time?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; field_of_study?: string | undefined; school_name?: string | undefined; education?: string | undefined; }[] | undefined; work_experience?: { description?: string | undefined; start_time?: string | undefined; end_time?: string | undefined; department?: string | undefined; job_title?: string | undefined; custom_fields?: { value: string; field_name: string; }[] | undefined; company_name?: string | undefined; }[] | undefined; out_biz_id?: string | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ pre_hire_id: z.ZodString; confirm_workforce: z.ZodOptional; }, "strip", z.ZodTypeAny, { pre_hire_id: string; confirm_workforce?: boolean | undefined; }, { pre_hire_id: string; confirm_workforce?: boolean | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ pre_hire_id: z.ZodString; withdraw_reason: z.ZodString; }, "strip", z.ZodTypeAny, { pre_hire_id: string; withdraw_reason: string; }, { pre_hire_id: string; withdraw_reason: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodObject<{ statuses: z.ZodOptional>; page_token: z.ZodOptional; page_size: z.ZodNumber; modify_time_from: z.ZodString; modify_time_to: z.ZodString; flow_definition_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; modify_time_from: string; modify_time_to: string; page_token?: string | undefined; statuses?: number[] | undefined; flow_definition_id?: string | undefined; }, { page_size: number; modify_time_from: string; modify_time_to: string; page_token?: string | undefined; statuses?: number[] | undefined; flow_definition_id?: string | undefined; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodObject<{ workforce_plan_id: z.ZodString; items: z.ZodArray, "many">; eai_details: z.ZodOptional; estimated_active_individuals: z.ZodOptional; }, "strip", z.ZodTypeAny, { date?: string | undefined; estimated_active_individuals?: string | undefined; }, { date?: string | undefined; estimated_active_individuals?: string | undefined; }>, "many">>; plan_value: z.ZodOptional; }, "strip", z.ZodTypeAny, { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; }, { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { items: { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; }[]; workforce_plan_id: string; }, { items: { dimensions: { dimension_key: string; dimension_value: string; }[]; eai_details?: { date?: string | undefined; estimated_active_individuals?: string | undefined; }[] | undefined; plan_value?: string | undefined; }[]; workforce_plan_id: string; }>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; is_centralized_reporting_project: z.ZodOptional; centralized_reporting_project_id: z.ZodOptional; department_ids: z.ZodOptional>; employee_type_ids: z.ZodOptional>; work_location_ids: z.ZodOptional>; job_family_ids: z.ZodOptional>; job_level_ids: z.ZodOptional>; job_ids: z.ZodOptional>; cost_center_ids: z.ZodOptional>; include_missing_dimension_rows: z.ZodOptional; }, "strip", z.ZodTypeAny, { department_ids?: string[] | undefined; job_family_ids?: string[] | undefined; job_level_ids?: string[] | undefined; employee_type_ids?: string[] | undefined; workforce_plan_id?: string | undefined; centralized_reporting_project_id?: string | undefined; is_centralized_reporting_project?: boolean | undefined; work_location_ids?: string[] | undefined; job_ids?: string[] | undefined; cost_center_ids?: string[] | undefined; include_missing_dimension_rows?: boolean | undefined; }, { department_ids?: string[] | undefined; job_family_ids?: string[] | undefined; job_level_ids?: string[] | undefined; employee_type_ids?: string[] | undefined; workforce_plan_id?: string | undefined; centralized_reporting_project_id?: string | undefined; is_centralized_reporting_project?: boolean | undefined; work_location_ids?: string[] | undefined; job_ids?: string[] | undefined; cost_center_ids?: string[] | undefined; include_missing_dimension_rows?: boolean | undefined; }>>; params: z.ZodOptional; page_size: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { data: z.ZodOptional; is_centralized_reporting_project: z.ZodOptional; centralized_reporting_project_id: z.ZodOptional; dimension_id_in_datas: z.ZodOptional; dimension_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { dimension_key?: string | undefined; dimension_ids?: string[] | undefined; }, { dimension_key?: string | undefined; dimension_ids?: string[] | undefined; }>, "many">>; include_missing_dimension_rows: z.ZodOptional; filter_all_zero_value_rows: z.ZodOptional; }, "strip", z.ZodTypeAny, { workforce_plan_id?: string | undefined; centralized_reporting_project_id?: string | undefined; is_centralized_reporting_project?: boolean | undefined; include_missing_dimension_rows?: boolean | undefined; dimension_id_in_datas?: { dimension_key?: string | undefined; dimension_ids?: string[] | undefined; }[] | undefined; filter_all_zero_value_rows?: boolean | undefined; }, { workforce_plan_id?: string | undefined; centralized_reporting_project_id?: string | undefined; is_centralized_reporting_project?: boolean | undefined; include_missing_dimension_rows?: boolean | undefined; dimension_id_in_datas?: { dimension_key?: string | undefined; dimension_ids?: string[] | undefined; }[] | undefined; filter_all_zero_value_rows?: boolean | undefined; }>>; params: z.ZodOptional; page_size: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; }>>; }; } | { project: string; name: string; sdkName: string; path: string; httpMethod: string; description: string; accessTokens: string[]; schema: { params: z.ZodOptional; active: z.ZodOptional; }, "strip", z.ZodTypeAny, { active?: boolean | undefined; get_all_plan?: boolean | undefined; }, { active?: boolean | undefined; get_all_plan?: boolean | undefined; }>>; }; })[];