Skip to content

Commit

Permalink
add: ReconcileHireReferralAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Nov 2, 2023
1 parent 046779d commit 5f81754
Show file tree
Hide file tree
Showing 7 changed files with 1,001 additions and 246 deletions.
41 changes: 32 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ https://godoc.org/github.com/chyroc/lark

## Support APIs

API Count: 936, Event Count: 131
API Count: 957, Event Count: 133

<details>
<summary>
Expand Down Expand Up @@ -815,6 +815,8 @@ API Count: 936, Event Count: 131
- EventV2HireEcoBackgroundCheckCanceledV1
- EventV2HireEcoExamCreatedV1
- EventV2HireReferralAccountAssetsUpdateV1
- EventV2CorehrContractDeletedV1
- EventV2CorehrContractUpdatedV1
- File
- UploadImage
- DownloadImage
Expand Down Expand Up @@ -881,11 +883,6 @@ API Count: 936, Event Count: 131
- GetHireTalent
- GetHireAttachment
- GetHireAttachmentPreview
- GetHireResumeSource
- CreateHireNote
- UpdateHireNote
- GetHireNote
- GetHireNoteList
- GetHireReferralWebsiteJobPostList
- GetHireReferralWebsiteJobPost
- GetHireReferralByApplication
Expand All @@ -906,20 +903,46 @@ API Count: 936, Event Count: 131
- GetHireEvaluationList
- GetHireQuestionnaireList
- GetHireInterviewList
- UpdateHireOfferStatus
- CreateHireOffer
- UpdateHireOffer
- UpdateHireOfferInternStatus
- GetHireOfferByApplication
- GetHireOffer
- GetHireOfferList
- UpdateHireOfferStatus
- UpdateHireOfferInternStatus
- GetHireApplicationInterviewList
- GetHireOfferSchema
- UpdateHireEHRImportTask
- MakeHireTransferOnboardByApplication
- UpdateHireEmployee
- GetHireEmployeeByApplication
- GetHireEmployee
- UpdateHireEHRImportTask
- CreateHireNote
- UpdateHireNote
- GetHireNote
- GetHireNoteList
- GetHireResumeSource
- CreateHireEcoAccountCustomField
- BatchUpdateHireEcoAccountCustomField
- BatchDeleteHireEcoAccountCustomField
- CreateHireEcoBackgroundCheckCustomField
- BatchUpdateHireEcoBackgroundCheckCustomField
- BatchDeleteHireEcoBackgroundCheckCustomField
- CreateHireEcoBackgroundCheckPackage
- BatchUpdateHireEcoBackgroundCheckPackage
- BatchDeleteHireEcoBackgroundCheckPackage
- UpdateHireEcoBackgroundCheckProgress
- UpdateHireEcoBackgroundCheckResult
- CancelHireEcoBackgroundCheck
- CreateHireEcoExamPaper
- BatchUpdateHireEcoExamPaper
- BatchDeleteHireEcoExamPaper
- CreateHireEcoExamLoginInfo
- UpdateHiredEcoExamResult
- CreateHireReferralAccount
- DeactivateHireReferralAccount
- WithdrawHireReferralAccount
- ReconcileHireReferralAccount
- HumanAuth
- GetFaceVerifyAuthResult
- UploadFaceVerifyImage
Expand Down
41 changes: 32 additions & 9 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ https://godoc.org/github.com/chyroc/lark

## 支持的接口

API 总数: 936, 事件总数: 131
API 总数: 957, 事件总数: 133

<details>
<summary>
Expand Down Expand Up @@ -815,6 +815,8 @@ API 总数: 936, 事件总数: 131
- EventV2HireEcoBackgroundCheckCanceledV1
- EventV2HireEcoExamCreatedV1
- EventV2HireReferralAccountAssetsUpdateV1
- EventV2CorehrContractDeletedV1
- EventV2CorehrContractUpdatedV1
- File
- UploadImage
- DownloadImage
Expand Down Expand Up @@ -881,11 +883,6 @@ API 总数: 936, 事件总数: 131
- GetHireTalent
- GetHireAttachment
- GetHireAttachmentPreview
- GetHireResumeSource
- CreateHireNote
- UpdateHireNote
- GetHireNote
- GetHireNoteList
- GetHireReferralWebsiteJobPostList
- GetHireReferralWebsiteJobPost
- GetHireReferralByApplication
Expand All @@ -906,20 +903,46 @@ API 总数: 936, 事件总数: 131
- GetHireEvaluationList
- GetHireQuestionnaireList
- GetHireInterviewList
- UpdateHireOfferStatus
- CreateHireOffer
- UpdateHireOffer
- UpdateHireOfferInternStatus
- GetHireOfferByApplication
- GetHireOffer
- GetHireOfferList
- UpdateHireOfferStatus
- UpdateHireOfferInternStatus
- GetHireApplicationInterviewList
- GetHireOfferSchema
- UpdateHireEHRImportTask
- MakeHireTransferOnboardByApplication
- UpdateHireEmployee
- GetHireEmployeeByApplication
- GetHireEmployee
- UpdateHireEHRImportTask
- CreateHireNote
- UpdateHireNote
- GetHireNote
- GetHireNoteList
- GetHireResumeSource
- CreateHireEcoAccountCustomField
- BatchUpdateHireEcoAccountCustomField
- BatchDeleteHireEcoAccountCustomField
- CreateHireEcoBackgroundCheckCustomField
- BatchUpdateHireEcoBackgroundCheckCustomField
- BatchDeleteHireEcoBackgroundCheckCustomField
- CreateHireEcoBackgroundCheckPackage
- BatchUpdateHireEcoBackgroundCheckPackage
- BatchDeleteHireEcoBackgroundCheckPackage
- UpdateHireEcoBackgroundCheckProgress
- UpdateHireEcoBackgroundCheckResult
- CancelHireEcoBackgroundCheck
- CreateHireEcoExamPaper
- BatchUpdateHireEcoExamPaper
- BatchDeleteHireEcoExamPaper
- CreateHireEcoExamLoginInfo
- UpdateHiredEcoExamResult
- CreateHireReferralAccount
- DeactivateHireReferralAccount
- WithdrawHireReferralAccount
- ReconcileHireReferralAccount
- HumanAuth
- GetFaceVerifyAuthResult
- UploadFaceVerifyImage
Expand Down
38 changes: 38 additions & 0 deletions api_event_callback_module.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 88 additions & 0 deletions api_hire_referral_account_reconciliation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_vc_reserve_apply.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5f81754

Please sign in to comment.