@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
@@ -2420,6 +2420,122 @@ export class SyncChannelMessageResponse extends $tea.Model {
2420
2420
  }
2421
2421
  }
2422
2422
 
2423
+ export class SyncInterviewInfoToAIInterviewAssistantHeaders extends $tea.Model {
2424
+ commonHeaders?: { [key: string]: string };
2425
+ xAcsDingtalkAccessToken?: string;
2426
+ static names(): { [key: string]: string } {
2427
+ return {
2428
+ commonHeaders: 'commonHeaders',
2429
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
2430
+ };
2431
+ }
2432
+
2433
+ static types(): { [key: string]: any } {
2434
+ return {
2435
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2436
+ xAcsDingtalkAccessToken: 'string',
2437
+ };
2438
+ }
2439
+
2440
+ constructor(map?: { [key: string]: any }) {
2441
+ super(map);
2442
+ }
2443
+ }
2444
+
2445
+ export class SyncInterviewInfoToAIInterviewAssistantRequest extends $tea.Model {
2446
+ candidateInfoVOList?: SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOList[];
2447
+ conferenceInfoVO?: SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVO;
2448
+ interviewEndTime?: number;
2449
+ interviewId?: string;
2450
+ interviewStartTime?: number;
2451
+ interviewType?: string;
2452
+ interviewerInfoVOList?: SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOList[];
2453
+ /**
2454
+ * @example
2455
+ * moka
2456
+ */
2457
+ isvId?: string;
2458
+ jobContentVO?: SyncInterviewInfoToAIInterviewAssistantRequestJobContentVO;
2459
+ static names(): { [key: string]: string } {
2460
+ return {
2461
+ candidateInfoVOList: 'candidateInfoVOList',
2462
+ conferenceInfoVO: 'conferenceInfoVO',
2463
+ interviewEndTime: 'interviewEndTime',
2464
+ interviewId: 'interviewId',
2465
+ interviewStartTime: 'interviewStartTime',
2466
+ interviewType: 'interviewType',
2467
+ interviewerInfoVOList: 'interviewerInfoVOList',
2468
+ isvId: 'isvId',
2469
+ jobContentVO: 'jobContentVO',
2470
+ };
2471
+ }
2472
+
2473
+ static types(): { [key: string]: any } {
2474
+ return {
2475
+ candidateInfoVOList: { 'type': 'array', 'itemType': SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOList },
2476
+ conferenceInfoVO: SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVO,
2477
+ interviewEndTime: 'number',
2478
+ interviewId: 'string',
2479
+ interviewStartTime: 'number',
2480
+ interviewType: 'string',
2481
+ interviewerInfoVOList: { 'type': 'array', 'itemType': SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOList },
2482
+ isvId: 'string',
2483
+ jobContentVO: SyncInterviewInfoToAIInterviewAssistantRequestJobContentVO,
2484
+ };
2485
+ }
2486
+
2487
+ constructor(map?: { [key: string]: any }) {
2488
+ super(map);
2489
+ }
2490
+ }
2491
+
2492
+ export class SyncInterviewInfoToAIInterviewAssistantResponseBody extends $tea.Model {
2493
+ result?: boolean;
2494
+ success?: boolean;
2495
+ static names(): { [key: string]: string } {
2496
+ return {
2497
+ result: 'result',
2498
+ success: 'success',
2499
+ };
2500
+ }
2501
+
2502
+ static types(): { [key: string]: any } {
2503
+ return {
2504
+ result: 'boolean',
2505
+ success: 'boolean',
2506
+ };
2507
+ }
2508
+
2509
+ constructor(map?: { [key: string]: any }) {
2510
+ super(map);
2511
+ }
2512
+ }
2513
+
2514
+ export class SyncInterviewInfoToAIInterviewAssistantResponse extends $tea.Model {
2515
+ headers?: { [key: string]: string };
2516
+ statusCode?: number;
2517
+ body?: SyncInterviewInfoToAIInterviewAssistantResponseBody;
2518
+ static names(): { [key: string]: string } {
2519
+ return {
2520
+ headers: 'headers',
2521
+ statusCode: 'statusCode',
2522
+ body: 'body',
2523
+ };
2524
+ }
2525
+
2526
+ static types(): { [key: string]: any } {
2527
+ return {
2528
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2529
+ statusCode: 'number',
2530
+ body: SyncInterviewInfoToAIInterviewAssistantResponseBody,
2531
+ };
2532
+ }
2533
+
2534
+ constructor(map?: { [key: string]: any }) {
2535
+ super(map);
2536
+ }
2537
+ }
2538
+
2423
2539
  export class UpdateApplicationRegFormHeaders extends $tea.Model {
2424
2540
  commonHeaders?: { [key: string]: string };
2425
2541
  xAcsDingtalkAccessToken?: string;
@@ -4070,6 +4186,224 @@ export class QueryInterviewsResponseBodyList extends $tea.Model {
4070
4186
  }
4071
4187
  }
