@tachybase/plugin-auth-dingtalk 1.3.19 → 1.3.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/dist/externalVersion.js +5 -5
  2. package/dist/node_modules/@alicloud/dingtalk/dist/agoal_1_0/client.d.ts +1750 -330
  3. package/dist/node_modules/@alicloud/dingtalk/dist/agoal_1_0/client.js +1733 -114
  4. package/dist/node_modules/@alicloud/dingtalk/dist/ai_paa_s_1_0/client.d.ts +294 -0
  5. package/dist/node_modules/@alicloud/dingtalk/dist/ai_paa_s_1_0/client.js +461 -2
  6. package/dist/node_modules/@alicloud/dingtalk/dist/assistant_1_0/client.d.ts +691 -7
  7. package/dist/node_modules/@alicloud/dingtalk/dist/assistant_1_0/client.js +1143 -37
  8. package/dist/node_modules/@alicloud/dingtalk/dist/ats_1_0/client.d.ts +202 -0
  9. package/dist/node_modules/@alicloud/dingtalk/dist/ats_1_0/client.js +335 -2
  10. package/dist/node_modules/@alicloud/dingtalk/dist/attendance_1_0/client.d.ts +21 -13
  11. package/dist/node_modules/@alicloud/dingtalk/dist/attendance_1_0/client.js +21 -0
  12. package/dist/node_modules/@alicloud/dingtalk/dist/bizfinance_1_0/client.d.ts +103 -1
  13. package/dist/node_modules/@alicloud/dingtalk/dist/bizfinance_1_0/client.js +169 -5
  14. package/dist/node_modules/@alicloud/dingtalk/dist/bizfinance_2_0/client.d.ts +3261 -901
  15. package/dist/node_modules/@alicloud/dingtalk/dist/bizfinance_2_0/client.js +4736 -1197
  16. package/dist/node_modules/@alicloud/dingtalk/dist/calendar_1_0/client.d.ts +145 -0
  17. package/dist/node_modules/@alicloud/dingtalk/dist/calendar_1_0/client.js +238 -6
  18. package/dist/node_modules/@alicloud/dingtalk/dist/card_1_0/client.d.ts +105 -0
  19. package/dist/node_modules/@alicloud/dingtalk/dist/card_1_0/client.js +181 -3
  20. package/dist/node_modules/@alicloud/dingtalk/dist/conference_1_0/client.d.ts +159 -2
  21. package/dist/node_modules/@alicloud/dingtalk/dist/conference_1_0/client.js +243 -3
  22. package/dist/node_modules/@alicloud/dingtalk/dist/contact_1_0/client.d.ts +399 -2
  23. package/dist/node_modules/@alicloud/dingtalk/dist/contact_1_0/client.js +614 -11
  24. package/dist/node_modules/@alicloud/dingtalk/dist/contract_1_0/client.d.ts +2789 -274
  25. package/dist/node_modules/@alicloud/dingtalk/dist/contract_1_0/client.js +4218 -407
  26. package/dist/node_modules/@alicloud/dingtalk/dist/crm_1_0/client.d.ts +81 -0
  27. package/dist/node_modules/@alicloud/dingtalk/dist/crm_1_0/client.js +133 -7
  28. package/dist/node_modules/@alicloud/dingtalk/dist/datacenter_1_0/client.d.ts +168 -0
  29. package/dist/node_modules/@alicloud/dingtalk/dist/datacenter_1_0/client.js +281 -11
  30. package/dist/node_modules/@alicloud/dingtalk/dist/diot_1_0/client.js +0 -1
  31. package/dist/node_modules/@alicloud/dingtalk/dist/doc_1_0/client.d.ts +1110 -24
  32. package/dist/node_modules/@alicloud/dingtalk/dist/doc_1_0/client.js +1714 -115
  33. package/dist/node_modules/@alicloud/dingtalk/dist/doc_2_0/client.d.ts +1073 -73
  34. package/dist/node_modules/@alicloud/dingtalk/dist/doc_2_0/client.js +1316 -39
  35. package/dist/node_modules/@alicloud/dingtalk/dist/edu_1_0/client.d.ts +5893 -2422
  36. package/dist/node_modules/@alicloud/dingtalk/dist/edu_1_0/client.js +7232 -1965
  37. package/dist/node_modules/@alicloud/dingtalk/dist/event_1_0/client.js +0 -1
  38. package/dist/node_modules/@alicloud/dingtalk/dist/exclusive_1_0/client.d.ts +851 -51
  39. package/dist/node_modules/@alicloud/dingtalk/dist/exclusive_1_0/client.js +1239 -66
  40. package/dist/node_modules/@alicloud/dingtalk/dist/flashmeeting_1_0/client.d.ts +92 -0
  41. package/dist/node_modules/@alicloud/dingtalk/dist/flashmeeting_1_0/client.js +166 -1
  42. package/dist/node_modules/@alicloud/dingtalk/dist/gateway_1_0/client.js +0 -1
  43. package/dist/node_modules/@alicloud/dingtalk/dist/hrbrain_1_0/client.d.ts +1373 -233
  44. package/dist/node_modules/@alicloud/dingtalk/dist/hrbrain_1_0/client.js +2004 -246
  45. package/dist/node_modules/@alicloud/dingtalk/dist/hrm_1_0/client.d.ts +598 -3
  46. package/dist/node_modules/@alicloud/dingtalk/dist/hrm_1_0/client.js +893 -33
  47. package/dist/node_modules/@alicloud/dingtalk/dist/im_1_0/client.d.ts +1373 -122
  48. package/dist/node_modules/@alicloud/dingtalk/dist/im_1_0/client.js +2099 -264
  49. package/dist/node_modules/@alicloud/dingtalk/dist/im_2_0/client.js +0 -1
  50. package/dist/node_modules/@alicloud/dingtalk/dist/index.d.ts +6 -0
  51. package/dist/node_modules/@alicloud/dingtalk/dist/index.js +2 -2
  52. package/dist/node_modules/@alicloud/dingtalk/dist/industry_1_0/client.d.ts +160 -0
  53. package/dist/node_modules/@alicloud/dingtalk/dist/industry_1_0/client.js +227 -14
  54. package/dist/node_modules/@alicloud/dingtalk/dist/live_1_0/client.d.ts +4 -2
  55. package/dist/node_modules/@alicloud/dingtalk/dist/live_1_0/client.js +6 -2
  56. package/dist/node_modules/@alicloud/dingtalk/dist/mail_1_0/client.d.ts +1089 -38
  57. package/dist/node_modules/@alicloud/dingtalk/dist/mail_1_0/client.js +1429 -62
  58. package/dist/node_modules/@alicloud/dingtalk/dist/manufacturing_1_0/client.js +0 -1
  59. package/dist/node_modules/@alicloud/dingtalk/dist/meter_1_0/client.d.ts +101 -0
  60. package/dist/node_modules/@alicloud/dingtalk/dist/meter_1_0/client.js +202 -0
  61. package/dist/node_modules/@alicloud/dingtalk/dist/micro_app_1_0/client.d.ts +113 -0
  62. package/dist/node_modules/@alicloud/dingtalk/dist/micro_app_1_0/client.js +171 -3
  63. package/dist/node_modules/@alicloud/dingtalk/dist/miniapp_1_0/client.js +0 -1
  64. package/dist/node_modules/@alicloud/dingtalk/dist/minutes_1_0/client.d.ts +940 -0
  65. package/dist/node_modules/@alicloud/dingtalk/dist/minutes_1_0/client.js +1545 -0
  66. package/dist/node_modules/@alicloud/dingtalk/dist/oauth2_1_0/client.js +0 -1
  67. package/dist/node_modules/@alicloud/dingtalk/dist/pedia_1_0/client.d.ts +1 -0
  68. package/dist/node_modules/@alicloud/dingtalk/dist/pedia_1_0/client.js +5 -0
  69. package/dist/node_modules/@alicloud/dingtalk/dist/project_1_0/client.d.ts +83 -0
  70. package/dist/node_modules/@alicloud/dingtalk/dist/project_1_0/client.js +68 -0
  71. package/dist/node_modules/@alicloud/dingtalk/dist/rooms_1_0/client.d.ts +90 -0
  72. package/dist/node_modules/@alicloud/dingtalk/dist/rooms_1_0/client.js +83 -1
  73. package/dist/node_modules/@alicloud/dingtalk/dist/salary_1_0/client.d.ts +642 -0
  74. package/dist/node_modules/@alicloud/dingtalk/dist/salary_1_0/client.js +919 -0
  75. package/dist/node_modules/@alicloud/dingtalk/dist/storage_1_0/client.d.ts +130 -0
  76. package/dist/node_modules/@alicloud/dingtalk/dist/storage_1_0/client.js +171 -6
  77. package/dist/node_modules/@alicloud/dingtalk/dist/storage_2_0/client.d.ts +283 -0
  78. package/dist/node_modules/@alicloud/dingtalk/dist/storage_2_0/client.js +340 -2
  79. package/dist/node_modules/@alicloud/dingtalk/dist/team_sphere_1_0/client.d.ts +223 -0
  80. package/dist/node_modules/@alicloud/dingtalk/dist/team_sphere_1_0/client.js +347 -4
  81. package/dist/node_modules/@alicloud/dingtalk/dist/todo_1_0/client.d.ts +42 -0
  82. package/dist/node_modules/@alicloud/dingtalk/dist/todo_1_0/client.js +53 -2
  83. package/dist/node_modules/@alicloud/dingtalk/dist/todo_e_e_1_0/client.d.ts +458 -4
  84. package/dist/node_modules/@alicloud/dingtalk/dist/todo_e_e_1_0/client.js +942 -153
  85. package/dist/node_modules/@alicloud/dingtalk/dist/trip_1_0/client.d.ts +5 -0
  86. package/dist/node_modules/@alicloud/dingtalk/dist/trip_1_0/client.js +2 -0
  87. package/dist/node_modules/@alicloud/dingtalk/dist/vip_member_1_0/client.d.ts +254 -0
  88. package/dist/node_modules/@alicloud/dingtalk/dist/vip_member_1_0/client.js +477 -1
  89. package/dist/node_modules/@alicloud/dingtalk/dist/watt_1_0/client.js +0 -1
  90. package/dist/node_modules/@alicloud/dingtalk/dist/wiki_2_0/client.d.ts +234 -0
  91. package/dist/node_modules/@alicloud/dingtalk/dist/wiki_2_0/client.js +298 -2
  92. package/dist/node_modules/@alicloud/dingtalk/dist/workflow_1_0/client.d.ts +746 -15
  93. package/dist/node_modules/@alicloud/dingtalk/dist/workflow_1_0/client.js +871 -20
  94. package/dist/node_modules/@alicloud/dingtalk/dist/yida_1_0/client.d.ts +402 -0
  95. package/dist/node_modules/@alicloud/dingtalk/dist/yida_1_0/client.js +412 -7
  96. package/dist/node_modules/@alicloud/dingtalk/dist/yida_2_0/client.d.ts +890 -112
  97. package/dist/node_modules/@alicloud/dingtalk/dist/yida_2_0/client.js +1063 -2
  98. package/dist/node_modules/@alicloud/dingtalk/meter_1_0.js +1 -0
  99. package/dist/node_modules/@alicloud/dingtalk/minutes_1_0.js +1 -0
  100. package/dist/node_modules/@alicloud/dingtalk/package.json +1 -1
  101. package/dist/node_modules/@alicloud/dingtalk/salary_1_0.js +1 -0
  102. package/dist/node_modules/@alicloud/dingtalk/src/agoal_1_0/client.ts +2695 -319
  103. package/dist/node_modules/@alicloud/dingtalk/src/ai_paa_s_1_0/client.ts +566 -0
  104. package/dist/node_modules/@alicloud/dingtalk/src/assistant_1_0/client.ts +1492 -117
  105. package/dist/node_modules/@alicloud/dingtalk/src/ats_1_0/client.ts +420 -0
  106. package/dist/node_modules/@alicloud/dingtalk/src/attendance_1_0/client.ts +45 -13
  107. package/dist/node_modules/@alicloud/dingtalk/src/bizfinance_1_0/client.ts +232 -2
  108. package/dist/node_modules/@alicloud/dingtalk/src/bizfinance_2_0/client.ts +6892 -2251
  109. package/dist/node_modules/@alicloud/dingtalk/src/calendar_1_0/client.ts +287 -0
  110. package/dist/node_modules/@alicloud/dingtalk/src/card_1_0/client.ts +224 -0
  111. package/dist/node_modules/@alicloud/dingtalk/src/conference_1_0/client.ts +297 -2
  112. package/dist/node_modules/@alicloud/dingtalk/src/contact_1_0/client.ts +811 -42
  113. package/dist/node_modules/@alicloud/dingtalk/src/contract_1_0/client.ts +5523 -617
  114. package/dist/node_modules/@alicloud/dingtalk/src/crm_1_0/client.ts +157 -0
  115. package/dist/node_modules/@alicloud/dingtalk/src/datacenter_1_0/client.ts +340 -0
  116. package/dist/node_modules/@alicloud/dingtalk/src/diot_1_0/client.ts +0 -1
  117. package/dist/node_modules/@alicloud/dingtalk/src/doc_1_0/client.ts +2802 -720
  118. package/dist/node_modules/@alicloud/dingtalk/src/doc_2_0/client.ts +1889 -140
  119. package/dist/node_modules/@alicloud/dingtalk/src/edu_1_0/client.ts +8496 -1557
  120. package/dist/node_modules/@alicloud/dingtalk/src/event_1_0/client.ts +0 -1
  121. package/dist/node_modules/@alicloud/dingtalk/src/exclusive_1_0/client.ts +1831 -283
  122. package/dist/node_modules/@alicloud/dingtalk/src/flashmeeting_1_0/client.ts +201 -0
  123. package/dist/node_modules/@alicloud/dingtalk/src/gateway_1_0/client.ts +0 -1
  124. package/dist/node_modules/@alicloud/dingtalk/src/hrbrain_1_0/client.ts +2742 -542
  125. package/dist/node_modules/@alicloud/dingtalk/src/hrm_1_0/client.ts +1182 -33
  126. package/dist/node_modules/@alicloud/dingtalk/src/im_1_0/client.ts +3100 -718
  127. package/dist/node_modules/@alicloud/dingtalk/src/im_2_0/client.ts +0 -1
  128. package/dist/node_modules/@alicloud/dingtalk/src/index.ts +6 -0
  129. package/dist/node_modules/@alicloud/dingtalk/src/industry_1_0/client.ts +319 -0
  130. package/dist/node_modules/@alicloud/dingtalk/src/live_1_0/client.ts +8 -2
  131. package/dist/node_modules/@alicloud/dingtalk/src/mail_1_0/client.ts +2029 -159
  132. package/dist/node_modules/@alicloud/dingtalk/src/manufacturing_1_0/client.ts +0 -1
  133. package/dist/node_modules/@alicloud/dingtalk/src/meter_1_0/client.ts +201 -0
  134. package/dist/node_modules/@alicloud/dingtalk/src/micro_app_1_0/client.ts +215 -1
  135. package/dist/node_modules/@alicloud/dingtalk/src/miniapp_1_0/client.ts +0 -1
  136. package/dist/node_modules/@alicloud/dingtalk/src/minutes_1_0/client.ts +1871 -0
  137. package/dist/node_modules/@alicloud/dingtalk/src/oauth2_1_0/client.ts +0 -1
  138. package/dist/node_modules/@alicloud/dingtalk/src/pedia_1_0/client.ts +7 -0
  139. package/dist/node_modules/@alicloud/dingtalk/src/project_1_0/client.ts +161 -0
  140. package/dist/node_modules/@alicloud/dingtalk/src/rooms_1_0/client.ts +147 -0
  141. package/dist/node_modules/@alicloud/dingtalk/src/salary_1_0/client.ts +1156 -0
  142. package/dist/node_modules/@alicloud/dingtalk/src/storage_1_0/client.ts +226 -0
  143. package/dist/node_modules/@alicloud/dingtalk/src/storage_2_0/client.ts +492 -0
  144. package/dist/node_modules/@alicloud/dingtalk/src/team_sphere_1_0/client.ts +442 -0
  145. package/dist/node_modules/@alicloud/dingtalk/src/todo_1_0/client.ts +89 -0
  146. package/dist/node_modules/@alicloud/dingtalk/src/todo_e_e_1_0/client.ts +1061 -88
  147. package/dist/node_modules/@alicloud/dingtalk/src/trip_1_0/client.ts +7 -0
  148. package/dist/node_modules/@alicloud/dingtalk/src/vip_member_1_0/client.ts +583 -0
  149. package/dist/node_modules/@alicloud/dingtalk/src/watt_1_0/client.ts +0 -1
  150. package/dist/node_modules/@alicloud/dingtalk/src/wiki_2_0/client.ts +423 -0
  151. package/dist/node_modules/@alicloud/dingtalk/src/workflow_1_0/client.ts +1304 -24
  152. package/dist/node_modules/@alicloud/dingtalk/src/yida_1_0/client.ts +774 -102
  153. package/dist/node_modules/@alicloud/dingtalk/src/yida_2_0/client.ts +1910 -429
  154. package/dist/node_modules/@alicloud/openapi-client/package.json +1 -1
  155. package/dist/node_modules/@alicloud/tea-util/package.json +1 -1
  156. package/package.json +8 -8
