2026-06-10
GraphQLスキーマ変更ログ: 2026-06-10
📘 ドキュメント: GraphQLスキーマおよびGraphQL APIリファレンスを次の変更内容で更新しました:
-
[log] ✖ 入力オブジェクトタイプ
AtsSyncCandidateSyncApplicantDetailsInputにタイプ[AtsSyncCandidateSyncApplicationWorkAuthorizationInput!]!の入力フィールドworkAuthorizationsが追加されました。 -
[log] ⚠ 入力オブジェクトタイプ
AtsSyncCandidateSyncApplicantDetailsInputにタイプAtsSyncCandidateSyncLocaleInputの入力フィールドpreferredLocaleが追加されました。 -
[log] ⚠ 入力オブジェクトタイプ
AtsSyncCandidateSyncApplicantDetailsInputにタイプStringの入力フィールドsummaryが追加されました。 -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.streetAddressの説明が次から:Applicants street address, including street name and number, city, administrative region, and postal code.**Example (USA)** 10721 Domain Dr, Austin, TX 78758**Example (UK)** 20 Farringdon Rd, London EC1M 3HEUsed to generate geolocation data for the applicant. Provide as accurate a value as possible.次のように変更されました:
Applicants street address, including street name and number, city, administrative region, and postal code.**Example (USA)**: 10721 Domain Dr, Austin, TX 78758**Example (UK)**: 20 Farringdon Rd, London EC1M 3HEUsed to generate geolocation data. Provide as accurate a value as possible. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationAttachmentChecksumAlgorithmInput.MD5の説明が次から:MD5 hashing algorithm次のように変更されました:
MD5 hashing algorithm. -
[log] ✔ 説明:
Enumerations for application attachment checksum. formatタイプ
AtsSyncCandidateSyncApplicationAttachmentChecksumFormatの説明が次のように変更されました:Enumerations for application attachment checksum format. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationAttachmentChecksumFormatInput.BASE64の説明が次から:Base64 encoding formatRaw checksum bytes are encoded using Base64 encoding to produce a string representation.次のように変更されました:
Base64 encoding format. Raw checksum bytes are encoded as a Base64 string. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationAttachmentChecksumInputの説明:Input for application attachment checksum. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationAttachmentChecksumInput.algorithmの説明が次から:Hashing algorithm used to calculate the checksumSpecifies which cryptographic hash function was used to generate the checksum value.次のように変更されました:
Hashing algorithm used to calculate the checksum. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationAttachmentChecksumInput.checksumの説明が次から:Checksum value of the file contentThe checksum should be calculated using the specified algorithm on the complete file contents, then encoded using the specified format.次のように変更されました:
Checksum value of the file content, calculated using the specified algorithm and encoded in the specified format. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationAttachmentChecksumInput.formatの説明が次から:Encoding format of the checksum valueSpecifies how the raw checksum bytes are encoded as a string.次のように変更されました:
Encoding format of the checksum value. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationEducationInput.degreeの説明が次から:Type of degree (e.g. Bachelor of Science)次のように変更されました:
Degree type, such as Bachelor of Science. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationEducationInput.endDateの説明が次から:Date at which this education ended次のように変更されました:
Date this education ended. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationEducationInput.fieldOfStudyの説明が次から:Major field of study for this education history次のように変更されました:
Major field of study. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationEducationInput.locationの説明が次から:Location (address) where the applicant attended次のように変更されました:
Address of the institution attended. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationEducationInput.minorの説明が次から:Minor field of study for this education history次のように変更されました:
Minor field of study. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationEducationInput.schoolの説明が次から:Name of the school attended次のように変更されました:
School name. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationEducationInput.startDateの説明が次から:Date at which this education began次のように変更されました:
Date this education began. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationFileTypeInput.COVER_LETTERの説明が次から:Primary (or only) cover letter attached to an application次のように変更されました:
Primary cover letter attached to an application. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationFileTypeInput.OTHERの説明が次から:Uncategorized additional attachment on an application次のように変更されました:
Uncategorized additional attachment on an application. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationFileTypeInput.OTHER_COVER_LETTERの説明が次から:Additional cover letter attached to an application次のように変更されました:
Additional cover letter attached to an application. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationFileTypeInput.OTHER_RESUMEの説明が次から:Additional resume attached to an application次のように変更されました:
Additional resume attached to an application. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationFileTypeInput.RESUMEの説明が次から:Primary (or only) resume for an application次のように変更されました:
Primary resume for the application. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationFindLatestStatusesConnectionの説明:`findLatestStatuses` connection object. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationFindLatestStatusesConnection.applicationVersionStatusesの説明が次から:A list of application version statuses次のように変更されました:
A list of application version statuses. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationFindLatestStatusesConnection.edgesの説明が次から:A list of application version statuses and their cursors次のように変更されました:
A list of application version statuses and their cursors. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationFindLatestStatusesConnection.pageInfoの説明が次から:The relay connection pageinfo about the response次のように変更されました:
Relay connection page info for the response. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationFindLatestStatusesEdgeの説明:`findLatestStatuses` edge object. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationFindLatestStatusesEdge.cursorの説明が次から:The cursor for the node in the query set次のように変更されました:
Cursor for this node in the query set. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationFindLatestStatusesEdge.nodeの説明が次から:The application version status次のように 変更されました:
Application version status. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInputの説明:Filters for `findLatestStatuses` query. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput.applicationVersionStatusTypesの説明が次から:Optional list of application version status typesUsed to filter the returned list of application versions to only those for any of the specified version status types.次のように変更されました:
Optional list of application version status types. Filters results to application versions with the specified status types. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput.applicationsの説明が次から:Optional list of applicationsUsed to filter the returned list of application versions to only those of any of the specified applications.次のように変更されました:
Optional list of applications. Filters results to application versions for the specified applications. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput.indeedRegistrationIdsの説明が次から:Optional list of unique identifiers representing the references between Indeed employers and Partner employersProvided to Partners during registration.Used to filter the returned list of application versions to only those for any of the specified registration IDs.次のように変更されました:
Optional list of registration IDs linking Indeed employers to partner employers. Provided during registration. Filters results to application versions for the specified registrations. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationFindLatestStatusesInputの説明:Input for `findLatestStatuses` query. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationFindLatestStatusesInput.filterの説明が次から:Filter criteria to search for statuses of the latest version of applications次のように変更されました:
Filter criteria for searching the latest application version statuses. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationFindStatusesConnectionの説明:`findStatuses` connection object. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationFindStatusesConnection.applicationVersionStatusesの説明が次から:A list of application version statuses次のように変更されました:
A list of application version statuses. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationFindStatusesConnection.edgesの説明が次から:A list of application version statuses and their cursors次のように変更されました:
A list of application version statuses and their cursors. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationFindStatusesConnection.pageInfoの説明が次から:The relay connection pageinfo about the response次のように変更されました:
Relay connection page info for the response. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationFindStatusesEdgeの説明:`findStatuses` edge object. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationFindStatusesEdge.cursorの説明が次から:The cursor for the node in the query set次のように変更されました:
Cursor for this node in the query set. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationFindStatusesEdge.nodeの説明が次から:The application version status次のように変更されました:
Application version status. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationFindStatusesFilterInputの説明:Filters for `findStatuses` query. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationFindStatusesFilterInput.applicationVersionStatusTypesの説明が次から:Optional list of application version status typesUsed to filter the returned list of application versions to only those for any of the specified version status types.次のように変更されました:
Optional list of application version status types. Filters results to application versions with the specified status types. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationFindStatusesFilterInput.applicationsの説明が次か ら:Optional list of applicationsUsed to filter the returned list of application versions to only those of any of the specified applications.次のように変更されました:
Optional list of applications. Filters results to application versions for the specified applications. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationFindStatusesFilterInput.indeedRegistrationIdsの説明が次から:Optional list of unique identifiers representing the references between Indeed employers and Partner employersProvided to Partners during registration.Used to filter the returned list of application versions to only those for any of the specified registration IDs.次のように変更されました:
Optional list of registration IDs linking Indeed employers to partner employers. Provided during registration. Filters results to application versions for the specified registrations. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationFindStatusesInputの説明:Input to `findStatuses` query. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationFindStatusesInput.filterの説明が次から:Filter criteria to search for statuses of application versions次のように変更されました:
Filter criteria for searching application version statuses. -
[log] ✔ 説明:
Input to application ID.タイプ
AtsSyncCandidateSyncApplicationIdentifierInputの説明が次のように変更されました:Input to candidate application. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationMilitaryDetailsInput.militaryCommendationsの説明が次から:Military commendations received by the applicant次のように変更されました:
Military commendations received by the applicant. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationMilitaryDetailsInput.militaryServicesの説明が次から:Details about military service for this applicant次のように変更されました:
Details about military service for this applicant. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationMilitaryServiceInput.branchの説明が次から:Military branch次のように変更されました:
Military branch. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationMilitaryServiceInput.countryの説明が次から:Country of military service次のように変更されました:
Country of military service. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationMilitaryServiceInput.descriptionの説明が次から:Description of military service次のように変更されました:
Description of military service. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationMilitaryServiceInput.endDateの説明が次から:End date of military service次のように変更されました:
End date of military service. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationMilitaryServiceInput.rankの説明が次から:Military rank次のように変更されました:
Military rank. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationMilitaryServiceInput.startDateの説明が次から:Start date of military service次のように変更されました:
Start date of military service. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationMutations.deleteの説明が次から:Permanently deletes an application and all of its versions from Indeed. This is a terminal operation for the application specified,and no further updates may be made to this application after deletion.次のように変更されました:
Permanently deletes an application and all its versions from Indeed. After deletion, you cannot update the application. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationMutations.initializeの説明が次から:Stages an application version to be published to Indeed. Application versions with file attachments will have presigned S3 URLsgenerated, to which partners are expected to upload application file contents prior to submitting the application versionfor processing.The application version will not be published to Indeed until it is submitted. After staging, the application versionmust be submitted within 5 minutes.Initialization attempts for applications that have already been deleted will be rejected.次のように変更されました:
Stages an application version for publishing to Indeed. For application versions with file attachments, Indeed generates presigned S3 URLs. Upload the application file contents to these URLs before you submit the application version for processing.Indeed does not publish the application version until you submit it. Submit the application version within 5 minutes of staging.Indeed rejects initialization attempts for applications that have already been deleted. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationMutations.submitの説明が次から:Submits an application version to be published to Indeed. Publishing of application versions is asynchronous, but will be processedin the order in which they are submitted.次のように変更されました:
Submits an application version for publishing to Indeed. Publishing is asynchronous, and Indeed processes application versions in submission order. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationQueries.findLatestStatusesの説明が次から:Finds the statuses of the latest version of your applications.次のように変更されました:
Returns the status of the latest version of each application. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationQueries.findLatestStatusesの引数afterの説明が次から:The cursor from which to start searching when using forward pagination. Use null to retrieve the first page.次のように変更されました:
Cursor to start from for forward pagination. Use `null` for the first page. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationQueries.findLatestStatusesの引数beforeの説明が次から:The cursor from which to start searching backwards次のように変更されました:
Cursor to start from for backward pagination. Use `null` for the last page. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationQueries.findLatestStatusesの引数firstの説明が次から:The page size when using forward pagination次のように変更されました:
Page size for forward pagination. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationQueries.findLatestStatusesの引数inputの説明が次から:The filter to use when searching for the latest application version statuses次のように変更されました:
Filter for the latest application version status search. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationQueries.findLatestStatusesの引数lastの説明が次から:The page size when using backwards pagination次のように変更されました:
Page size for backward pagination. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationQueries.findStatusesの説明が次から:Finds the statuses of your application versions.次のように変更されました:
Returns the status of each application version. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationQueries.findStatusesの引数afterの説明が次から:The cursor from which to start searching when using forward pagination. Use null to retrieve the first page.次のように変更されました:
Cursor to start from for forward pagination. Use `null` for the first page. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationQueries.findStatusesの引数beforeの説明が次から:The cursor from which to start searching backwards次のように変更されました:
Cursor to start from for backward pagination. Use `null` for the last page. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationQueries.findStatusesの引数firstの説明が次から:The page size when using forward pagination次のように変更されました:
Page size for forward pagination. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationQueries.findStatusesの引数inputの説明が次から:The input to use when searching for application version statuses.次のように変更されました:
Input for the application version status search. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationQueries.findStatusesの引数lastの説明が次から:The page size when using backwards pagination次のように変更されました:
Page size for backward pagination. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationSkillInput.monthsOfExperienceの説明が次から:Months of experience with the skill次のように変更されました:
Months of experience with the skill. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationSkillInput.nameの説明が次から:Name of the skill次のように変更されました:
Skill name. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationSkillInput.proficiencyの説明が次から:Level of proficiency with the skill次のように変更されました:
Level of proficiency with the skill. -
[log] ✔ タイプ
AtsSyncCandidateSyncApplicationWorkAuthorizationInputが追加されました。 -
[log] ✔ タイプ
AtsSyncCandidateSyncApplicationWorkAuthorizationTypeInputが追加されました。 -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.companyの説明が次から:Company at which this position was held次のように変更されました:
Company where this position was held. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.descriptionの説明が次から:Description or additional details about this work experience次のように変更されました:
Description or additional details about this work experience. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.endDateの説明が次から:End date of the work experience次のように変更されました:
End date of the work experience. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.locationの説明が次から:Location (address) where the applicant worked次のように変更されました:
Location (address) where the applicant worked. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.startDateの説明が次から:Start date of the work experience次のように変更されました:
Start date of the work experience. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.titleの説明が次から:Title held at the position次のように変更されました:
Title held at the position. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncAssetFileの説明:File information. -
[log] ✔ フィールド
AtsSyncCandidateSyncAssetMetadata.employerIdentifierの説明が次から:`AtsEmployer` ID from `registerAtsEmployer`. Maps assets to a partner employer.次のように変更されました:
Employer ID for the asset. Must match the [`id`](/api/employer_registration/objects/EmployerRegistration) of an employer registration. -
[log] ✔ タイプ
AtsSyncCandidateSyncIndeedApplyApplicationIdentifierが追加されました。 -
[log] ✔ フィールド
AtsSyncCandidateSyncInterestedCandidateAsset.contactの説明が次から:Candidates interest data from Smart Sourcing outreach.次のように変更されました:
Candidates interest data from Smart Sourcing outreach.A null value with no error indicates the contact data is no longer available. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncInterestedCandidateContactJobの説明:Candidate matching from Smart Sourcing outreach. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncInterestedCandidateResumeの説明:Resume information. -
[log] ✔ 説明:
Candidate Sync job.タイプ
AtsSyncCandidateSyncJobの説明が次のように変更されました:Candidate Sync job posting. -
[log] ✔ フィールド
AtsSyncCandidateSyncJob.sourcedPostingIdの説明が次から:Unique ID for the job post.次のように変更されました:
Unique ID for the job posting. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncJobInput.sourcedPostingIdの説明が次から:Unique ID for the job post.次のように変更されました:
Unique ID for the job posting. -
[log] ✔ タイプ
AtsSyncCandidateSyncLocaleInputが追加されました。 -
[log] ✔ フィールド
AtsSyncCandidateSyncMutations.applicationの説明が次から:Mutations on or related to the AtsSyncCandidateSyncApplication type次のように変更されました:
Mutations for the `AtsSyncCandidateSyncApplication` type. -
[log] ✔ フィールド
AtsSyncCandidateSyncQueries.applicationの説明が次から:Queries on or related to the AtsSyncCandidateSyncApplication type次のように変更されました:
Queries for the `AtsSyncCandidateSyncApplication` type. -
[log] ✔ タイプ
AtsSyncCandidateSyncScreeningApplicationIdentifierが追加されました。 -
[log] ✔ タイプ
AtsSyncCandidateSyncSmartScreeningUpdateが追加されました。 -
[log] ✔ タイプ
AtsSyncCandidateSyncSmartScreeningUpdateAssetが追加されました。 -
[log] ✔ 説明:
Input for `candidateSync.stageAssets`.タイプ
AtsSyncCandidateSyncStageAssetsInputの説明が次のように変更されました:Input for [`atsSyncCandidateSync.stageAssets`](/api/candidate/mutations/atsSyncCandidateSync/stageAssets). -
[log] ✔ オブジェクトタイプ
DeleteAtsSyncCandidateSyncApplicationInputの説明:Input for `delete` mutation. -
[log] ✔ 入力フィールド
DeleteAtsSyncCandidateSyncApplicationInput.applicationIdentifierの説明が次から:Unique identifier for the application on Indeed次のように変更されました:
Unique ID for the application on Indeed. -
[log] ✔ 入力フィールド
DeleteAtsSyncCandidateSyncApplicationInput.deletedAtの説明が次から:The time at which this application was deleted次のように変更されました:
Timestamp when this application was deleted. -
[log] ✔ オブジェクトタイプ
DeleteAtsSyncCandidateSyncApplicationPayloadの説明:Response for `delete` mutation. -
[log] ✔ フィールド DeleteAtsSyncCandidateSyncApplicationPayload.applicationVersionId` の説明が次から:
Unique identifier tracking the deletion of this applicationThis identifier references the final version of this now deleted application.次のように変更されました:
Unique ID for this deletion. References the final version of the deleted application. -
[log] ✔ タイプ
EmployerJobBasePayが追加されました。 -
[log] ✔ タイプ
EmployerJobCanonicalPayが追加されました。 -
[log] ✔ オブジェクトタイプ
EmployerJobSeatDataにフィールドpayが追加されました。 -
[log] ✔ オブジェクトタイプ
InitializeAtsSyncCandidateSyncApplicationInputの説明:Input to `initialize` mutation. -
[log] ✔ 入力フィールド
InitializeAtsSyncCandidateSyncApplicationInput.applicantの説明が次から:Information about the applicant this application is for次のように変更されました:
Information about the applicant. -
[log] ✔ 入力フィールド
InitializeAtsSyncCandidateSyncApplicationInput.applicationIdentifierの説明が次から:Unique identifier for the application on Indeed次のように変更されました:
Unique ID for the application on Indeed. -
[log] ✔ 入力フィールド
InitializeAtsSyncCandidateSyncApplicationInput.applicationLinkの説明が次から:Direct link to the application in the ATSThis is intended to allow users to redirect from Indeed to the application details in their browser.次のように変更されました:
Direct link to the application in the ATS. Lets users navigate from Indeed to the application details in their browser. -
[log] ✔ 入力フィールド
InitializeAtsSyncCandidateSyncApplicationInput.applicationSourceNameの説明が次から:Source of the application, such as a job board, career site, search firm, or social network次のように変更されました:
Source of the application, such as a job board, career site, search firm, or social network. -
[log] ✔ 入力フィールド
InitializeAtsSyncCandidateSyncApplicationInput.candidateLinkの説明が次から:Direct link to the candidate profile (or similar entity) in the ATSThis is intended to allow users to redirect from Indeed to the candidate profile in their browser.次のように変更されました:
Direct link to the candidate profile in the ATS. Lets users navigate from Indeed to the candidate profile in their browser.`` -
[log] ✔ 入力フィールド
InitializeAtsSyncCandidateSyncApplicationInput.dispositionの説明が次から:Current disposition status of the application次のように変更されました:
Current disposition status of the application. -
[log] ✔ 入力フィールド
InitializeAtsSyncCandidateSyncApplicationInput.indeedApplyIdの説明が次から:Indeed Apply ID to uniquely identify an Indeed job application次のように変更されました:
Indeed Apply ID that uniquely identifies an Indeed job application. -
[log] ✔ 入力フィールド
InitializeAtsSyncCandidateSyncApplicationInput.ittkの説明が次から:Indeed Tracking ToKen (ITTK) to track an Indeed job application次のように変更されました:
Indeed Tracking Token (ITTK) for tracking an Indeed job application. -
[log] ✔ 入力フィールド
InitializeAtsSyncCandidateSyncApplicationInput.questionsAndAnswersの説明が次から:Screener questions and answers provided on the application次のように変更されました:
Screener questions and answers provided on the application. -
[log] ✔ 入力フィールド
InitializeAtsSyncCandidateSyncApplicationInput.updatedAtの説明が次から:The time at which this application was last updated次のように変更されました:
Timestamp of the last update to this application. -
[log] ✔ オブジェクトタイプ
InitializeAtsSyncCandidateSyncApplicationPayloadの説明:Response for `initialize` mutation. -
[log] ✔ フィールド
InitializeAtsSyncCandidateSyncApplicationPayload.applicationVersionIdの説明が次から:Unique identifier tracking the initialization and submission of an application versionEach initialization of an application version produces this identifier, which should be used to submit the versiononce all attachments have been uploaded.次のように変更されました:
Unique ID for this application version. Use it to submit the version after uploading all attachments. -
[log] ✔ フィールド
InitializeAtsSyncCandidateSyncApplicationPayload.attachmentsの説明が次から:Attachments associated with this application versionIncludes presigned S3 URLs for upload.次のように変更されました:
Attachments for this application version, including presigned S3 upload URLs. -
[log] ✔ オブジェクトタイプ
JobPostCallToActionにフィールドstatusNameが追加されました。 -
[log] ✔ タイプ
JobPostCallToActionStatusが追加されました。 -
[log] ✔ タイプ
PayRangeMinorが追加されました。 -
[log] ✔ タイプ
PayTimeUnitが追加されました。 -
[log] ✔ 入力フィールド
SourcedJobPostingBodyInput.descriptionの説明が次から:Job description. Maximum 65,000 bytes (ASCII: 1 byte, other characters: 2-3 bytes).Content must match the details in `SourcedJobPostingMetadataInput.url`.Requires HTML formatting. For supported elements, see [XML feed reference: Formatting guidelines](https://docs.indeed.com/indeed-apply/xml-feed#formatting-guidelines).次のように変更されました:
Job description. Maximum 65,000 bytes (1 byte for ASCII, 2-3 bytes for other characters).Must match the details at `SourcedJobPostingMetadataInput.url` and use HTML formatting. For supported elements, see [Job description formatting](https://docs.indeed.com/job-sync-api/reference/job-description-formatting). -
[log] ✔ 説明:
Payload for `candidateSync.stageAssets`.タイプ
StageAssetsAtsSyncCandidateSyncPayloadの説明が次のように変更されました:Payload for [`atsSyncCandidateSync.stageAssets`](/api/candidate/mutations/atsSyncCandidateSync/stageAssets). -
[log] ✔ オブジェクトタイプ
SubmitAtsSyncCandidateSyncApplicationInputの説明:Input for `submit` mutation. -
[log] ✔ 入力フィールド
SubmitAtsSyncCandidateSyncApplicationInput.applicationVersionIdの説明が次から:Unique identifier tracking the initialization and submission of an application versionEach initialization of an application version produces this identifier, which should be used to submit the versiononce all attachments have been uploaded.次のように変更されました:
Unique ID for this application version. Use it to submit the version after uploading all attachments. -
[log] ✔ 入力フィールド
SubmitAtsSyncCandidateSyncApplicationInput.indeedRegistrationIdの説明が次から:Unique identifier to represent the reference between an Indeed employer and a Partner employerProvided to Partners during registration.次のように変更されました:
Unique ID linking an Indeed employer to a partner employer. Provided during registration. -
[log] ✔ オブジェクトタイプ
SubmitAtsSyncCandidateSyncApplicationPayloadの説明:Response for `submit` mutation. -
[log] ✔ フィールド
SubmitAtsSyncCandidateSyncApplicationPayload.applicationVersionIdの説明が次から:Unique identifier tracking the initialization and submission of an application versionEach initialization of an application version produces this identifier, which should be used to submit the versiononce all attachments have been uploaded.次のように変更されました:
Unique ID for this application version. Use it to submit the version after uploading all attachments. -
[log] ✔ フィールド
WorkLocation.rawLocationの説明が次から:Raw user input for the location次のように変更されました:
Plain location text string, usually the input to geocoding the structured location