4072
4188
 
4189
+ export class SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOListAiInterviewHistoryEvaluationContentList extends $tea.Model {
4190
+ historyInterviewContent?: string;
4191
+ interviewerUserId?: string;
4192
+ static names(): { [key: string]: string } {
4193
+ return {
4194
+ historyInterviewContent: 'historyInterviewContent',
4195
+ interviewerUserId: 'interviewerUserId',
4196
+ };
4197
+ }
4198
+
4199
+ static types(): { [key: string]: any } {
4200
+ return {
4201
+ historyInterviewContent: 'string',
4202
+ interviewerUserId: 'string',
4203
+ };
4204
+ }
4205
+
4206
+ constructor(map?: { [key: string]: any }) {
4207
+ super(map);
4208
+ }
4209
+ }
4210
+
4211
+ export class SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOList extends $tea.Model {
4212
+ aiInterviewHistoryEvaluationContentList?: SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOListAiInterviewHistoryEvaluationContentList[];
4213
+ canViewUserIdList?: string[];
4214
+ historyInterviewId?: string;
4215
+ historyInterviewRounds?: string;
4216
+ static names(): { [key: string]: string } {
4217
+ return {
4218
+ aiInterviewHistoryEvaluationContentList: 'aiInterviewHistoryEvaluationContentList',
4219
+ canViewUserIdList: 'canViewUserIdList',
4220
+ historyInterviewId: 'historyInterviewId',
4221
+ historyInterviewRounds: 'historyInterviewRounds',
4222
+ };
4223
+ }
4224
+
4225
+ static types(): { [key: string]: any } {
4226
+ return {
4227
+ aiInterviewHistoryEvaluationContentList: { 'type': 'array', 'itemType': SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOListAiInterviewHistoryEvaluationContentList },
4228
+ canViewUserIdList: { 'type': 'array', 'itemType': 'string' },
4229
+ historyInterviewId: 'string',
4230
+ historyInterviewRounds: 'string',
4231
+ };
4232
+ }
4233
+
4234
+ constructor(map?: { [key: string]: any }) {
4235
+ super(map);
4236
+ }
4237
+ }
4238
+
4239
+ export class SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOList extends $tea.Model {
4240
+ bizCandidateId?: string;
4241
+ historyInterviewInfoVOList?: SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOList[];
4242
+ name?: string;
4243
+ phone?: string;
4244
+ resumeContent?: string;
4245
+ static names(): { [key: string]: string } {
4246
+ return {
4247
+ bizCandidateId: 'bizCandidateId',
4248
+ historyInterviewInfoVOList: 'historyInterviewInfoVOList',
4249
+ name: 'name',
4250
+ phone: 'phone',
4251
+ resumeContent: 'resumeContent',
4252
+ };
4253
+ }
4254
+
4255
+ static types(): { [key: string]: any } {
4256
+ return {
4257
+ bizCandidateId: 'string',
4258
+ historyInterviewInfoVOList: { 'type': 'array', 'itemType': SyncInterviewInfoToAIInterviewAssistantRequestCandidateInfoVOListHistoryInterviewInfoVOList },
4259
+ name: 'string',
4260
+ phone: 'string',
4261
+ resumeContent: 'string',
4262
+ };
4263
+ }
4264
+
4265
+ constructor(map?: { [key: string]: any }) {
4266
+ super(map);
4267
+ }
4268
+ }
4269
+
4270
+ export class SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVOConferenceBookerInfoVO extends $tea.Model {
4271
+ id?: string;
4272
+ name?: string;
4273
+ static names(): { [key: string]: string } {
4274
+ return {
4275
+ id: 'id',
4276
+ name: 'name',
4277
+ };
4278
+ }
4279
+
4280
+ static types(): { [key: string]: any } {
4281
+ return {
4282
+ id: 'string',
4283
+ name: 'string',
4284
+ };
4285
+ }
4286
+
4287
+ constructor(map?: { [key: string]: any }) {
4288
+ super(map);
4289
+ }
4290
+ }
4291
+
4292
+ export class SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVO extends $tea.Model {
4293
+ conferenceBookerInfoVO?: SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVOConferenceBookerInfoVO;
4294
+ roomCode?: string;
4295
+ scheduleConferenceId?: string;
4296
+ scheduleConferenceUrl?: string;
4297
+ static names(): { [key: string]: string } {
4298
+ return {
4299
+ conferenceBookerInfoVO: 'conferenceBookerInfoVO',
4300
+ roomCode: 'roomCode',
4301
+ scheduleConferenceId: 'scheduleConferenceId',
4302
+ scheduleConferenceUrl: 'scheduleConferenceUrl',
4303
+ };
4304
+ }
4305
+
4306
+ static types(): { [key: string]: any } {
4307
+ return {
4308
+ conferenceBookerInfoVO: SyncInterviewInfoToAIInterviewAssistantRequestConferenceInfoVOConferenceBookerInfoVO,
4309
+ roomCode: 'string',
4310
+ scheduleConferenceId: 'string',
4311
+ scheduleConferenceUrl: 'string',
4312
+ };
4313
+ }
4314
+
4315
+ constructor(map?: { [key: string]: any }) {
4316
+ super(map);
4317
+ }
4318
+ }
4319
+
4320
+ export class SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOListInterviewEvaluationFormConfigVO extends $tea.Model {
4321
+ content?: string;
4322
+ id?: string;
4323
+ name?: string;
4324
+ static names(): { [key: string]: string } {
4325
+ return {
4326
+ content: 'content',
4327
+ id: 'id',
4328
+ name: 'name',
4329
+ };
4330
+ }
4331
+
4332
+ static types(): { [key: string]: any } {
4333
+ return {
4334
+ content: 'string',
4335
+ id: 'string',
4336
+ name: 'string',
4337
+ };
4338
+ }
4339
+
4340
+ constructor(map?: { [key: string]: any }) {
4341
+ super(map);
4342
+ }
4343
+ }
4344
+
4345
+ export class SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOList extends $tea.Model {
4346
+ id?: string;
4347
+ interviewEvaluationFormConfigVO?: SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOListInterviewEvaluationFormConfigVO;
4348
+ name?: string;
4349
+ position?: string;
4350
+ static names(): { [key: string]: string } {
4351
+ return {
4352
+ id: 'id',
4353
+ interviewEvaluationFormConfigVO: 'interviewEvaluationFormConfigVO',
4354
+ name: 'name',
4355
+ position: 'position',
4356
+ };
4357
+ }
4358
+
4359
+ static types(): { [key: string]: any } {
4360
+ return {
4361
+ id: 'string',
4362
+ interviewEvaluationFormConfigVO: SyncInterviewInfoToAIInterviewAssistantRequestInterviewerInfoVOListInterviewEvaluationFormConfigVO,
4363
+ name: 'string',
4364
+ position: 'string',
4365
+ };
4366
+ }
4367
+
4368
+ constructor(map?: { [key: string]: any }) {
4369
+ super(map);
4370
+ }
4371
+ }
4372
+
4373
+ export class SyncInterviewInfoToAIInterviewAssistantRequestJobContentVO extends $tea.Model {
4374
+ commitment?: string;
4375
+ hireCount?: number;
4376
+ jobContent?: string;
4377
+ jobName?: string;
4378
+ maxSalary?: number;
4379
+ minSalary?: number;
4380
+ static names(): { [key: string]: string } {
4381
+ return {
4382
+ commitment: 'commitment',
4383
+ hireCount: 'hireCount',
4384
+ jobContent: 'jobContent',
4385
+ jobName: 'jobName',
4386
+ maxSalary: 'maxSalary',
4387
+ minSalary: 'minSalary',
4388
+ };
4389
+ }
4390
+
4391
+ static types(): { [key: string]: any } {
4392
+ return {
4393
+ commitment: 'string',
4394
+ hireCount: 'number',
4395
+ jobContent: 'string',
4396
+ jobName: 'string',
4397
+ maxSalary: 'number',
4398
+ minSalary: 'number',
4399
+ };
4400
+ }
4401
+
4402
+ constructor(map?: { [key: string]: any }) {
4403
+ super(map);
4404
+ }
4405
+ }
4406
+
4073
4407
  export class UpdateApplicationRegFormRequestDingPanFile extends $tea.Model {
4074
4408
  /**
4075
4409
  * @remarks
@@ -5403,6 +5737,92 @@ export default class Client extends OpenApi {
5403
5737
  return await this.syncChannelMessageWithOptions(request, headers, runtime);
5404
5738
  }
5405
5739
 
5740
+ /**
5741
+ * ats系统同步面试信息给AI面试助手
5742
+ *
5743
+ * @param request - SyncInterviewInfoToAIInterviewAssistantRequest
5744
+ * @param headers - SyncInterviewInfoToAIInterviewAssistantHeaders
5745
+ * @param runtime - runtime options for this request RuntimeOptions
5746
+ * @returns SyncInterviewInfoToAIInterviewAssistantResponse
5747
+ */
5748
+ async syncInterviewInfoToAIInterviewAssistantWithOptions(request: SyncInterviewInfoToAIInterviewAssistantRequest, headers: SyncInterviewInfoToAIInterviewAssistantHeaders, runtime: $Util.RuntimeOptions): Promise<SyncInterviewInfoToAIInterviewAssistantResponse> {
5749
+ Util.validateModel(request);
5750
+ let body : {[key: string ]: any} = { };
5751
+ if (!Util.isUnset(request.candidateInfoVOList)) {
5752
+ body["candidateInfoVOList"] = request.candidateInfoVOList;
5753
+ }
5754
+
5755
+ if (!Util.isUnset(request.conferenceInfoVO)) {
5756
+ body["conferenceInfoVO"] = request.conferenceInfoVO;
5757
+ }
5758
+
5759
+ if (!Util.isUnset(request.interviewEndTime)) {
5760
+ body["interviewEndTime"] = request.interviewEndTime;
5761
+ }
5762
+
5763
+ if (!Util.isUnset(request.interviewId)) {
5764
+ body["interviewId"] = request.interviewId;
5765
+ }
5766
+
5767
+ if (!Util.isUnset(request.interviewStartTime)) {
5768
+ body["interviewStartTime"] = request.interviewStartTime;
5769
+ }
5770
+
5771
+ if (!Util.isUnset(request.interviewType)) {
5772
+ body["interviewType"] = request.interviewType;
5773
+ }
5774
+
5775
+ if (!Util.isUnset(request.interviewerInfoVOList)) {
5776
+ body["interviewerInfoVOList"] = request.interviewerInfoVOList;
5777
+ }
5778
+
5779
+ if (!Util.isUnset(request.isvId)) {
5780
+ body["isvId"] = request.isvId;
5781
+ }
5782
+
5783
+ if (!Util.isUnset(request.jobContentVO)) {
5784
+ body["jobContentVO"] = request.jobContentVO;
5785
+ }
5786
+
5787
+ let realHeaders : {[key: string ]: string} = { };
5788
+ if (!Util.isUnset(headers.commonHeaders)) {
5789
+ realHeaders = headers.commonHeaders;
5790
+ }
5791
+
5792
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
5793
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
5794
+ }
5795
+
5796
+ let req = new $OpenApi.OpenApiRequest({
5797
+ headers: realHeaders,
5798
+ body: OpenApiUtil.parseToMap(body),
5799
+ });
5800
+ let params = new $OpenApi.Params({
5801
+ action: "SyncInterviewInfoToAIInterviewAssistant",
5802
+ version: "ats_1.0",
5803
+ protocol: "HTTP",
5804
+ pathname: `/v1.0/ats/ai/interview/interviewInfos/sync`,
5805
+ method: "POST",
5806
+ authType: "AK",
5807
+ style: "ROA",
5808
+ reqBodyType: "none",
5809
+ bodyType: "json",
5810
+ });
5811
+ return $tea.cast<SyncInterviewInfoToAIInterviewAssistantResponse>(await this.execute(params, req, runtime), new SyncInterviewInfoToAIInterviewAssistantResponse({}));
5812
+ }
5813
+
5814
+ /**
5815
+ * ats系统同步面试信息给AI面试助手
5816
+ *
5817
+ * @param request - SyncInterviewInfoToAIInterviewAssistantRequest
5818
+ * @returns SyncInterviewInfoToAIInterviewAssistantResponse
5819
+ */
5820
+ async syncInterviewInfoToAIInterviewAssistant(request: SyncInterviewInfoToAIInterviewAssistantRequest): Promise<SyncInterviewInfoToAIInterviewAssistantResponse> {
5821
+ let runtime = new $Util.RuntimeOptions({ });
5822
+ let headers = new SyncInterviewInfoToAIInterviewAssistantHeaders({ });
5823
+ return await this.syncInterviewInfoToAIInterviewAssistantWithOptions(request, headers, runtime);
5824
+ }
5825
+
5406
5826
  /**
5407
5827
  * 更新应聘登记表内容
5408
5828
  *
@@ -3385,6 +3385,7 @@ export class GroupAddRequest extends $tea.Model {
3385
3385
  * true
3386
3386
  */