@@ -1688,6 +1688,74 @@ export declare class SyncChannelMessageResponse extends $tea.Model {
1688
1688
  [key: string]: any;
1689
1689
  });
1690
1690
  }
1691
+ export declare class SyncInterviewInfoToAIInterviewAssistantHeaders extends $tea.Model {
1692
+ commonHeaders?: {
1693
+ [key: string]: string;
1694
+ };
1695
+ xAcsDingtalkAccessToken?: string;
1696
+ static names(): {
1697
+ [key: string]: string;
1698
+ };
1699
+ static types(): {
1700
+ [key: string]: any;
1701
+ };
1702
+ constructor(map?: {
1703
+ [key: string]: any;
1704
+ });
1705
+ }
1706
+ export declare class SyncInterviewInfoToAIInterviewAssistantRequest extends $tea.Model {
1707
+ candidateInfoVOList?: SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOList[];
1708
+ conferenceInfoVO?: SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVO;
1709
+ interviewEndTime?: number;
1710
+ interviewId?: string;
1711
+ interviewStartTime?: number;
1712
+ interviewType?: string;
1713
+ interviewerInfoVOList?: SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOList[];
1714
+ /**
1715
+ * @example
1716
+ * moka
1717
+ */
1718
+ isvId?: string;
1719
+ jobContentVO?: SyncInterviewInfoToAIInterviewAssistantRequestJobContentVO;
1720
+ static names(): {
1721
+ [key: string]: string;
1722
+ };
1723
+ static types(): {
1724
+ [key: string]: any;
1725
+ };
1726
+ constructor(map?: {
1727
+ [key: string]: any;
1728
+ });
1729
+ }
1730
+ export declare class SyncInterviewInfoToAIInterviewAssistantResponseBody extends $tea.Model {
1731
+ result?: boolean;
1732
+ success?: boolean;
1733
+ static names(): {
1734
+ [key: string]: string;
1735
+ };
1736
+ static types(): {
1737
+ [key: string]: any;
1738
+ };
1739
+ constructor(map?: {
1740
+ [key: string]: any;
1741
+ });
1742
+ }
1743
+ export declare class SyncInterviewInfoToAIInterviewAssistantResponse extends $tea.Model {
1744
+ headers?: {
1745
+ [key: string]: string;
1746
+ };
1747
+ statusCode?: number;
1748
+ body?: SyncInterviewInfoToAIInterviewAssistantResponseBody;
1749
+ static names(): {
1750
+ [key: string]: string;
1751
+ };
1752
+ static types(): {
1753
+ [key: string]: any;
1754
+ };
1755
+ constructor(map?: {
1756
+ [key: string]: any;
1757
+ });
1758
+ }
1691
1759
  export declare class UpdateApplicationRegFormHeaders extends $tea.Model {
1692
1760
  commonHeaders?: {
1693
1761
  [key: string]: string;
@@ -2843,6 +2911,124 @@ export declare class QueryInterviewsResponseBodyList extends $tea.Model {
2843
2911
  [key: string]: any;
2844
2912
  });
2845
2913
  }
2914
+ export declare class SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOListAiInterviewHistoryEvaluationContentList extends $tea.Model {
2915
+ historyInterviewContent?: string;
2916
+ interviewerUserId?: string;
2917
+ static names(): {
2918
+ [key: string]: string;
2919
+ };
2920
+ static types(): {
2921
+ [key: string]: any;
2922
+ };
2923
+ constructor(map?: {
2924
+ [key: string]: any;
2925
+ });
2926
+ }
2927
+ export declare class SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOList extends $tea.Model {
2928
+ aiInterviewHistoryEvaluationContentList?: SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOListAiInterviewHistoryEvaluationContentList[];
2929
+ canViewUserIdList?: string[];
2930
+ historyInterviewId?: string;
2931
+ historyInterviewRounds?: string;
2932
+ static names(): {
2933
+ [key: string]: string;
2934
+ };
2935
+ static types(): {
2936
+ [key: string]: any;
2937
+ };
2938
+ constructor(map?: {
2939
+ [key: string]: any;
2940
+ });
2941
+ }
2942
+ export declare class SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOList extends $tea.Model {
2943
+ bizCandidateId?: string;
2944
+ historyInterviewInfoVOList?: SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOList[];
2945
+ name?: string;
2946
+ phone?: string;
2947
+ resumeContent?: string;
2948
+ static names(): {
2949
+ [key: string]: string;
2950
+ };
2951
+ static types(): {
2952
+ [key: string]: any;
2953
+ };
2954
+ constructor(map?: {
2955
+ [key: string]: any;
2956
+ });
2957
+ }
2958
+ export declare class SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVOConferenceBookerInfoVO extends $tea.Model {
2959
+ id?: string;
2960
+ name?: string;
2961
+ static names(): {
2962
+ [key: string]: string;
2963
+ };
2964
+ static types(): {
2965
+ [key: string]: any;
2966
+ };
2967
+ constructor(map?: {
2968
+ [key: string]: any;
2969
+ });
2970
+ }
2971
+ export declare class SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVO extends $tea.Model {
2972
+ conferenceBookerInfoVO?: SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVOConferenceBookerInfoVO;
2973
+ roomCode?: string;
2974
+ scheduleConferenceId?: string;
2975
+ scheduleConferenceUrl?: string;
2976
+ static names(): {
2977
+ [key: string]: string;
2978
+ };
2979
+ static types(): {
2980
+ [key: string]: any;
2981
+ };
2982
+ constructor(map?: {
2983
+ [key: string]: any;
2984
+ });
2985
+ }
2986
+ export declare class SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOListInterviewEvaluationFormConfigVO extends $tea.Model {
2987
+ content?: string;
2988
+ id?: string;
2989
+ name?: string;
2990
+ static names(): {
2991
+ [key: string]: string;
2992
+ };
2993
+ static types(): {
2994
+ [key: string]: any;
2995
+ };
2996
+ constructor(map?: {
2997
+ [key: string]: any;
2998
+ });
2999
+ }
3000
+ export declare class SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOList extends $tea.Model {
3001
+ id?: string;
3002
+ interviewEvaluationFormConfigVO?: SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOListInterviewEvaluationFormConfigVO;
3003
+ name?: string;
3004
+ position?: string;
3005
+ static names(): {
3006
+ [key: string]: string;
3007
+ };
3008
+ static types(): {
3009
+ [key: string]: any;
3010
+ };
3011
+ constructor(map?: {
3012
+ [key: string]: any;
3013
+ });
3014
+ }
3015
+ export declare class SyncInterviewInfoToAIInterviewAssistantRequestJobContentVO extends $tea.Model {
3016
+ commitment?: string;
3017
+ hireCount?: number;
3018
+ jobContent?: string;
3019
+ jobName?: string;
3020
+ maxSalary?: number;
3021
+ minSalary?: number;
3022
+ static names(): {
3023
+ [key: string]: string;
3024
+ };
3025
+ static types(): {
3026
+ [key: string]: any;
3027
+ };
3028
+ constructor(map?: {
3029
+ [key: string]: any;
3030
+ });
3031
+ }
2846
3032
  export declare class UpdateApplicationRegFormRequestDingPanFile extends $tea.Model {
2847
3033
  /**
2848
3034
  * @remarks
@@ -3181,6 +3367,22 @@ export default class Client extends OpenApi {
3181
3367
  * @returns SyncChannelMessageResponse
3182
3368
  */
3183
3369
  syncChannelMessage(request: SyncChannelMessageRequest): Promise<SyncChannelMessageResponse>;
3370
+ /**
3371
+ * ats系统同步面试信息给AI面试助手
3372
+ *
3373
+ * @param request - SyncInterviewInfoToAIInterviewAssistantRequest
3374
+ * @param headers - SyncInterviewInfoToAIInterviewAssistantHeaders
3375
+ * @param runtime - runtime options for this request RuntimeOptions
3376
+ * @returns SyncInterviewInfoToAIInterviewAssistantResponse
3377
+ */
3378
+ syncInterviewInfoToAIInterviewAssistantWithOptions(request: SyncInterviewInfoToAIInterviewAssistantRequest, headers: SyncInterviewInfoToAIInterviewAssistantHeaders, runtime: $Util.RuntimeOptions): Promise<SyncInterviewInfoToAIInterviewAssistantResponse>;
3379
+ /**
3380
+ * ats系统同步面试信息给AI面试助手
3381
+ *
3382
+ * @param request - SyncInterviewInfoToAIInterviewAssistantRequest
3383
+ * @returns SyncInterviewInfoToAIInterviewAssistantResponse
3384
+ */
3385
+ syncInterviewInfoToAIInterviewAssistant(request: SyncInterviewInfoToAIInterviewAssistantRequest): Promise<SyncInterviewInfoToAIInterviewAssistantResponse>;
3184
3386
  /**
3185
3387
  * 更新应聘登记表内容
3186
3388
  *
@@ -37,8 +37,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.GetJobAuthRequest = exports.GetJobAuthHeaders = exports.GetFlowIdByRelationEntityIdResponse = exports.GetFlowIdByRelationEntityIdResponseBody = exports.GetFlowIdByRelationEntityIdRequest = exports.GetFlowIdByRelationEntityIdHeaders = exports.GetFileUploadInfoResponse = exports.GetFileUploadInfoResponseBody = exports.GetFileUploadInfoRequest = exports.GetFileUploadInfoHeaders = exports.GetCandidateByPhoneNumberResponse = exports.GetCandidateByPhoneNumberResponseBody = exports.GetCandidateByPhoneNumberRequest = exports.GetCandidateByPhoneNumberHeaders = exports.GetApplicationRegFormByFlowIdResponse = exports.GetApplicationRegFormByFlowIdResponseBody = exports.GetApplicationRegFormByFlowIdRequest = exports.GetApplicationRegFormByFlowIdHeaders = exports.FinishBeginnerTaskResponse = exports.FinishBeginnerTaskResponseBody = exports.FinishBeginnerTaskRequest = exports.FinishBeginnerTaskHeaders = exports.ConfirmRightsResponse = exports.ConfirmRightsResponseBody = exports.ConfirmRightsRequest = exports.ConfirmRightsHeaders = exports.CollectResumeMailResponse = exports.CollectResumeMailResponseBody = exports.CollectResumeMailRequest = exports.CollectResumeMailHeaders = exports.CollectResumeDetailResponse = exports.CollectResumeDetailResponseBody = exports.CollectResumeDetailRequest = exports.CollectResumeDetailHeaders = exports.CollectRecruitJobDetailResponse = exports.CollectRecruitJobDetailResponseBody = exports.CollectRecruitJobDetailRequest = exports.CollectRecruitJobDetailHeaders = exports.AddUserAccountResponse = exports.AddUserAccountResponseBody = exports.AddUserAccountRequest = exports.AddUserAccountHeaders = exports.AddFileResponse = exports.AddFileResponseBody = exports.AddFileRequest = exports.AddFileHeaders = exports.AddApplicationRegFormTemplateResponse = exports.AddApplicationRegFormTemplateResponseBody = exports.AddApplicationRegFormTemplateRequest = exports.AddApplicationRegFormTemplateHeaders = void 0;
40
- exports.ImportJobDataRequestBodyAddress = exports.GetJobAuthResponseBodyJobOwners = exports.CollectResumeMailRequestResumeFile = exports.CollectResumeDetailRequestResumeFile = exports.CollectResumeDetailRequestResumeData = exports.CollectResumeDetailRequestResumeDataWorkExperiences = exports.CollectResumeDetailRequestResumeDataTrainingExperiences = exports.CollectResumeDetailRequestResumeDataLanguageSkill = exports.CollectResumeDetailRequestResumeDataJobExpect = exports.CollectResumeDetailRequestResumeDataEducationExperiences = exports.CollectResumeDetailRequestResumeDataCertificates = exports.CollectResumeDetailRequestResumeDataBaseInfo = exports.CollectRecruitJobDetailRequestRecruitUserInfo = exports.CollectRecruitJobDetailRequestJobInfo = exports.CollectRecruitJobDetailRequestJobInfoPartTimeInfo = exports.CollectRecruitJobDetailRequestJobInfoFullTimeInfo = exports.CollectRecruitJobDetailRequestJobInfoAddress = exports.UpdateJobDeliverResponse = exports.UpdateJobDeliverResponseBody = exports.UpdateJobDeliverRequest = exports.UpdateJobDeliverHeaders = exports.UpdateInterviewSignInInfoResponse = exports.UpdateInterviewSignInInfoRequest = exports.UpdateInterviewSignInInfoHeaders = exports.UpdateApplicationRegFormResponse = exports.UpdateApplicationRegFormResponseBody = exports.UpdateApplicationRegFormRequest = exports.UpdateApplicationRegFormHeaders = exports.SyncChannelMessageResponse = exports.SyncChannelMessageResponseBody = exports.SyncChannelMessageRequest = exports.SyncChannelMessageHeaders = exports.ReportMessageStatusResponse = exports.ReportMessageStatusResponseBody = exports.ReportMessageStatusRequest = exports.ReportMessageStatusHeaders = exports.QueryInterviewsResponse = exports.QueryInterviewsResponseBody = exports.QueryInterviewsRequest = exports.QueryInterviewsHeaders = exports.QueryCandidatesResponse = exports.QueryCandidatesResponseBody = exports.QueryCandidatesRequest = exports.QueryCandidatesHeaders = exports.ImportJobDataResponse = exports.ImportJobDataResponseBody = exports.ImportJobDataRequest = exports.ImportJobDataHeaders = exports.GetJobAuthResponse = exports.GetJobAuthResponseBody = void 0;
41
- exports.UpdateApplicationRegFormRequestDingPanFile = exports.QueryInterviewsResponseBodyList = exports.QueryInterviewsResponseBodyListInterviewers = exports.QueryCandidatesResponseBodyList = exports.ImportJobDataRequestBody = exports.ImportJobDataRequestBodyFullTimeExt = void 0;
40
+ exports.CollectResumeDetailRequestResumeData = exports.CollectResumeDetailRequestResumeDataWorkExperiences = exports.CollectResumeDetailRequestResumeDataTrainingExperiences = exports.CollectResumeDetailRequestResumeDataLanguageSkill = exports.CollectResumeDetailRequestResumeDataJobExpect = exports.CollectResumeDetailRequestResumeDataEducationExperiences = exports.CollectResumeDetailRequestResumeDataCertificates = exports.CollectResumeDetailRequestResumeDataBaseInfo = exports.CollectRecruitJobDetailRequestRecruitUserInfo = exports.CollectRecruitJobDetailRequestJobInfo = exports.CollectRecruitJobDetailRequestJobInfoPartTimeInfo = exports.CollectRecruitJobDetailRequestJobInfoFullTimeInfo = exports.CollectRecruitJobDetailRequestJobInfoAddress = exports.UpdateJobDeliverResponse = exports.UpdateJobDeliverResponseBody = exports.UpdateJobDeliverRequest = exports.UpdateJobDeliverHeaders = exports.UpdateInterviewSignInInfoResponse = exports.UpdateInterviewSignInInfoRequest = exports.UpdateInterviewSignInInfoHeaders = exports.UpdateApplicationRegFormResponse = exports.UpdateApplicationRegFormResponseBody = exports.UpdateApplicationRegFormRequest = exports.UpdateApplicationRegFormHeaders = exports.SyncInterviewInfoToAIInterviewAssistantResponse = exports.SyncInterviewInfoToAIInterviewAssistantResponseBody = exports.SyncInterviewInfoToAIInterviewAssistantRequest = exports.SyncInterviewInfoToAIInterviewAssistantHeaders = exports.SyncChannelMessageResponse = exports.SyncChannelMessageResponseBody = exports.SyncChannelMessageRequest = exports.SyncChannelMessageHeaders = exports.ReportMessageStatusResponse = exports.ReportMessageStatusResponseBody = exports.ReportMessageStatusRequest = exports.ReportMessageStatusHeaders = exports.QueryInterviewsResponse = exports.QueryInterviewsResponseBody = exports.QueryInterviewsRequest = exports.QueryInterviewsHeaders = exports.QueryCandidatesResponse = exports.QueryCandidatesResponseBody = exports.QueryCandidatesRequest = exports.QueryCandidatesHeaders = exports.ImportJobDataResponse = exports.ImportJobDataResponseBody = exports.ImportJobDataRequest = exports.ImportJobDataHeaders = exports.GetJobAuthResponse = exports.GetJobAuthResponseBody = void 0;
41
+ exports.UpdateApplicationRegFormRequestDingPanFile = exports.SyncInterviewInfoToAIInterviewAssistantRequestJobContentVO = exports.SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOList = exports.SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOListInterviewEvaluationFormConfigVO = exports.SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVO = exports.SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVOConferenceBookerInfoVO = exports.SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOList = exports.SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOList = exports.SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOListAiInterviewHistoryEvaluationContentList = exports.QueryInterviewsResponseBodyList = exports.QueryInterviewsResponseBodyListInterviewers = exports.QueryCandidatesResponseBodyList = exports.ImportJobDataRequestBody = exports.ImportJobDataRequestBodyFullTimeExt = exports.ImportJobDataRequestBodyAddress = exports.GetJobAuthResponseBodyJobOwners = exports.CollectResumeMailRequestResumeFile = exports.CollectResumeDetailRequestResumeFile = void 0;
42
42
  // This file is auto-generated, don't edit it
43
43
  /**
44
44
  */
@@ -1495,6 +1495,94 @@ class SyncChannelMessageResponse extends $tea.Model {
1495
1495
  }
1496
1496
  }