3387
3387
  forbidHideOutSideAddress?: boolean;
3388
+ freeCheckDemandWorkMinutes?: number;
3388
3389
  freeCheckSetting?: GroupAddRequestFreeCheckSetting;
3389
3390
  /**
3390
3391
  * @example
@@ -3411,10 +3412,6 @@ export class GroupAddRequest extends $tea.Model {
3411
3412
  */
3412
3413
  groupName?: string;
3413
3414
  managerList?: string[];
3414
- /**
3415
- * @remarks
3416
- * This parameter is required.
3417
- */
3418
3415
  members?: GroupAddRequestMembers[];
3419
3416
  /**
3420
3417
  * @example
@@ -3505,6 +3502,7 @@ export class GroupAddRequest extends $tea.Model {
3505
3502
  enablePositionBle: 'enablePositionBle',
3506
3503
  enableTrimDistance: 'enableTrimDistance',
3507
3504
  forbidHideOutSideAddress: 'forbidHideOutSideAddress',
3505
+ freeCheckDemandWorkMinutes: 'freeCheckDemandWorkMinutes',
3508
3506
  freeCheckSetting: 'freeCheckSetting',
3509
3507
  freeCheckTypeId: 'freeCheckTypeId',
3510
3508
  freecheckDayStartMinOffset: 'freecheckDayStartMinOffset',
@@ -3555,6 +3553,7 @@ export class GroupAddRequest extends $tea.Model {
3555
3553
  enablePositionBle: 'boolean',
3556
3554
  enableTrimDistance: 'boolean',
3557
3555
  forbidHideOutSideAddress: 'boolean',
3556
+ freeCheckDemandWorkMinutes: 'number',
3558
3557
  freeCheckSetting: GroupAddRequestFreeCheckSetting,
3559
3558
  freeCheckTypeId: 'number',
3560
3559
  freecheckDayStartMinOffset: 'number',
@@ -3664,6 +3663,7 @@ export class GroupUpdateRequest extends $tea.Model {
3664
3663
  * 123L
3665
3664
  */