1497
1497
  exports.SyncChannelMessageResponse = SyncChannelMessageResponse;
1498
+ class SyncInterviewInfoToAIInterviewAssistantHeaders extends $tea.Model {
1499
+ static names() {
1500
+ return {
1501
+ commonHeaders: 'commonHeaders',
1502
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
1503
+ };
1504
+ }
1505
+ static types() {
1506
+ return {
1507
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1508
+ xAcsDingtalkAccessToken: 'string',
1509
+ };
1510
+ }
1511
+ constructor(map) {
1512
+ super(map);
1513
+ }
1514
+ }
1515
+ exports.SyncInterviewInfoToAIInterviewAssistantHeaders = SyncInterviewInfoToAIInterviewAssistantHeaders;
1516
+ class SyncInterviewInfoToAIInterviewAssistantRequest extends $tea.Model {
1517
+ static names() {
1518
+ return {
1519
+ candidateInfoVOList: 'candidateInfoVOList',
1520
+ conferenceInfoVO: 'conferenceInfoVO',
1521
+ interviewEndTime: 'interviewEndTime',
1522
+ interviewId: 'interviewId',
1523
+ interviewStartTime: 'interviewStartTime',
1524
+ interviewType: 'interviewType',
1525
+ interviewerInfoVOList: 'interviewerInfoVOList',
1526
+ isvId: 'isvId',
1527
+ jobContentVO: 'jobContentVO',
1528
+ };
1529
+ }
1530
+ static types() {
1531
+ return {
1532
+ candidateInfoVOList: { 'type': 'array', 'itemType': SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOList },
1533
+ conferenceInfoVO: SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVO,
1534
+ interviewEndTime: 'number',
1535
+ interviewId: 'string',
1536
+ interviewStartTime: 'number',
1537
+ interviewType: 'string',
1538
+ interviewerInfoVOList: { 'type': 'array', 'itemType': SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOList },
1539
+ isvId: 'string',
1540
+ jobContentVO: SyncInterviewInfoToAIInterviewAssistantRequestJobContentVO,
1541
+ };
1542
+ }
1543
+ constructor(map) {
1544
+ super(map);
1545
+ }
1546
+ }
1547
+ exports.SyncInterviewInfoToAIInterviewAssistantRequest = SyncInterviewInfoToAIInterviewAssistantRequest;
1548
+ class SyncInterviewInfoToAIInterviewAssistantResponseBody extends $tea.Model {
1549
+ static names() {
1550
+ return {
1551
+ result: 'result',
1552
+ success: 'success',
1553
+ };
1554
+ }
1555
+ static types() {
1556
+ return {
1557
+ result: 'boolean',
1558
+ success: 'boolean',
1559
+ };
1560
+ }
1561
+ constructor(map) {
1562
+ super(map);
1563
+ }
1564
+ }
1565
+ exports.SyncInterviewInfoToAIInterviewAssistantResponseBody = SyncInterviewInfoToAIInterviewAssistantResponseBody;
1566
+ class SyncInterviewInfoToAIInterviewAssistantResponse extends $tea.Model {
1567
+ static names() {
1568
+ return {
1569
+ headers: 'headers',
1570
+ statusCode: 'statusCode',
1571
+ body: 'body',
1572
+ };
1573
+ }
1574
+ static types() {
1575
+ return {
1576
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1577
+ statusCode: 'number',
1578
+ body: SyncInterviewInfoToAIInterviewAssistantResponseBody,
1579
+ };
1580
+ }
1581
+ constructor(map) {
1582
+ super(map);
1583
+ }
1584
+ }
1585
+ exports.SyncInterviewInfoToAIInterviewAssistantResponse = SyncInterviewInfoToAIInterviewAssistantResponse;
1498
1586
  class UpdateApplicationRegFormHeaders extends $tea.Model {
1499
1587
  static names() {
1500
1588
  return {
@@ -2299,6 +2387,178 @@ class QueryInterviewsResponseBodyList extends $tea.Model {
2299
2387
  }
2300
2388
  }
2301
2389
  exports.QueryInterviewsResponseBodyList = QueryInterviewsResponseBodyList;
2390
+ class SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOListAiInterviewHistoryEvaluationContentList extends $tea.Model {
2391
+ static names() {
2392
+ return {
2393
+ historyInterviewContent: 'historyInterviewContent',
2394
+ interviewerUserId: 'interviewerUserId',
2395
+ };
2396
+ }
2397
+ static types() {
2398
+ return {
2399
+ historyInterviewContent: 'string',
2400
+ interviewerUserId: 'string',
2401
+ };
2402
+ }
2403
+ constructor(map) {
2404
+ super(map);
2405
+ }
2406
+ }
2407
+ exports.SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOListAiInterviewHistoryEvaluationContentList = SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOListAiInterviewHistoryEvaluationContentList;
2408
+ class SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOList extends $tea.Model {
2409
+ static names() {
2410
+ return {
2411
+ aiInterviewHistoryEvaluationContentList: 'aiInterviewHistoryEvaluationContentList',
2412
+ canViewUserIdList: 'canViewUserIdList',
2413
+ historyInterviewId: 'historyInterviewId',
2414
+ historyInterviewRounds: 'historyInterviewRounds',
2415
+ };
2416
+ }
2417
+ static types() {
2418
+ return {
2419
+ aiInterviewHistoryEvaluationContentList: { 'type': 'array', 'itemType': SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOListAiInterviewHistoryEvaluationContentList },
2420
+ canViewUserIdList: { 'type': 'array', 'itemType': 'string' },
2421
+ historyInterviewId: 'string',
2422
+ historyInterviewRounds: 'string',
2423
+ };
2424
+ }
2425
+ constructor(map) {
2426
+ super(map);
2427
+ }
2428
+ }
2429
+ exports.SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOList = SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOList;
2430
+ class SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOList extends $tea.Model {
2431
+ static names() {
2432
+ return {
2433
+ bizCandidateId: 'bizCandidateId',
2434
+ historyInterviewInfoVOList: 'historyInterviewInfoVOList',
2435
+ name: 'name',
2436
+ phone: 'phone',
2437
+ resumeContent: 'resumeContent',
2438
+ };
2439
+ }
2440
+ static types() {
2441
+ return {
2442
+ bizCandidateId: 'string',
2443
+ historyInterviewInfoVOList: { 'type': 'array', 'itemType': SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOList },
2444
+ name: 'string',
2445
+ phone: 'string',
2446
+ resumeContent: 'string',
2447
+ };
2448
+ }
2449
+ constructor(map) {
2450
+ super(map);
2451
+ }
2452
+ }
2453
+ exports.SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOList = SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOList;
2454
+ class SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVOConferenceBookerInfoVO extends $tea.Model {
2455
+ static names() {
2456
+ return {
2457
+ id: 'id',
2458
+ name: 'name',
2459
+ };
2460
+ }
2461
+ static types() {
2462
+ return {
2463
+ id: 'string',
2464
+ name: 'string',
2465
+ };
2466
+ }
2467
+ constructor(map) {
2468
+ super(map);
2469
+ }
2470
+ }
2471
+ exports.SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVOConferenceBookerInfoVO = SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVOConferenceBookerInfoVO;
2472
+ class SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVO extends $tea.Model {
2473
+ static names() {
2474
+ return {
2475
+ conferenceBookerInfoVO: 'conferenceBookerInfoVO',
2476
+ roomCode: 'roomCode',
2477
+ scheduleConferenceId: 'scheduleConferenceId',
2478
+ scheduleConferenceUrl: 'scheduleConferenceUrl',
2479
+ };
2480
+ }
2481
+ static types() {
2482
+ return {
2483
+ conferenceBookerInfoVO: SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVOConferenceBookerInfoVO,
2484
+ roomCode: 'string',
2485
+ scheduleConferenceId: 'string',
2486
+ scheduleConferenceUrl: 'string',
2487
+ };
2488
+ }
2489
+ constructor(map) {
2490
+ super(map);
2491
+ }
2492
+ }
2493
+ exports.SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVO = SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVO;
2494
+ class SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOListInterviewEvaluationFormConfigVO extends $tea.Model {
2495
+ static names() {
2496
+ return {
2497
+ content: 'content',
2498
+ id: 'id',
2499
+ name: 'name',
2500
+ };
2501
+ }
2502
+ static types() {
2503
+ return {
2504
+ content: 'string',
2505
+ id: 'string',
2506
+ name: 'string',
2507
+ };
2508
+ }
2509
+ constructor(map) {
2510
+ super(map);
2511
+ }
2512
+ }
2513
+ exports.SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOListInterviewEvaluationFormConfigVO = SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOListInterviewEvaluationFormConfigVO;
2514
+ class SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOList extends $tea.Model {
2515
+ static names() {
2516
+ return {
2517
+ id: 'id',
2518
+ interviewEvaluationFormConfigVO: 'interviewEvaluationFormConfigVO',
2519
+ name: 'name',
2520
+ position: 'position',
2521
+ };
2522
+ }
2523
+ static types() {
2524
+ return {
2525
+ id: 'string',
2526
+ interviewEvaluationFormConfigVO: SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOListInterviewEvaluationFormConfigVO,
2527
+ name: 'string',
2528
+ position: 'string',
2529
+ };
2530
+ }
2531
+ constructor(map) {
2532
+ super(map);
2533
+ }
2534
+ }
2535
+ exports.SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOList = SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOList;
2536
+ class SyncInterviewInfoToAIInterviewAssistantRequestJobContentVO extends $tea.Model {
2537
+ static names() {
2538
+ return {
2539
+ commitment: 'commitment',
2540
+ hireCount: 'hireCount',
2541
+ jobContent: 'jobContent',
2542
+ jobName: 'jobName',
2543
+ maxSalary: 'maxSalary',
2544
+ minSalary: 'minSalary',
2545
+ };
2546
+ }
2547
+ static types() {
2548
+ return {
2549
+ commitment: 'string',
2550
+ hireCount: 'number',
2551
+ jobContent: 'string',
2552
+ jobName: 'string',
2553
+ maxSalary: 'number',
2554
+ minSalary: 'number',
2555
+ };
2556
+ }
2557
+ constructor(map) {
2558
+ super(map);
2559
+ }
2560
+ }
2561
+ exports.SyncInterviewInfoToAIInterviewAssistantRequestJobContentVO = SyncInterviewInfoToAIInterviewAssistantRequestJobContentVO;
2302
2562
  class UpdateApplicationRegFormRequestDingPanFile extends $tea.Model {
2303
2563
  static names() {
2304
2564
  return {
@@ -3432,6 +3692,79 @@ class Client extends openapi_client_1.default {
3432
3692
  let headers = new SyncChannelMessageHeaders({});
3433
3693
  return await this.syncChannelMessageWithOptions(request, headers, runtime);
3434
3694
  }
3695
+ /**
3696
+ * ats系统同步面试信息给AI面试助手
3697
+ *
3698
+ * @param request - SyncInterviewInfoToAIInterviewAssistantRequest
3699
+ * @param headers - SyncInterviewInfoToAIInterviewAssistantHeaders
3700
+ * @param runtime - runtime options for this request RuntimeOptions
3701
+ * @returns SyncInterviewInfoToAIInterviewAssistantResponse
3702
+ */
3703
+ async syncInterviewInfoToAIInterviewAssistantWithOptions(request, headers, runtime) {
3704
+ tea_util_1.default.validateModel(request);
3705
+ let body = {};
3706
+ if (!tea_util_1.default.isUnset(request.candidateInfoVOList)) {
3707
+ body["candidateInfoVOList"] = request.candidateInfoVOList;
3708
+ }
3709
+ if (!tea_util_1.default.isUnset(request.conferenceInfoVO)) {
3710
+ body["conferenceInfoVO"] = request.conferenceInfoVO;
3711
+ }
3712
+ if (!tea_util_1.default.isUnset(request.interviewEndTime)) {
3713
+ body["interviewEndTime"] = request.interviewEndTime;
3714
+ }
3715
+ if (!tea_util_1.default.isUnset(request.interviewId)) {
3716
+ body["interviewId"] = request.interviewId;
3717
+ }
3718
+ if (!tea_util_1.default.isUnset(request.interviewStartTime)) {
3719
+ body["interviewStartTime"] = request.interviewStartTime;
3720
+ }
3721
+ if (!tea_util_1.default.isUnset(request.interviewType)) {
3722
+ body["interviewType"] = request.interviewType;
3723
+ }
3724
+ if (!tea_util_1.default.isUnset(request.interviewerInfoVOList)) {
3725
+ body["interviewerInfoVOList"] = request.interviewerInfoVOList;
3726
+ }
3727
+ if (!tea_util_1.default.isUnset(request.isvId)) {
3728
+ body["isvId"] = request.isvId;
3729
+ }
3730
+ if (!tea_util_1.default.isUnset(request.jobContentVO)) {
3731
+ body["jobContentVO"] = request.jobContentVO;
3732
+ }
3733
+ let realHeaders = {};
3734
+ if (!tea_util_1.default.isUnset(headers.commonHeaders)) {
3735
+ realHeaders = headers.commonHeaders;
3736
+ }
3737
+ if (!tea_util_1.default.isUnset(headers.xAcsDingtalkAccessToken)) {
3738
+ realHeaders["x-acs-dingtalk-access-token"] = tea_util_1.default.toJSONString(headers.xAcsDingtalkAccessToken);
3739
+ }
3740
+ let req = new $OpenApi.OpenApiRequest({
3741
+ headers: realHeaders,
3742
+ body: openapi_util_1.default.parseToMap(body),
3743
+ });
3744
+ let params = new $OpenApi.Params({
3745
+ action: "SyncInterviewInfoToAIInterviewAssistant",
3746
+ version: "ats_1.0",
3747
+ protocol: "HTTP",
3748
+ pathname: `/v1.0/ats/ai/interview/interviewInfos/sync`,
3749
+ method: "POST",
3750
+ authType: "AK",
3751
+ style: "ROA",
3752
+ reqBodyType: "none",
3753
+ bodyType: "json",
3754
+ });
3755
+ return $tea.cast(await this.execute(params, req, runtime), new SyncInterviewInfoToAIInterviewAssistantResponse({}));
3756
+ }
3757
+ /**
3758
+ * ats系统同步面试信息给AI面试助手
3759
+ *
3760
+ * @param request - SyncInterviewInfoToAIInterviewAssistantRequest
3761
+ * @returns SyncInterviewInfoToAIInterviewAssistantResponse
3762
+ */
3763
+ async syncInterviewInfoToAIInterviewAssistant(request) {
3764
+ let runtime = new $Util.RuntimeOptions({});
3765
+ let headers = new SyncInterviewInfoToAIInterviewAssistantHeaders({});
3766
+ return await this.syncInterviewInfoToAIInterviewAssistantWithOptions(request, headers, runtime);
3767
+ }
3435
3768
  /**
3436
3769
  * 更新应聘登记表内容
3437
3770
  *
@@ -2333,6 +2333,7 @@ export declare class GroupAddRequest extends $tea.Model {
2333
2333
  * true
2334
2334
  */
2335
2335
  forbidHideOutSideAddress?: boolean;
2336
+ freeCheckDemandWorkMinutes?: number;
2336
2337
  freeCheckSetting?: GroupAddRequestFreeCheckSetting;
2337
2338
  /**
2338
2339
  * @example
@@ -2359,10 +2360,6 @@ export declare class GroupAddRequest extends $tea.Model {
2359
2360
  */
2360
2361
  groupName?: string;
2361
2362
  managerList?: string[];
2362
- /**
2363
- * @remarks
2364
- * This parameter is required.
2365
- */
2366
2363
  members?: GroupAddRequestMembers[];
2367
2364
  /**
2368
2365
  * @example
@@ -2494,6 +2491,7 @@ export declare class GroupUpdateRequest extends $tea.Model {
2494
2491
  * 123L
2495
2492
  */
2496
2493
  adjustmentSettingId?: number;
2494
+ defaultClassId?: number;
2497
2495
  /**
2498
2496
  * @example
2499
2497
  * true
@@ -2534,6 +2532,7 @@ export declare class GroupUpdateRequest extends $tea.Model {
2534
2532
  * true
2535
2533
  */
2536
2534
  enableOutsideApply?: boolean;
2535
+ enableOutsideCameraCheck?: boolean;
2537
2536
  /**
2538
2537
  * @example
2539
2538
  * true
@@ -5454,6 +5453,11 @@ export declare class GetShiftResponseBodyResultShiftSetting extends $tea.Model {
5454
5453
  * 233840112
5455
5454
  */
5456
5455
  shiftSettingId?: number;
5456
+ /**
5457
+ * @example
5458
+ * NORMAL
5459
+ */
5460
+ shiftType?: string;
5457
5461
  /**
5458
5462
  * @example
5459
5463
  * 600
@@ -5889,25 +5893,16 @@ export declare class GroupAddRequestFreeCheckSetting extends $tea.Model {
5889
5893
  }
5890
5894
  export declare class GroupAddRequestMembers extends $tea.Model {
5891
5895
  /**
5892
- * @remarks
5893
- * This parameter is required.
5894
- *
5895
5896
  * @example
5896
5897
  * Attendance
5897
5898
  */
5898
5899
  role?: string;
5899
5900
  /**
5900
- * @remarks
5901
- * This parameter is required.
5902
- *
5903
5901
  * @example
5904
5902
  * StaffMember
5905
5903
  */
5906
5904
  type?: string;
5907
5905
  /**
5908
- * @remarks
5909
- * This parameter is required.
5910
- *
5911
5906
  * @example
5912
5907
  * 1212jfkd
5913
5908
  */
@@ -6738,11 +6733,24 @@ export declare class ShiftAddRequestSetting extends $tea.Model {
6738
6733
  };
6739
6734
  isFlexible?: boolean;
6740
6735
  lateBackSetting?: ShiftAddRequestSettingLateBackSetting;
6736
+ /**
6737
+ * @example
6738
+ * 1234
6739
+ */
6740
+ referenceClassId?: number;
6741
6741
  /**
6742
6742
  * @example
6743
6743
  * 31
6744
6744
  */
6745
6745
  seriousLateMinutes?: number;
6746
+ /**
6747
+ * @example
6748
+ * NORMAL
6749
+ *
6750
+ * **if can be null:**
6751
+ * false
6752
+ */
6753
+ shiftType?: string;
6746
6754
  /**
6747
6755
  * @example
6748
6756
  * temp:schedule:isv