3666
3665
  adjustmentSettingId?: number;
3666
+ defaultClassId?: number;
3667
3667
  /**
3668
3668
  * @example
3669
3669
  * true
@@ -3704,6 +3704,7 @@ export class GroupUpdateRequest extends $tea.Model {
3704
3704
  * true
3705
3705
  */
3706
3706
  enableOutsideApply?: boolean;
3707
+ enableOutsideCameraCheck?: boolean;
3707
3708
  /**
3708
3709
  * @example
3709
3710
  * true
@@ -3794,6 +3795,7 @@ export class GroupUpdateRequest extends $tea.Model {
3794
3795
  static names(): { [key: string]: string } {
3795
3796
  return {
3796
3797
  adjustmentSettingId: 'adjustmentSettingId',
3798
+ defaultClassId: 'defaultClassId',
3797
3799
  disableCheckWhenRest: 'disableCheckWhenRest',
3798
3800
  disableCheckWithoutSchedule: 'disableCheckWithoutSchedule',
3799
3801
  enableCameraCheck: 'enableCameraCheck',
@@ -3802,6 +3804,7 @@ export class GroupUpdateRequest extends $tea.Model {
3802
3804
  enableFaceStrictMode: 'enableFaceStrictMode',
3803
3805
  enableOutSideUpdateNormalCheck: 'enableOutSideUpdateNormalCheck',
3804
3806
  enableOutsideApply: 'enableOutsideApply',
3807
+ enableOutsideCameraCheck: 'enableOutsideCameraCheck',
3805
3808
  enableOutsideCheck: 'enableOutsideCheck',
3806
3809
  enableOutsideRemark: 'enableOutsideRemark',
3807
3810
  enableTrimDistance: 'enableTrimDistance',
@@ -3832,6 +3835,7 @@ export class GroupUpdateRequest extends $tea.Model {
3832
3835
  static types(): { [key: string]: any } {
3833
3836
  return {
3834
3837
  adjustmentSettingId: 'number',
3838
+ defaultClassId: 'number',
3835
3839
  disableCheckWhenRest: 'boolean',
3836
3840
  disableCheckWithoutSchedule: 'boolean',
3837
3841
  enableCameraCheck: 'boolean',
@@ -3840,6 +3844,7 @@ export class GroupUpdateRequest extends $tea.Model {
3840
3844
  enableFaceStrictMode: 'boolean',
3841
3845
  enableOutSideUpdateNormalCheck: 'boolean',
3842
3846
  enableOutsideApply: 'boolean',
3847
+ enableOutsideCameraCheck: 'boolean',
3843
3848
  enableOutsideCheck: 'boolean',
3844
3849
  enableOutsideRemark: 'boolean',
3845
3850
  enableTrimDistance: 'boolean',
@@ -8018,6 +8023,11 @@ export class GetShiftResponseBodyResultShiftSetting extends $tea.Model {
8018
8023
  * 233840112
8019
8024
  */
8020
8025
  shiftSettingId?: number;
8026
+ /**
8027
+ * @example
8028
+ * NORMAL
8029
+ */
8030
+ shiftType?: string;
8021
8031
  /**
8022
8032
  * @example
8023
8033
  * 600
@@ -8031,6 +8041,7 @@ export class GetShiftResponseBodyResultShiftSetting extends $tea.Model {
8031
8041
  gmtModified: 'gmtModified',
8032
8042
  shiftId: 'shiftId',
8033
8043
  shiftSettingId: 'shiftSettingId',
8044
+ shiftType: 'shiftType',
8034
8045
  workTimeMinutes: 'workTimeMinutes',
8035
8046
  };
8036
8047
  }
@@ -8043,6 +8054,7 @@ export class GetShiftResponseBodyResultShiftSetting extends $tea.Model {
8043
8054
  gmtModified: 'string',
8044
8055
  shiftId: 'number',
8045
8056
  shiftSettingId: 'number',
8057
+ shiftType: 'string',
8046
8058
  workTimeMinutes: 'number',
8047
8059
  };
8048
8060
  }
@@ -8691,25 +8703,16 @@ export class GroupAddRequestFreeCheckSetting extends $tea.Model {
8691
8703
 
8692
8704
  export class GroupAddRequestMembers extends $tea.Model {
8693
8705
  /**
8694
- * @remarks
8695
- * This parameter is required.
8696
- *
8697
8706
  * @example
8698
8707
  * Attendance
8699
8708
  */
8700
8709
  role?: string;
8701
8710
  /**
8702
- * @remarks
8703
- * This parameter is required.
8704
- *
8705
8711
  * @example
8706
8712
  * StaffMember
8707
8713
  */
8708
8714
  type?: string;
8709
8715
  /**
8710
- * @remarks
8711
- * This parameter is required.
8712
- *
8713
8716
  * @example
8714
8717
  * 1212jfkd
8715
8718
  */
@@ -9908,11 +9911,24 @@ export class ShiftAddRequestSetting extends $tea.Model {
9908
9911
  extras?: { [key: string]: any };
9909
9912
  isFlexible?: boolean;
9910
9913
  lateBackSetting?: ShiftAddRequestSettingLateBackSetting;
9914
+ /**
9915
+ * @example
9916
+ * 1234
9917
+ */
9918
+ referenceClassId?: number;
9911
9919
  /**
9912
9920
  * @example
9913
9921
  * 31
9914
9922
  */
9915
9923
  seriousLateMinutes?: number;
9924
+ /**
9925
+ * @example
9926
+ * NORMAL
9927
+ *
9928
+ * **if can be null:**
9929
+ * false
9930
+ */
9931
+ shiftType?: string;
9916
9932
  /**
9917
9933
  * @example
9918
9934
  * temp:schedule:isv
@@ -9928,7 +9944,9 @@ export class ShiftAddRequestSetting extends $tea.Model {
9928
9944
  extras: 'extras',
9929
9945
  isFlexible: 'isFlexible',
9930
9946
  lateBackSetting: 'lateBackSetting',
9947
+ referenceClassId: 'referenceClassId',
9931
9948
  seriousLateMinutes: 'seriousLateMinutes',
9949
+ shiftType: 'shiftType',
9932
9950
  tags: 'tags',
9933
9951
  topRestTimeList: 'topRestTimeList',
9934
9952
  };
@@ -9943,7 +9961,9 @@ export class ShiftAddRequestSetting extends $tea.Model {
9943
9961
  extras: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
9944
9962
  isFlexible: 'boolean',
9945
9963
  lateBackSetting: ShiftAddRequestSettingLateBackSetting,
9964
+ referenceClassId: 'number',
9946
9965
  seriousLateMinutes: 'number',
9966
+ shiftType: 'string',
9947
9967
  tags: 'string',
9948
9968
  topRestTimeList: { 'type': 'array', 'itemType': ShiftAddRequestSettingTopRestTimeList },
9949
9969
  };
@@ -12265,6 +12285,10 @@ export default class Client extends OpenApi {
12265
12285
  body["forbidHideOutSideAddress"] = request.forbidHideOutSideAddress;
12266
12286
  }
12267
12287
 
12288
+ if (!Util.isUnset(request.freeCheckDemandWorkMinutes)) {
12289
+ body["freeCheckDemandWorkMinutes"] = request.freeCheckDemandWorkMinutes;
12290
+ }
12291
+
12268
12292
  if (!Util.isUnset(request.freeCheckSetting)) {
12269
12293
  body["freeCheckSetting"] = request.freeCheckSetting;
12270
12294
  }
@@ -12425,6 +12449,10 @@ export default class Client extends OpenApi {
12425
12449
  body["adjustmentSettingId"] = request.adjustmentSettingId;
12426
12450
  }
12427
12451
 
12452
+ if (!Util.isUnset(request.defaultClassId)) {
12453
+ body["defaultClassId"] = request.defaultClassId;
12454
+ }
12455
+
12428
12456
  if (!Util.isUnset(request.disableCheckWhenRest)) {
12429
12457
  body["disableCheckWhenRest"] = request.disableCheckWhenRest;
12430
12458
  }
@@ -12457,6 +12485,10 @@ export default class Client extends OpenApi {
12457
12485
  body["enableOutsideApply"] = request.enableOutsideApply;
12458
12486
  }
12459
12487
 
12488
+ if (!Util.isUnset(request.enableOutsideCameraCheck)) {
12489
+ body["enableOutsideCameraCheck"] = request.enableOutsideCameraCheck;
12490
+ }
12491
+
12460
12492
  if (!Util.isUnset(request.enableOutsideCheck)) {
12461
12493
  body["enableOutsideCheck"] = request.enableOutsideCheck;
12462
12494
  }