@tachybase/plugin-auth-dingtalk 1.3.18 → 1.3.20

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
@@ -98,6 +98,199 @@ export class HrbrainDeleteAwardRecordsResponse extends $tea.Model {
98
98
  }
99
99
  }
100
100
 
101
+ export class HrbrainDeleteCustomHeaders extends $tea.Model {
102
+ commonHeaders?: { [key: string]: string };
103
+ xAcsDingtalkAccessToken?: string;
104
+ static names(): { [key: string]: string } {
105
+ return {
106
+ commonHeaders: 'commonHeaders',
107
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
108
+ };
109
+ }
110
+
111
+ static types(): { [key: string]: any } {
112
+ return {
113
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
114
+ xAcsDingtalkAccessToken: 'string',
115
+ };
116
+ }
117
+
118
+ constructor(map?: { [key: string]: any }) {
119
+ super(map);
120
+ }
121
+ }
122
+
123
+ export class HrbrainDeleteCustomRequest extends $tea.Model {
124
+ /**
125
+ * @remarks
126
+ * This parameter is required.
127
+ */
128
+ modelCode?: string;
129
+ /**
130
+ * @remarks
131
+ * This parameter is required.
132
+ */
133
+ params?: { [key: string]: any }[];
134
+ static names(): { [key: string]: string } {
135
+ return {
136
+ modelCode: 'modelCode',
137
+ params: 'params',
138
+ };
139
+ }
140
+
141
+ static types(): { [key: string]: any } {
142
+ return {
143
+ modelCode: 'string',
144
+ params: { 'type': 'array', 'itemType': { 'type': 'map', 'keyType': 'string', 'valueType': 'any' } },
145
+ };
146
+ }
147
+
148
+ constructor(map?: { [key: string]: any }) {
149
+ super(map);
150
+ }
151
+ }
152
+
153
+ export class HrbrainDeleteCustomResponseBody extends $tea.Model {
154
+ requestId?: string;
155
+ result?: boolean;
156
+ success?: boolean;
157
+ static names(): { [key: string]: string } {
158
+ return {
159
+ requestId: 'requestId',
160
+ result: 'result',
161
+ success: 'success',
162
+ };
163
+ }
164
+
165
+ static types(): { [key: string]: any } {
166
+ return {
167
+ requestId: 'string',
168
+ result: 'boolean',
169
+ success: 'boolean',
170
+ };
171
+ }
172
+
173
+ constructor(map?: { [key: string]: any }) {
174
+ super(map);
175
+ }
176
+ }
177
+
178
+ export class HrbrainDeleteCustomResponse extends $tea.Model {
179
+ headers?: { [key: string]: string };
180
+ statusCode?: number;
181
+ body?: HrbrainDeleteCustomResponseBody;
182
+ static names(): { [key: string]: string } {
183
+ return {
184
+ headers: 'headers',
185
+ statusCode: 'statusCode',
186
+ body: 'body',
187
+ };
188
+ }
189
+
190
+ static types(): { [key: string]: any } {
191
+ return {
192
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
193
+ statusCode: 'number',
194
+ body: HrbrainDeleteCustomResponseBody,
195
+ };
196
+ }
197
+
198
+ constructor(map?: { [key: string]: any }) {
199
+ super(map);
200
+ }
201
+ }
202
+
203
+ export class HrbrainDeleteDeptInfoHeaders extends $tea.Model {
204
+ commonHeaders?: { [key: string]: string };
205
+ xAcsDingtalkAccessToken?: string;
206
+ static names(): { [key: string]: string } {
207
+ return {
208
+ commonHeaders: 'commonHeaders',
209
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
210
+ };
211
+ }
212
+
213
+ static types(): { [key: string]: any } {
214
+ return {
215
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
216
+ xAcsDingtalkAccessToken: 'string',
217
+ };
218
+ }
219
+
220
+ constructor(map?: { [key: string]: any }) {
221
+ super(map);
222
+ }
223
+ }
224
+
225
+ export class HrbrainDeleteDeptInfoRequest extends $tea.Model {
226
+ params?: HrbrainDeleteDeptInfoRequestParams[];
227
+ static names(): { [key: string]: string } {
228
+ return {
229
+ params: 'params',
230
+ };
231
+ }
232
+
233
+ static types(): { [key: string]: any } {
234
+ return {
235
+ params: { 'type': 'array', 'itemType': HrbrainDeleteDeptInfoRequestParams },
236
+ };
237
+ }
238
+
239
+ constructor(map?: { [key: string]: any }) {
240
+ super(map);
241
+ }
242
+ }
243
+
244
+ export class HrbrainDeleteDeptInfoResponseBody extends $tea.Model {
245
+ requestId?: string;
246
+ result?: boolean;
247
+ success?: boolean;
248
+ static names(): { [key: string]: string } {
249
+ return {
250
+ requestId: 'requestId',
251
+ result: 'result',
252
+ success: 'success',
253
+ };
254
+ }
255
+
256
+ static types(): { [key: string]: any } {
257
+ return {
258
+ requestId: 'string',
259
+ result: 'boolean',
260
+ success: 'boolean',
261
+ };
262
+ }
263
+
264
+ constructor(map?: { [key: string]: any }) {
265
+ super(map);
266
+ }
267
+ }
268
+
269
+ export class HrbrainDeleteDeptInfoResponse extends $tea.Model {
270
+ headers?: { [key: string]: string };
271
+ statusCode?: number;
272
+ body?: HrbrainDeleteDeptInfoResponseBody;
273
+ static names(): { [key: string]: string } {
274
+ return {
275
+ headers: 'headers',
276
+ statusCode: 'statusCode',
277
+ body: 'body',
278
+ };
279
+ }
280
+
281
+ static types(): { [key: string]: any } {
282
+ return {
283
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
284
+ statusCode: 'number',
285
+ body: HrbrainDeleteDeptInfoResponseBody,
286
+ };
287
+ }
288
+
289
+ constructor(map?: { [key: string]: any }) {
290
+ super(map);
291
+ }
292
+ }
293
+
101
294
  export class HrbrainDeleteDimissionHeaders extends $tea.Model {
102
295
  commonHeaders?: { [key: string]: string };
103
296
  xAcsDingtalkAccessToken?: string;
@@ -1128,7 +1321,7 @@ export class HrbrainDeleteRegistResponse extends $tea.Model {
1128
1321
  }
1129
1322
  }
1130
1323
 
1131
- export class HrbrainDeleteTransferEvalHeaders extends $tea.Model {
1324
+ export class HrbrainDeleteRegularHeaders extends $tea.Model {
1132
1325
  commonHeaders?: { [key: string]: string };
1133
1326
  xAcsDingtalkAccessToken?: string;
1134
1327
  static names(): { [key: string]: string } {
@@ -1150,8 +1343,8 @@ export class HrbrainDeleteTransferEvalHeaders extends $tea.Model {
1150
1343
  }
1151
1344
  }
1152
1345
 
1153
- export class HrbrainDeleteTransferEvalRequest extends $tea.Model {
1154
- params?: HrbrainDeleteTransferEvalRequestParams[];
1346
+ export class HrbrainDeleteRegularRequest extends $tea.Model {
1347
+ params?: HrbrainDeleteRegularRequestParams[];
1155
1348
  static names(): { [key: string]: string } {
1156
1349
  return {
1157
1350
  params: 'params',
@@ -1160,7 +1353,7 @@ export class HrbrainDeleteTransferEvalRequest extends $tea.Model {
1160
1353
 
1161
1354
  static types(): { [key: string]: any } {
1162
1355
  return {
1163
- params: { 'type': 'array', 'itemType': HrbrainDeleteTransferEvalRequestParams },
1356
+ params: { 'type': 'array', 'itemType': HrbrainDeleteRegularRequestParams },
1164
1357
  };
1165
1358
  }
1166
1359
 
@@ -1169,21 +1362,9 @@ export class HrbrainDeleteTransferEvalRequest extends $tea.Model {
1169
1362
  }
1170
1363
  }
1171
1364
 
1172
- export class HrbrainDeleteTransferEvalResponseBody extends $tea.Model {
1173
- /**
1174
- * @example
1175
- * 480021443f9f37fcbf464c4a6b85d289
1176
- */
1365
+ export class HrbrainDeleteRegularResponseBody extends $tea.Model {
1177
1366
  requestId?: string;
1178
- /**
1179
- * @example
1180
- * true
1181
- */
1182
1367
  result?: boolean;
1183
- /**
1184
- * @example
1185
- * true
1186
- */
1187
1368
  success?: boolean;
1188
1369
  static names(): { [key: string]: string } {
1189
1370
  return {
@@ -1206,10 +1387,10 @@ export class HrbrainDeleteTransferEvalResponseBody extends $tea.Model {
1206
1387
  }
1207
1388
  }
1208
1389
 
1209
- export class HrbrainDeleteTransferEvalResponse extends $tea.Model {
1390
+ export class HrbrainDeleteRegularResponse extends $tea.Model {
1210
1391
  headers?: { [key: string]: string };
1211
1392
  statusCode?: number;
1212
- body?: HrbrainDeleteTransferEvalResponseBody;
1393
+ body?: HrbrainDeleteRegularResponseBody;
1213
1394
  static names(): { [key: string]: string } {
1214
1395
  return {
1215
1396
  headers: 'headers',
@@ -1222,7 +1403,7 @@ export class HrbrainDeleteTransferEvalResponse extends $tea.Model {
1222
1403
  return {
1223
1404
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1224
1405
  statusCode: 'number',
1225
- body: HrbrainDeleteTransferEvalResponseBody,
1406
+ body: HrbrainDeleteRegularResponseBody,
1226
1407
  };
1227
1408
  }
1228
1409
 
@@ -1231,7 +1412,7 @@ export class HrbrainDeleteTransferEvalResponse extends $tea.Model {
1231
1412
  }
1232
1413
  }
1233
1414
 
1234
- export class HrbrainDeleteWorkExpHeaders extends $tea.Model {
1415
+ export class HrbrainDeleteTrainingHeaders extends $tea.Model {
1235
1416
  commonHeaders?: { [key: string]: string };
1236
1417
  xAcsDingtalkAccessToken?: string;
1237
1418
  static names(): { [key: string]: string } {
@@ -1253,8 +1434,8 @@ export class HrbrainDeleteWorkExpHeaders extends $tea.Model {
1253
1434
  }
1254
1435
  }
1255
1436
 
1256
- export class HrbrainDeleteWorkExpRequest extends $tea.Model {
1257
- params?: HrbrainDeleteWorkExpRequestParams[];
1437
+ export class HrbrainDeleteTrainingRequest extends $tea.Model {
1438
+ params?: HrbrainDeleteTrainingRequestParams[];
1258
1439
  static names(): { [key: string]: string } {
1259
1440
  return {
1260
1441
  params: 'params',
@@ -1263,7 +1444,7 @@ export class HrbrainDeleteWorkExpRequest extends $tea.Model {
1263
1444
 
1264
1445
  static types(): { [key: string]: any } {
1265
1446
  return {
1266
- params: { 'type': 'array', 'itemType': HrbrainDeleteWorkExpRequestParams },
1447
+ params: { 'type': 'array', 'itemType': HrbrainDeleteTrainingRequestParams },
1267
1448
  };
1268
1449
  }
1269
1450
 
@@ -1272,21 +1453,9 @@ export class HrbrainDeleteWorkExpRequest extends $tea.Model {
1272
1453
  }
1273
1454
  }
1274
1455
 
1275
- export class HrbrainDeleteWorkExpResponseBody extends $tea.Model {
1276
- /**
1277
- * @example
1278
- * 480021443f9f37fcbf464c4a6b85d289
1279
- */
1456
+ export class HrbrainDeleteTrainingResponseBody extends $tea.Model {
1280
1457
  requestId?: string;
1281
- /**
1282
- * @example
1283
- * true
1284
- */
1285
1458
  result?: boolean;
1286
- /**
1287
- * @example
1288
- * true
1289
- */
1290
1459
  success?: boolean;
1291
1460
  static names(): { [key: string]: string } {
1292
1461
  return {
@@ -1309,10 +1478,10 @@ export class HrbrainDeleteWorkExpResponseBody extends $tea.Model {
1309
1478
  }
1310
1479
  }
1311
1480
 
1312
- export class HrbrainDeleteWorkExpResponse extends $tea.Model {
1481
+ export class HrbrainDeleteTrainingResponse extends $tea.Model {
1313
1482
  headers?: { [key: string]: string };
1314
1483
  statusCode?: number;
1315
- body?: HrbrainDeleteWorkExpResponseBody;
1484
+ body?: HrbrainDeleteTrainingResponseBody;
1316
1485
  static names(): { [key: string]: string } {
1317
1486
  return {
1318
1487
  headers: 'headers',
@@ -1325,7 +1494,7 @@ export class HrbrainDeleteWorkExpResponse extends $tea.Model {
1325
1494
  return {
1326
1495
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1327
1496
  statusCode: 'number',
1328
- body: HrbrainDeleteWorkExpResponseBody,
1497
+ body: HrbrainDeleteTrainingResponseBody,
1329
1498
  };
1330
1499
  }
1331
1500
 
@@ -1334,7 +1503,7 @@ export class HrbrainDeleteWorkExpResponse extends $tea.Model {
1334
1503
  }
1335
1504
  }
1336
1505
 
1337
- export class HrbrainDeletetLabelBaseHeaders extends $tea.Model {
1506
+ export class HrbrainDeleteTransferEvalHeaders extends $tea.Model {
1338
1507
  commonHeaders?: { [key: string]: string };
1339
1508
  xAcsDingtalkAccessToken?: string;
1340
1509
  static names(): { [key: string]: string } {
@@ -1356,8 +1525,8 @@ export class HrbrainDeletetLabelBaseHeaders extends $tea.Model {
1356
1525
  }
1357
1526
  }
1358
1527
 
1359
- export class HrbrainDeletetLabelBaseRequest extends $tea.Model {
1360
- params?: HrbrainDeletetLabelBaseRequestParams[];
1528
+ export class HrbrainDeleteTransferEvalRequest extends $tea.Model {
1529
+ params?: HrbrainDeleteTransferEvalRequestParams[];
1361
1530
  static names(): { [key: string]: string } {
1362
1531
  return {
1363
1532
  params: 'params',
@@ -1366,7 +1535,7 @@ export class HrbrainDeletetLabelBaseRequest extends $tea.Model {
1366
1535
 
1367
1536
  static types(): { [key: string]: any } {
1368
1537
  return {
1369
- params: { 'type': 'array', 'itemType': HrbrainDeletetLabelBaseRequestParams },
1538
+ params: { 'type': 'array', 'itemType': HrbrainDeleteTransferEvalRequestParams },
1370
1539
  };
1371
1540
  }
1372
1541
 
@@ -1375,7 +1544,7 @@ export class HrbrainDeletetLabelBaseRequest extends $tea.Model {
1375
1544
  }
1376
1545
  }
1377
1546
 
1378
- export class HrbrainDeletetLabelBaseResponseBody extends $tea.Model {
1547
+ export class HrbrainDeleteTransferEvalResponseBody extends $tea.Model {
1379
1548
  /**
1380
1549
  * @example
1381
1550
  * 480021443f9f37fcbf464c4a6b85d289
@@ -1412,10 +1581,10 @@ export class HrbrainDeletetLabelBaseResponseBody extends $tea.Model {
1412
1581
  }
1413
1582
  }
1414
1583
 
1415
- export class HrbrainDeletetLabelBaseResponse extends $tea.Model {
1584
+ export class HrbrainDeleteTransferEvalResponse extends $tea.Model {
1416
1585
  headers?: { [key: string]: string };
1417
1586
  statusCode?: number;
1418
- body?: HrbrainDeletetLabelBaseResponseBody;
1587
+ body?: HrbrainDeleteTransferEvalResponseBody;
1419
1588
  static names(): { [key: string]: string } {
1420
1589
  return {
1421
1590
  headers: 'headers',
@@ -1428,7 +1597,7 @@ export class HrbrainDeletetLabelBaseResponse extends $tea.Model {
1428
1597
  return {
1429
1598
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1430
1599
  statusCode: 'number',
1431
- body: HrbrainDeletetLabelBaseResponseBody,
1600
+ body: HrbrainDeleteTransferEvalResponseBody,
1432
1601
  };
1433
1602
  }
1434
1603
 
@@ -1437,7 +1606,7 @@ export class HrbrainDeletetLabelBaseResponse extends $tea.Model {
1437
1606
  }
1438
1607
  }
1439
1608
 
1440
- export class HrbrainImportAwardDetailHeaders extends $tea.Model {
1609
+ export class HrbrainDeleteWorkExpHeaders extends $tea.Model {
1441
1610
  commonHeaders?: { [key: string]: string };
1442
1611
  xAcsDingtalkAccessToken?: string;
1443
1612
  static names(): { [key: string]: string } {
@@ -1459,28 +1628,17 @@ export class HrbrainImportAwardDetailHeaders extends $tea.Model {
1459
1628
  }
1460
1629
  }
1461
1630
 
1462
- export class HrbrainImportAwardDetailRequest extends $tea.Model {
1463
- /**
1464
- * @remarks
1465
- * This parameter is required.
1466
- */
1467
- body?: HrbrainImportAwardDetailRequestBody[];
1468
- /**
1469
- * @remarks
1470
- * This parameter is required.
1471
- */
1472
- corpId?: string;
1631
+ export class HrbrainDeleteWorkExpRequest extends $tea.Model {
1632
+ params?: HrbrainDeleteWorkExpRequestParams[];
1473
1633
  static names(): { [key: string]: string } {
1474
1634
  return {
1475
- body: 'body',
1476
- corpId: 'corpId',
1635
+ params: 'params',
1477
1636
  };
1478
1637
  }
1479
1638
 
1480
1639
  static types(): { [key: string]: any } {
1481
1640
  return {
1482
- body: { 'type': 'array', 'itemType': HrbrainImportAwardDetailRequestBody },
1483
- corpId: 'string',
1641
+ params: { 'type': 'array', 'itemType': HrbrainDeleteWorkExpRequestParams },
1484
1642
  };
1485
1643
  }
1486
1644
 
@@ -1489,11 +1647,23 @@ export class HrbrainImportAwardDetailRequest extends $tea.Model {
1489
1647
  }
1490
1648
  }
1491
1649
 
1492
- export class HrbrainImportAwardDetailResponseBody extends $tea.Model {
1493
- requestId?: string;
1494
- result?: boolean;
1495
- success?: boolean;
1496
- static names(): { [key: string]: string } {
1650
+ export class HrbrainDeleteWorkExpResponseBody extends $tea.Model {
1651
+ /**
1652
+ * @example
1653
+ * 480021443f9f37fcbf464c4a6b85d289
1654
+ */
1655
+ requestId?: string;
1656
+ /**
1657
+ * @example
1658
+ * true
1659
+ */
1660
+ result?: boolean;
1661
+ /**
1662
+ * @example
1663
+ * true
1664
+ */
1665
+ success?: boolean;
1666
+ static names(): { [key: string]: string } {
1497
1667
  return {
1498
1668
  requestId: 'requestId',
1499
1669
  result: 'result',
@@ -1514,10 +1684,10 @@ export class HrbrainImportAwardDetailResponseBody extends $tea.Model {
1514
1684
  }
1515
1685
  }
1516
1686
 
1517
- export class HrbrainImportAwardDetailResponse extends $tea.Model {
1687
+ export class HrbrainDeleteWorkExpResponse extends $tea.Model {
1518
1688
  headers?: { [key: string]: string };
1519
1689
  statusCode?: number;
1520
- body?: HrbrainImportAwardDetailResponseBody;
1690
+ body?: HrbrainDeleteWorkExpResponseBody;
1521
1691
  static names(): { [key: string]: string } {
1522
1692
  return {
1523
1693
  headers: 'headers',
@@ -1530,7 +1700,7 @@ export class HrbrainImportAwardDetailResponse extends $tea.Model {
1530
1700
  return {
1531
1701
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1532
1702
  statusCode: 'number',
1533
- body: HrbrainImportAwardDetailResponseBody,
1703
+ body: HrbrainDeleteWorkExpResponseBody,
1534
1704
  };
1535
1705
  }
1536
1706
 
@@ -1539,7 +1709,7 @@ export class HrbrainImportAwardDetailResponse extends $tea.Model {
1539
1709
  }
1540
1710
  }
1541
1711
 
1542
- export class HrbrainImportDeptInfoHeaders extends $tea.Model {
1712
+ export class HrbrainDeletetLabelBaseHeaders extends $tea.Model {
1543
1713
  commonHeaders?: { [key: string]: string };
1544
1714
  xAcsDingtalkAccessToken?: string;
1545
1715
  static names(): { [key: string]: string } {
@@ -1561,28 +1731,17 @@ export class HrbrainImportDeptInfoHeaders extends $tea.Model {
1561
1731
  }
1562
1732
  }
1563
1733
 
1564
- export class HrbrainImportDeptInfoRequest extends $tea.Model {
1565
- /**
1566
- * @remarks
1567
- * This parameter is required.
1568
- */
1569
- body?: HrbrainImportDeptInfoRequestBody[];
1570
- /**
1571
- * @remarks
1572
- * This parameter is required.
1573
- */
1574
- corpId?: string;
1734
+ export class HrbrainDeletetLabelBaseRequest extends $tea.Model {
1735
+ params?: HrbrainDeletetLabelBaseRequestParams[];
1575
1736
  static names(): { [key: string]: string } {
1576
1737
  return {
1577
- body: 'body',
1578
- corpId: 'corpId',
1738
+ params: 'params',
1579
1739
  };
1580
1740
  }
1581
1741
 
1582
1742
  static types(): { [key: string]: any } {
1583
1743
  return {
1584
- body: { 'type': 'array', 'itemType': HrbrainImportDeptInfoRequestBody },
1585
- corpId: 'string',
1744
+ params: { 'type': 'array', 'itemType': HrbrainDeletetLabelBaseRequestParams },
1586
1745
  };
1587
1746
  }
1588
1747
 
@@ -1591,9 +1750,21 @@ export class HrbrainImportDeptInfoRequest extends $tea.Model {
1591
1750
  }
1592
1751
  }
1593
1752
 
1594
- export class HrbrainImportDeptInfoResponseBody extends $tea.Model {
1753
+ export class HrbrainDeletetLabelBaseResponseBody extends $tea.Model {
1754
+ /**
1755
+ * @example
1756
+ * 480021443f9f37fcbf464c4a6b85d289
1757
+ */
1595
1758
  requestId?: string;
1759
+ /**
1760
+ * @example
1761
+ * true
1762
+ */
1596
1763
  result?: boolean;
1764
+ /**
1765
+ * @example
1766
+ * true
1767
+ */
1597
1768
  success?: boolean;
1598
1769
  static names(): { [key: string]: string } {
1599
1770
  return {
@@ -1616,10 +1787,10 @@ export class HrbrainImportDeptInfoResponseBody extends $tea.Model {
1616
1787
  }
1617
1788
  }
1618
1789
 
1619
- export class HrbrainImportDeptInfoResponse extends $tea.Model {
1790
+ export class HrbrainDeletetLabelBaseResponse extends $tea.Model {
1620
1791
  headers?: { [key: string]: string };
1621
1792
  statusCode?: number;
1622
- body?: HrbrainImportDeptInfoResponseBody;
1793
+ body?: HrbrainDeletetLabelBaseResponseBody;
1623
1794
  static names(): { [key: string]: string } {
1624
1795
  return {
1625
1796
  headers: 'headers',
@@ -1632,7 +1803,7 @@ export class HrbrainImportDeptInfoResponse extends $tea.Model {
1632
1803
  return {
1633
1804
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1634
1805
  statusCode: 'number',
1635
- body: HrbrainImportDeptInfoResponseBody,
1806
+ body: HrbrainDeletetLabelBaseResponseBody,
1636
1807
  };
1637
1808
  }
1638
1809
 
@@ -1641,7 +1812,7 @@ export class HrbrainImportDeptInfoResponse extends $tea.Model {
1641
1812
  }
1642
1813
  }
1643
1814
 
1644
- export class HrbrainImportDimissionHeaders extends $tea.Model {
1815
+ export class HrbrainEmpPoolQueryHeaders extends $tea.Model {
1645
1816
  commonHeaders?: { [key: string]: string };
1646
1817
  xAcsDingtalkAccessToken?: string;
1647
1818
  static names(): { [key: string]: string } {
@@ -1663,28 +1834,26 @@ export class HrbrainImportDimissionHeaders extends $tea.Model {
1663
1834
  }
1664
1835
  }
1665
1836
 
1666
- export class HrbrainImportDimissionRequest extends $tea.Model {
1667
- /**
1668
- * @remarks
1669
- * This parameter is required.
1670
- */
1671
- body?: HrbrainImportDimissionRequestBody[];
1672
- /**
1673
- * @remarks
1674
- * This parameter is required.
1675
- */
1676
- corpId?: string;
1837
+ export class HrbrainEmpPoolQueryRequest extends $tea.Model {
1838
+ keyword?: string;
1839
+ labels?: string[];
1840
+ maxResults?: number;
1841
+ nextToken?: number;
1677
1842
  static names(): { [key: string]: string } {
1678
1843
  return {
1679
- body: 'body',
1680
- corpId: 'corpId',
1844
+ keyword: 'keyword',
1845
+ labels: 'labels',
1846
+ maxResults: 'maxResults',
1847
+ nextToken: 'nextToken',
1681
1848
  };
1682
1849
  }
1683
1850
 
1684
1851
  static types(): { [key: string]: any } {
1685
1852
  return {
1686
- body: { 'type': 'array', 'itemType': HrbrainImportDimissionRequestBody },
1687
- corpId: 'string',
1853
+ keyword: 'string',
1854
+ labels: { 'type': 'array', 'itemType': 'string' },
1855
+ maxResults: 'number',
1856
+ nextToken: 'number',
1688
1857
  };
1689
1858
  }
1690
1859
 
@@ -1693,12 +1862,14 @@ export class HrbrainImportDimissionRequest extends $tea.Model {
1693
1862
  }
1694
1863
  }
1695
1864
 
1696
- export class HrbrainImportDimissionResponseBody extends $tea.Model {
1865
+ export class HrbrainEmpPoolQueryResponseBody extends $tea.Model {
1866
+ content?: HrbrainEmpPoolQueryResponseBodyContent;
1697
1867
  requestId?: string;
1698
1868
  result?: boolean;
1699
1869
  success?: boolean;
1700
1870
  static names(): { [key: string]: string } {
1701
1871
  return {
1872
+ content: 'content',
1702
1873
  requestId: 'requestId',
1703
1874
  result: 'result',
1704
1875
  success: 'success',
@@ -1707,6 +1878,7 @@ export class HrbrainImportDimissionResponseBody extends $tea.Model {
1707
1878
 
1708
1879
  static types(): { [key: string]: any } {
1709
1880
  return {
1881
+ content: HrbrainEmpPoolQueryResponseBodyContent,
1710
1882
  requestId: 'string',
1711
1883
  result: 'boolean',
1712
1884
  success: 'boolean',
@@ -1718,10 +1890,10 @@ export class HrbrainImportDimissionResponseBody extends $tea.Model {
1718
1890
  }
1719
1891
  }
1720
1892
 
1721
- export class HrbrainImportDimissionResponse extends $tea.Model {
1893
+ export class HrbrainEmpPoolQueryResponse extends $tea.Model {
1722
1894
  headers?: { [key: string]: string };
1723
1895
  statusCode?: number;
1724
- body?: HrbrainImportDimissionResponseBody;
1896
+ body?: HrbrainEmpPoolQueryResponseBody;
1725
1897
  static names(): { [key: string]: string } {
1726
1898
  return {
1727
1899
  headers: 'headers',
@@ -1734,7 +1906,7 @@ export class HrbrainImportDimissionResponse extends $tea.Model {
1734
1906
  return {
1735
1907
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1736
1908
  statusCode: 'number',
1737
- body: HrbrainImportDimissionResponseBody,
1909
+ body: HrbrainEmpPoolQueryResponseBody,
1738
1910
  };
1739
1911
  }
1740
1912
 
@@ -1743,7 +1915,7 @@ export class HrbrainImportDimissionResponse extends $tea.Model {
1743
1915
  }
1744
1916
  }
1745
1917
 
1746
- export class HrbrainImportEduExpHeaders extends $tea.Model {
1918
+ export class HrbrainEmpPoolUserHeaders extends $tea.Model {
1747
1919
  commonHeaders?: { [key: string]: string };
1748
1920
  xAcsDingtalkAccessToken?: string;
1749
1921
  static names(): { [key: string]: string } {
@@ -1765,28 +1937,23 @@ export class HrbrainImportEduExpHeaders extends $tea.Model {
1765
1937
  }
1766
1938
  }
1767
1939
 
1768
- export class HrbrainImportEduExpRequest extends $tea.Model {
1769
- /**
1770
- * @remarks
1771
- * This parameter is required.
1772
- */
1773
- body?: HrbrainImportEduExpRequestBody[];
1774
- /**
1775
- * @remarks
1776
- * This parameter is required.
1777
- */
1778
- corpId?: string;
1940
+ export class HrbrainEmpPoolUserRequest extends $tea.Model {
1941
+ maxResults?: number;
1942
+ nextToken?: number;
1943
+ poolCode?: string;
1779
1944
  static names(): { [key: string]: string } {
1780
1945
  return {
1781
- body: 'body',
1782
- corpId: 'corpId',
1946
+ maxResults: 'maxResults',
1947
+ nextToken: 'nextToken',
1948
+ poolCode: 'poolCode',
1783
1949
  };
1784
1950
  }
1785
1951
 
1786
1952
  static types(): { [key: string]: any } {
1787
1953
  return {
1788
- body: { 'type': 'array', 'itemType': HrbrainImportEduExpRequestBody },
1789
- corpId: 'string',
1954
+ maxResults: 'number',
1955
+ nextToken: 'number',
1956
+ poolCode: 'string',
1790
1957
  };
1791
1958
  }
1792
1959
 
@@ -1795,12 +1962,14 @@ export class HrbrainImportEduExpRequest extends $tea.Model {
1795
1962
  }
1796
1963
  }
1797
1964
 
1798
- export class HrbrainImportEduExpResponseBody extends $tea.Model {
1965
+ export class HrbrainEmpPoolUserResponseBody extends $tea.Model {
1966
+ content?: HrbrainEmpPoolUserResponseBodyContent;
1799
1967
  requestId?: string;
1800
1968
  result?: boolean;
1801
1969
  success?: boolean;
1802
1970
  static names(): { [key: string]: string } {
1803
1971
  return {
1972
+ content: 'content',
1804
1973
  requestId: 'requestId',
1805
1974
  result: 'result',
1806
1975
  success: 'success',
@@ -1809,6 +1978,7 @@ export class HrbrainImportEduExpResponseBody extends $tea.Model {
1809
1978
 
1810
1979
  static types(): { [key: string]: any } {
1811
1980
  return {
1981
+ content: HrbrainEmpPoolUserResponseBodyContent,
1812
1982
  requestId: 'string',
1813
1983
  result: 'boolean',
1814
1984
  success: 'boolean',
@@ -1820,10 +1990,10 @@ export class HrbrainImportEduExpResponseBody extends $tea.Model {
1820
1990
  }
1821
1991
  }
1822
1992
 
1823
- export class HrbrainImportEduExpResponse extends $tea.Model {
1993
+ export class HrbrainEmpPoolUserResponse extends $tea.Model {
1824
1994
  headers?: { [key: string]: string };
1825
1995
  statusCode?: number;
1826
- body?: HrbrainImportEduExpResponseBody;
1996
+ body?: HrbrainEmpPoolUserResponseBody;
1827
1997
  static names(): { [key: string]: string } {
1828
1998
  return {
1829
1999
  headers: 'headers',
@@ -1836,7 +2006,7 @@ export class HrbrainImportEduExpResponse extends $tea.Model {
1836
2006
  return {
1837
2007
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1838
2008
  statusCode: 'number',
1839
- body: HrbrainImportEduExpResponseBody,
2009
+ body: HrbrainEmpPoolUserResponseBody,
1840
2010
  };
1841
2011
  }
1842
2012
 
@@ -1845,7 +2015,7 @@ export class HrbrainImportEduExpResponse extends $tea.Model {
1845
2015
  }
1846
2016
  }
1847
2017
 
1848
- export class HrbrainImportEmpInfoHeaders extends $tea.Model {
2018
+ export class HrbrainImportAwardDetailHeaders extends $tea.Model {
1849
2019
  commonHeaders?: { [key: string]: string };
1850
2020
  xAcsDingtalkAccessToken?: string;
1851
2021
  static names(): { [key: string]: string } {
@@ -1867,12 +2037,12 @@ export class HrbrainImportEmpInfoHeaders extends $tea.Model {
1867
2037
  }
1868
2038
  }
1869
2039
 
1870
- export class HrbrainImportEmpInfoRequest extends $tea.Model {
2040
+ export class HrbrainImportAwardDetailRequest extends $tea.Model {
1871
2041
  /**
1872
2042
  * @remarks
1873
2043
  * This parameter is required.
1874
2044
  */
1875
- body?: HrbrainImportEmpInfoRequestBody[];
2045
+ body?: HrbrainImportAwardDetailRequestBody[];
1876
2046
  /**
1877
2047
  * @remarks
1878
2048
  * This parameter is required.
@@ -1887,7 +2057,7 @@ export class HrbrainImportEmpInfoRequest extends $tea.Model {
1887
2057
 
1888
2058
  static types(): { [key: string]: any } {
1889
2059
  return {
1890
- body: { 'type': 'array', 'itemType': HrbrainImportEmpInfoRequestBody },
2060
+ body: { 'type': 'array', 'itemType': HrbrainImportAwardDetailRequestBody },
1891
2061
  corpId: 'string',
1892
2062
  };
1893
2063
  }
@@ -1897,7 +2067,7 @@ export class HrbrainImportEmpInfoRequest extends $tea.Model {
1897
2067
  }
1898
2068
  }
1899
2069
 
1900
- export class HrbrainImportEmpInfoResponseBody extends $tea.Model {
2070
+ export class HrbrainImportAwardDetailResponseBody extends $tea.Model {
1901
2071
  requestId?: string;
1902
2072
  result?: boolean;
1903
2073
  success?: boolean;
@@ -1922,10 +2092,10 @@ export class HrbrainImportEmpInfoResponseBody extends $tea.Model {
1922
2092
  }
1923
2093
  }
1924
2094
 
1925
- export class HrbrainImportEmpInfoResponse extends $tea.Model {
2095
+ export class HrbrainImportAwardDetailResponse extends $tea.Model {
1926
2096
  headers?: { [key: string]: string };
1927
2097
  statusCode?: number;
1928
- body?: HrbrainImportEmpInfoResponseBody;
2098
+ body?: HrbrainImportAwardDetailResponseBody;
1929
2099
  static names(): { [key: string]: string } {
1930
2100
  return {
1931
2101
  headers: 'headers',
@@ -1938,7 +2108,7 @@ export class HrbrainImportEmpInfoResponse extends $tea.Model {
1938
2108
  return {
1939
2109
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1940
2110
  statusCode: 'number',
1941
- body: HrbrainImportEmpInfoResponseBody,
2111
+ body: HrbrainImportAwardDetailResponseBody,
1942
2112
  };
1943
2113
  }
1944
2114
 
@@ -1947,7 +2117,7 @@ export class HrbrainImportEmpInfoResponse extends $tea.Model {
1947
2117
  }
1948
2118
  }
1949
2119
 
1950
- export class HrbrainImportLabelBaseHeaders extends $tea.Model {
2120
+ export class HrbrainImportCustomHeaders extends $tea.Model {
1951
2121
  commonHeaders?: { [key: string]: string };
1952
2122
  xAcsDingtalkAccessToken?: string;
1953
2123
  static names(): { [key: string]: string } {
@@ -1969,28 +2139,35 @@ export class HrbrainImportLabelBaseHeaders extends $tea.Model {
1969
2139
  }
1970
2140
  }
1971
2141
 
1972
- export class HrbrainImportLabelBaseRequest extends $tea.Model {
2142
+ export class HrbrainImportCustomRequest extends $tea.Model {
1973
2143
  /**
1974
2144
  * @remarks
1975
2145
  * This parameter is required.
1976
2146
  */
1977
- body?: HrbrainImportLabelBaseRequestBody[];
2147
+ body?: { [key: string]: any }[];
1978
2148
  /**
1979
2149
  * @remarks
1980
2150
  * This parameter is required.
1981
2151
  */
1982
2152
  corpId?: string;
2153
+ /**
2154
+ * @remarks
2155
+ * This parameter is required.
2156
+ */
2157
+ modelCode?: string;
1983
2158
  static names(): { [key: string]: string } {
1984
2159
  return {
1985
2160
  body: 'body',
1986
2161
  corpId: 'corpId',
2162
+ modelCode: 'modelCode',
1987
2163
  };
1988
2164
  }
1989
2165
 
1990
2166
  static types(): { [key: string]: any } {
1991
2167
  return {
1992
- body: { 'type': 'array', 'itemType': HrbrainImportLabelBaseRequestBody },
2168
+ body: { 'type': 'array', 'itemType': { 'type': 'map', 'keyType': 'string', 'valueType': 'any' } },
1993
2169
  corpId: 'string',
2170
+ modelCode: 'string',
1994
2171
  };
1995
2172
  }
1996
2173
 
@@ -1999,7 +2176,7 @@ export class HrbrainImportLabelBaseRequest extends $tea.Model {
1999
2176
  }
2000
2177
  }
2001
2178
 
2002
- export class HrbrainImportLabelBaseResponseBody extends $tea.Model {
2179
+ export class HrbrainImportCustomResponseBody extends $tea.Model {
2003
2180
  requestId?: string;
2004
2181
  result?: boolean;
2005
2182
  success?: boolean;
@@ -2024,10 +2201,10 @@ export class HrbrainImportLabelBaseResponseBody extends $tea.Model {
2024
2201
  }
2025
2202
  }
2026
2203
 
2027
- export class HrbrainImportLabelBaseResponse extends $tea.Model {
2204
+ export class HrbrainImportCustomResponse extends $tea.Model {
2028
2205
  headers?: { [key: string]: string };
2029
2206
  statusCode?: number;
2030
- body?: HrbrainImportLabelBaseResponseBody;
2207
+ body?: HrbrainImportCustomResponseBody;
2031
2208
  static names(): { [key: string]: string } {
2032
2209
  return {
2033
2210
  headers: 'headers',
@@ -2040,7 +2217,7 @@ export class HrbrainImportLabelBaseResponse extends $tea.Model {
2040
2217
  return {
2041
2218
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2042
2219
  statusCode: 'number',
2043
- body: HrbrainImportLabelBaseResponseBody,
2220
+ body: HrbrainImportCustomResponseBody,
2044
2221
  };
2045
2222
  }
2046
2223
 
@@ -2049,7 +2226,7 @@ export class HrbrainImportLabelBaseResponse extends $tea.Model {
2049
2226
  }
2050
2227
  }
2051
2228
 
2052
- export class HrbrainImportLabelCustomHeaders extends $tea.Model {
2229
+ export class HrbrainImportDeptInfoHeaders extends $tea.Model {
2053
2230
  commonHeaders?: { [key: string]: string };
2054
2231
  xAcsDingtalkAccessToken?: string;
2055
2232
  static names(): { [key: string]: string } {
@@ -2071,12 +2248,12 @@ export class HrbrainImportLabelCustomHeaders extends $tea.Model {
2071
2248
  }
2072
2249
  }
2073
2250
 
2074
- export class HrbrainImportLabelCustomRequest extends $tea.Model {
2251
+ export class HrbrainImportDeptInfoRequest extends $tea.Model {
2075
2252
  /**
2076
2253
  * @remarks
2077
2254
  * This parameter is required.
2078
2255
  */
2079
- body?: HrbrainImportLabelCustomRequestBody[];
2256
+ body?: HrbrainImportDeptInfoRequestBody[];
2080
2257
  /**
2081
2258
  * @remarks
2082
2259
  * This parameter is required.
@@ -2091,7 +2268,7 @@ export class HrbrainImportLabelCustomRequest extends $tea.Model {
2091
2268
 
2092
2269
  static types(): { [key: string]: any } {
2093
2270
  return {
2094
- body: { 'type': 'array', 'itemType': HrbrainImportLabelCustomRequestBody },
2271
+ body: { 'type': 'array', 'itemType': HrbrainImportDeptInfoRequestBody },
2095
2272
  corpId: 'string',
2096
2273
  };
2097
2274
  }
@@ -2101,7 +2278,7 @@ export class HrbrainImportLabelCustomRequest extends $tea.Model {
2101
2278
  }
2102
2279
  }
2103
2280
 
2104
- export class HrbrainImportLabelCustomResponseBody extends $tea.Model {
2281
+ export class HrbrainImportDeptInfoResponseBody extends $tea.Model {
2105
2282
  requestId?: string;
2106
2283
  result?: boolean;
2107
2284
  success?: boolean;
@@ -2126,10 +2303,10 @@ export class HrbrainImportLabelCustomResponseBody extends $tea.Model {
2126
2303
  }
2127
2304
  }
2128
2305
 
2129
- export class HrbrainImportLabelCustomResponse extends $tea.Model {
2306
+ export class HrbrainImportDeptInfoResponse extends $tea.Model {
2130
2307
  headers?: { [key: string]: string };
2131
2308
  statusCode?: number;
2132
- body?: HrbrainImportLabelCustomResponseBody;
2309
+ body?: HrbrainImportDeptInfoResponseBody;
2133
2310
  static names(): { [key: string]: string } {
2134
2311
  return {
2135
2312
  headers: 'headers',
@@ -2142,7 +2319,7 @@ export class HrbrainImportLabelCustomResponse extends $tea.Model {
2142
2319
  return {
2143
2320
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2144
2321
  statusCode: 'number',
2145
- body: HrbrainImportLabelCustomResponseBody,
2322
+ body: HrbrainImportDeptInfoResponseBody,
2146
2323
  };
2147
2324
  }
2148
2325
 
@@ -2151,7 +2328,7 @@ export class HrbrainImportLabelCustomResponse extends $tea.Model {
2151
2328
  }
2152
2329
  }
2153
2330
 
2154
- export class HrbrainImportLabelIndustryHeaders extends $tea.Model {
2331
+ export class HrbrainImportDimissionHeaders extends $tea.Model {
2155
2332
  commonHeaders?: { [key: string]: string };
2156
2333
  xAcsDingtalkAccessToken?: string;
2157
2334
  static names(): { [key: string]: string } {
@@ -2173,12 +2350,12 @@ export class HrbrainImportLabelIndustryHeaders extends $tea.Model {
2173
2350
  }
2174
2351
  }
2175
2352
 
2176
- export class HrbrainImportLabelIndustryRequest extends $tea.Model {
2353
+ export class HrbrainImportDimissionRequest extends $tea.Model {
2177
2354
  /**
2178
2355
  * @remarks
2179
2356
  * This parameter is required.
2180
2357
  */
2181
- body?: HrbrainImportLabelIndustryRequestBody[];
2358
+ body?: HrbrainImportDimissionRequestBody[];
2182
2359
  /**
2183
2360
  * @remarks
2184
2361
  * This parameter is required.
@@ -2193,7 +2370,7 @@ export class HrbrainImportLabelIndustryRequest extends $tea.Model {
2193
2370
 
2194
2371
  static types(): { [key: string]: any } {
2195
2372
  return {
2196
- body: { 'type': 'array', 'itemType': HrbrainImportLabelIndustryRequestBody },
2373
+ body: { 'type': 'array', 'itemType': HrbrainImportDimissionRequestBody },
2197
2374
  corpId: 'string',
2198
2375
  };
2199
2376
  }
@@ -2203,7 +2380,7 @@ export class HrbrainImportLabelIndustryRequest extends $tea.Model {
2203
2380
  }
2204
2381
  }
2205
2382
 
2206
- export class HrbrainImportLabelIndustryResponseBody extends $tea.Model {
2383
+ export class HrbrainImportDimissionResponseBody extends $tea.Model {
2207
2384
  requestId?: string;
2208
2385
  result?: boolean;
2209
2386
  success?: boolean;
@@ -2228,10 +2405,10 @@ export class HrbrainImportLabelIndustryResponseBody extends $tea.Model {
2228
2405
  }
2229
2406
  }
2230
2407
 
2231
- export class HrbrainImportLabelIndustryResponse extends $tea.Model {
2408
+ export class HrbrainImportDimissionResponse extends $tea.Model {
2232
2409
  headers?: { [key: string]: string };
2233
2410
  statusCode?: number;
2234
- body?: HrbrainImportLabelIndustryResponseBody;
2411
+ body?: HrbrainImportDimissionResponseBody;
2235
2412
  static names(): { [key: string]: string } {
2236
2413
  return {
2237
2414
  headers: 'headers',
@@ -2244,7 +2421,7 @@ export class HrbrainImportLabelIndustryResponse extends $tea.Model {
2244
2421
  return {
2245
2422
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2246
2423
  statusCode: 'number',
2247
- body: HrbrainImportLabelIndustryResponseBody,
2424
+ body: HrbrainImportDimissionResponseBody,
2248
2425
  };
2249
2426
  }
2250
2427
 
@@ -2253,7 +2430,7 @@ export class HrbrainImportLabelIndustryResponse extends $tea.Model {
2253
2430
  }
2254
2431
  }
2255
2432
 
2256
- export class HrbrainImportLabelInventoryHeaders extends $tea.Model {
2433
+ export class HrbrainImportEduExpHeaders extends $tea.Model {
2257
2434
  commonHeaders?: { [key: string]: string };
2258
2435
  xAcsDingtalkAccessToken?: string;
2259
2436
  static names(): { [key: string]: string } {
@@ -2275,12 +2452,12 @@ export class HrbrainImportLabelInventoryHeaders extends $tea.Model {
2275
2452
  }
2276
2453
  }
2277
2454
 
2278
- export class HrbrainImportLabelInventoryRequest extends $tea.Model {
2455
+ export class HrbrainImportEduExpRequest extends $tea.Model {
2279
2456
  /**
2280
2457
  * @remarks
2281
2458
  * This parameter is required.
2282
2459
  */
2283
- body?: HrbrainImportLabelInventoryRequestBody[];
2460
+ body?: HrbrainImportEduExpRequestBody[];
2284
2461
  /**
2285
2462
  * @remarks
2286
2463
  * This parameter is required.
@@ -2295,7 +2472,7 @@ export class HrbrainImportLabelInventoryRequest extends $tea.Model {
2295
2472
 
2296
2473
  static types(): { [key: string]: any } {
2297
2474
  return {
2298
- body: { 'type': 'array', 'itemType': HrbrainImportLabelInventoryRequestBody },
2475
+ body: { 'type': 'array', 'itemType': HrbrainImportEduExpRequestBody },
2299
2476
  corpId: 'string',
2300
2477
  };
2301
2478
  }
@@ -2305,7 +2482,7 @@ export class HrbrainImportLabelInventoryRequest extends $tea.Model {
2305
2482
  }
2306
2483
  }
2307
2484
 
2308
- export class HrbrainImportLabelInventoryResponseBody extends $tea.Model {
2485
+ export class HrbrainImportEduExpResponseBody extends $tea.Model {
2309
2486
  requestId?: string;
2310
2487
  result?: boolean;
2311
2488
  success?: boolean;
@@ -2330,10 +2507,10 @@ export class HrbrainImportLabelInventoryResponseBody extends $tea.Model {
2330
2507
  }
2331
2508
  }
2332
2509
 
2333
- export class HrbrainImportLabelInventoryResponse extends $tea.Model {
2510
+ export class HrbrainImportEduExpResponse extends $tea.Model {
2334
2511
  headers?: { [key: string]: string };
2335
2512
  statusCode?: number;
2336
- body?: HrbrainImportLabelInventoryResponseBody;
2513
+ body?: HrbrainImportEduExpResponseBody;
2337
2514
  static names(): { [key: string]: string } {
2338
2515
  return {
2339
2516
  headers: 'headers',
@@ -2346,7 +2523,7 @@ export class HrbrainImportLabelInventoryResponse extends $tea.Model {
2346
2523
  return {
2347
2524
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2348
2525
  statusCode: 'number',
2349
- body: HrbrainImportLabelInventoryResponseBody,
2526
+ body: HrbrainImportEduExpResponseBody,
2350
2527
  };
2351
2528
  }
2352
2529
 
@@ -2355,7 +2532,7 @@ export class HrbrainImportLabelInventoryResponse extends $tea.Model {
2355
2532
  }
2356
2533
  }
2357
2534
 
2358
- export class HrbrainImportLabelProfSkillHeaders extends $tea.Model {
2535
+ export class HrbrainImportEmpInfoHeaders extends $tea.Model {
2359
2536
  commonHeaders?: { [key: string]: string };
2360
2537
  xAcsDingtalkAccessToken?: string;
2361
2538
  static names(): { [key: string]: string } {
@@ -2377,12 +2554,12 @@ export class HrbrainImportLabelProfSkillHeaders extends $tea.Model {
2377
2554
  }
2378
2555
  }
2379
2556
 
2380
- export class HrbrainImportLabelProfSkillRequest extends $tea.Model {
2557
+ export class HrbrainImportEmpInfoRequest extends $tea.Model {
2381
2558
  /**
2382
2559
  * @remarks
2383
2560
  * This parameter is required.
2384
2561
  */
2385
- body?: HrbrainImportLabelProfSkillRequestBody[];
2562
+ body?: HrbrainImportEmpInfoRequestBody[];
2386
2563
  /**
2387
2564
  * @remarks
2388
2565
  * This parameter is required.
@@ -2397,7 +2574,7 @@ export class HrbrainImportLabelProfSkillRequest extends $tea.Model {
2397
2574
 
2398
2575
  static types(): { [key: string]: any } {
2399
2576
  return {
2400
- body: { 'type': 'array', 'itemType': HrbrainImportLabelProfSkillRequestBody },
2577
+ body: { 'type': 'array', 'itemType': HrbrainImportEmpInfoRequestBody },
2401
2578
  corpId: 'string',
2402
2579
  };
2403
2580
  }
@@ -2407,7 +2584,7 @@ export class HrbrainImportLabelProfSkillRequest extends $tea.Model {
2407
2584
  }
2408
2585
  }
2409
2586
 
2410
- export class HrbrainImportLabelProfSkillResponseBody extends $tea.Model {
2587
+ export class HrbrainImportEmpInfoResponseBody extends $tea.Model {
2411
2588
  requestId?: string;
2412
2589
  result?: boolean;
2413
2590
  success?: boolean;
@@ -2432,10 +2609,10 @@ export class HrbrainImportLabelProfSkillResponseBody extends $tea.Model {
2432
2609
  }
2433
2610
  }
2434
2611
 
2435
- export class HrbrainImportLabelProfSkillResponse extends $tea.Model {
2612
+ export class HrbrainImportEmpInfoResponse extends $tea.Model {
2436
2613
  headers?: { [key: string]: string };
2437
2614
  statusCode?: number;
2438
- body?: HrbrainImportLabelProfSkillResponseBody;
2615
+ body?: HrbrainImportEmpInfoResponseBody;
2439
2616
  static names(): { [key: string]: string } {
2440
2617
  return {
2441
2618
  headers: 'headers',
@@ -2448,7 +2625,7 @@ export class HrbrainImportLabelProfSkillResponse extends $tea.Model {
2448
2625
  return {
2449
2626
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2450
2627
  statusCode: 'number',
2451
- body: HrbrainImportLabelProfSkillResponseBody,
2628
+ body: HrbrainImportEmpInfoResponseBody,
2452
2629
  };
2453
2630
  }
2454
2631
 
@@ -2457,7 +2634,7 @@ export class HrbrainImportLabelProfSkillResponse extends $tea.Model {
2457
2634
  }
2458
2635
  }
2459
2636
 
2460
- export class HrbrainImportPerfEvalHeaders extends $tea.Model {
2637
+ export class HrbrainImportLabelBaseHeaders extends $tea.Model {
2461
2638
  commonHeaders?: { [key: string]: string };
2462
2639
  xAcsDingtalkAccessToken?: string;
2463
2640
  static names(): { [key: string]: string } {
@@ -2479,12 +2656,12 @@ export class HrbrainImportPerfEvalHeaders extends $tea.Model {
2479
2656
  }
2480
2657
  }
2481
2658
 
2482
- export class HrbrainImportPerfEvalRequest extends $tea.Model {
2659
+ export class HrbrainImportLabelBaseRequest extends $tea.Model {
2483
2660
  /**
2484
2661
  * @remarks
2485
2662
  * This parameter is required.
2486
2663
  */
2487
- body?: HrbrainImportPerfEvalRequestBody[];
2664
+ body?: HrbrainImportLabelBaseRequestBody[];
2488
2665
  /**
2489
2666
  * @remarks
2490
2667
  * This parameter is required.
@@ -2499,7 +2676,7 @@ export class HrbrainImportPerfEvalRequest extends $tea.Model {
2499
2676
 
2500
2677
  static types(): { [key: string]: any } {
2501
2678
  return {
2502
- body: { 'type': 'array', 'itemType': HrbrainImportPerfEvalRequestBody },
2679
+ body: { 'type': 'array', 'itemType': HrbrainImportLabelBaseRequestBody },
2503
2680
  corpId: 'string',
2504
2681
  };
2505
2682
  }
@@ -2509,7 +2686,7 @@ export class HrbrainImportPerfEvalRequest extends $tea.Model {
2509
2686
  }
2510
2687
  }
2511
2688
 
2512
- export class HrbrainImportPerfEvalResponseBody extends $tea.Model {
2689
+ export class HrbrainImportLabelBaseResponseBody extends $tea.Model {
2513
2690
  requestId?: string;
2514
2691
  result?: boolean;
2515
2692
  success?: boolean;
@@ -2534,10 +2711,10 @@ export class HrbrainImportPerfEvalResponseBody extends $tea.Model {
2534
2711
  }
2535
2712
  }
2536
2713
 
2537
- export class HrbrainImportPerfEvalResponse extends $tea.Model {
2714
+ export class HrbrainImportLabelBaseResponse extends $tea.Model {
2538
2715
  headers?: { [key: string]: string };
2539
2716
  statusCode?: number;
2540
- body?: HrbrainImportPerfEvalResponseBody;
2717
+ body?: HrbrainImportLabelBaseResponseBody;
2541
2718
  static names(): { [key: string]: string } {
2542
2719
  return {
2543
2720
  headers: 'headers',
@@ -2550,7 +2727,7 @@ export class HrbrainImportPerfEvalResponse extends $tea.Model {
2550
2727
  return {
2551
2728
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2552
2729
  statusCode: 'number',
2553
- body: HrbrainImportPerfEvalResponseBody,
2730
+ body: HrbrainImportLabelBaseResponseBody,
2554
2731
  };
2555
2732
  }
2556
2733
 
@@ -2559,7 +2736,7 @@ export class HrbrainImportPerfEvalResponse extends $tea.Model {
2559
2736
  }
2560
2737
  }
2561
2738
 
2562
- export class HrbrainImportPromEvalHeaders extends $tea.Model {
2739
+ export class HrbrainImportLabelCustomHeaders extends $tea.Model {
2563
2740
  commonHeaders?: { [key: string]: string };
2564
2741
  xAcsDingtalkAccessToken?: string;
2565
2742
  static names(): { [key: string]: string } {
@@ -2581,12 +2758,12 @@ export class HrbrainImportPromEvalHeaders extends $tea.Model {
2581
2758
  }
2582
2759
  }
2583
2760
 
2584
- export class HrbrainImportPromEvalRequest extends $tea.Model {
2761
+ export class HrbrainImportLabelCustomRequest extends $tea.Model {
2585
2762
  /**
2586
2763
  * @remarks
2587
2764
  * This parameter is required.
2588
2765
  */
2589
- body?: HrbrainImportPromEvalRequestBody[];
2766
+ body?: HrbrainImportLabelCustomRequestBody[];
2590
2767
  /**
2591
2768
  * @remarks
2592
2769
  * This parameter is required.
@@ -2601,7 +2778,7 @@ export class HrbrainImportPromEvalRequest extends $tea.Model {
2601
2778
 
2602
2779
  static types(): { [key: string]: any } {
2603
2780
  return {
2604
- body: { 'type': 'array', 'itemType': HrbrainImportPromEvalRequestBody },
2781
+ body: { 'type': 'array', 'itemType': HrbrainImportLabelCustomRequestBody },
2605
2782
  corpId: 'string',
2606
2783
  };
2607
2784
  }
@@ -2611,7 +2788,7 @@ export class HrbrainImportPromEvalRequest extends $tea.Model {
2611
2788
  }
2612
2789
  }
2613
2790
 
2614
- export class HrbrainImportPromEvalResponseBody extends $tea.Model {
2791
+ export class HrbrainImportLabelCustomResponseBody extends $tea.Model {
2615
2792
  requestId?: string;
2616
2793
  result?: boolean;
2617
2794
  success?: boolean;
@@ -2636,10 +2813,10 @@ export class HrbrainImportPromEvalResponseBody extends $tea.Model {
2636
2813
  }
2637
2814
  }
2638
2815
 
2639
- export class HrbrainImportPromEvalResponse extends $tea.Model {
2816
+ export class HrbrainImportLabelCustomResponse extends $tea.Model {
2640
2817
  headers?: { [key: string]: string };
2641
2818
  statusCode?: number;
2642
- body?: HrbrainImportPromEvalResponseBody;
2819
+ body?: HrbrainImportLabelCustomResponseBody;
2643
2820
  static names(): { [key: string]: string } {
2644
2821
  return {
2645
2822
  headers: 'headers',
@@ -2652,7 +2829,7 @@ export class HrbrainImportPromEvalResponse extends $tea.Model {
2652
2829
  return {
2653
2830
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2654
2831
  statusCode: 'number',
2655
- body: HrbrainImportPromEvalResponseBody,
2832
+ body: HrbrainImportLabelCustomResponseBody,
2656
2833
  };
2657
2834
  }
2658
2835
 
@@ -2661,7 +2838,7 @@ export class HrbrainImportPromEvalResponse extends $tea.Model {
2661
2838
  }
2662
2839
  }
2663
2840
 
2664
- export class HrbrainImportPunDetailHeaders extends $tea.Model {
2841
+ export class HrbrainImportLabelIndustryHeaders extends $tea.Model {
2665
2842
  commonHeaders?: { [key: string]: string };
2666
2843
  xAcsDingtalkAccessToken?: string;
2667
2844
  static names(): { [key: string]: string } {
@@ -2683,12 +2860,12 @@ export class HrbrainImportPunDetailHeaders extends $tea.Model {
2683
2860
  }
2684
2861
  }
2685
2862
 
2686
- export class HrbrainImportPunDetailRequest extends $tea.Model {
2863
+ export class HrbrainImportLabelIndustryRequest extends $tea.Model {
2687
2864
  /**
2688
2865
  * @remarks
2689
2866
  * This parameter is required.
2690
2867
  */
2691
- body?: HrbrainImportPunDetailRequestBody[];
2868
+ body?: HrbrainImportLabelIndustryRequestBody[];
2692
2869
  /**
2693
2870
  * @remarks
2694
2871
  * This parameter is required.
@@ -2703,7 +2880,7 @@ export class HrbrainImportPunDetailRequest extends $tea.Model {
2703
2880
 
2704
2881
  static types(): { [key: string]: any } {
2705
2882
  return {
2706
- body: { 'type': 'array', 'itemType': HrbrainImportPunDetailRequestBody },
2883
+ body: { 'type': 'array', 'itemType': HrbrainImportLabelIndustryRequestBody },
2707
2884
  corpId: 'string',
2708
2885
  };
2709
2886
  }
@@ -2713,7 +2890,7 @@ export class HrbrainImportPunDetailRequest extends $tea.Model {
2713
2890
  }
2714
2891
  }
2715
2892
 
2716
- export class HrbrainImportPunDetailResponseBody extends $tea.Model {
2893
+ export class HrbrainImportLabelIndustryResponseBody extends $tea.Model {
2717
2894
  requestId?: string;
2718
2895
  result?: boolean;
2719
2896
  success?: boolean;
@@ -2738,10 +2915,10 @@ export class HrbrainImportPunDetailResponseBody extends $tea.Model {
2738
2915
  }
2739
2916
  }
2740
2917
 
2741
- export class HrbrainImportPunDetailResponse extends $tea.Model {
2918
+ export class HrbrainImportLabelIndustryResponse extends $tea.Model {
2742
2919
  headers?: { [key: string]: string };
2743
2920
  statusCode?: number;
2744
- body?: HrbrainImportPunDetailResponseBody;
2921
+ body?: HrbrainImportLabelIndustryResponseBody;
2745
2922
  static names(): { [key: string]: string } {
2746
2923
  return {
2747
2924
  headers: 'headers',
@@ -2754,7 +2931,7 @@ export class HrbrainImportPunDetailResponse extends $tea.Model {
2754
2931
  return {
2755
2932
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2756
2933
  statusCode: 'number',
2757
- body: HrbrainImportPunDetailResponseBody,
2934
+ body: HrbrainImportLabelIndustryResponseBody,
2758
2935
  };
2759
2936
  }
2760
2937
 
@@ -2763,7 +2940,7 @@ export class HrbrainImportPunDetailResponse extends $tea.Model {
2763
2940
  }
2764
2941
  }
2765
2942
 
2766
- export class HrbrainImportRegistHeaders extends $tea.Model {
2943
+ export class HrbrainImportLabelInventoryHeaders extends $tea.Model {
2767
2944
  commonHeaders?: { [key: string]: string };
2768
2945
  xAcsDingtalkAccessToken?: string;
2769
2946
  static names(): { [key: string]: string } {
@@ -2785,12 +2962,12 @@ export class HrbrainImportRegistHeaders extends $tea.Model {
2785
2962
  }
2786
2963
  }
2787
2964
 
2788
- export class HrbrainImportRegistRequest extends $tea.Model {
2965
+ export class HrbrainImportLabelInventoryRequest extends $tea.Model {
2789
2966
  /**
2790
2967
  * @remarks
2791
2968
  * This parameter is required.
2792
2969
  */
2793
- body?: HrbrainImportRegistRequestBody[];
2970
+ body?: HrbrainImportLabelInventoryRequestBody[];
2794
2971
  /**
2795
2972
  * @remarks
2796
2973
  * This parameter is required.
@@ -2805,7 +2982,7 @@ export class HrbrainImportRegistRequest extends $tea.Model {
2805
2982
 
2806
2983
  static types(): { [key: string]: any } {
2807
2984
  return {
2808
- body: { 'type': 'array', 'itemType': HrbrainImportRegistRequestBody },
2985
+ body: { 'type': 'array', 'itemType': HrbrainImportLabelInventoryRequestBody },
2809
2986
  corpId: 'string',
2810
2987
  };
2811
2988
  }
@@ -2815,7 +2992,7 @@ export class HrbrainImportRegistRequest extends $tea.Model {
2815
2992
  }
2816
2993
  }
2817
2994
 
2818
- export class HrbrainImportRegistResponseBody extends $tea.Model {
2995
+ export class HrbrainImportLabelInventoryResponseBody extends $tea.Model {
2819
2996
  requestId?: string;
2820
2997
  result?: boolean;
2821
2998
  success?: boolean;
@@ -2840,10 +3017,10 @@ export class HrbrainImportRegistResponseBody extends $tea.Model {
2840
3017
  }
2841
3018
  }
2842
3019
 
2843
- export class HrbrainImportRegistResponse extends $tea.Model {
3020
+ export class HrbrainImportLabelInventoryResponse extends $tea.Model {
2844
3021
  headers?: { [key: string]: string };
2845
3022
  statusCode?: number;
2846
- body?: HrbrainImportRegistResponseBody;
3023
+ body?: HrbrainImportLabelInventoryResponseBody;
2847
3024
  static names(): { [key: string]: string } {
2848
3025
  return {
2849
3026
  headers: 'headers',
@@ -2856,7 +3033,7 @@ export class HrbrainImportRegistResponse extends $tea.Model {
2856
3033
  return {
2857
3034
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2858
3035
  statusCode: 'number',
2859
- body: HrbrainImportRegistResponseBody,
3036
+ body: HrbrainImportLabelInventoryResponseBody,
2860
3037
  };
2861
3038
  }
2862
3039
 
@@ -2865,7 +3042,7 @@ export class HrbrainImportRegistResponse extends $tea.Model {
2865
3042
  }
2866
3043
  }
2867
3044
 
2868
- export class HrbrainImportTransferEvalHeaders extends $tea.Model {
3045
+ export class HrbrainImportLabelProfSkillHeaders extends $tea.Model {
2869
3046
  commonHeaders?: { [key: string]: string };
2870
3047
  xAcsDingtalkAccessToken?: string;
2871
3048
  static names(): { [key: string]: string } {
@@ -2887,12 +3064,12 @@ export class HrbrainImportTransferEvalHeaders extends $tea.Model {
2887
3064
  }
2888
3065
  }
2889
3066
 
2890
- export class HrbrainImportTransferEvalRequest extends $tea.Model {
3067
+ export class HrbrainImportLabelProfSkillRequest extends $tea.Model {
2891
3068
  /**
2892
3069
  * @remarks
2893
3070
  * This parameter is required.
2894
3071
  */
2895
- body?: HrbrainImportTransferEvalRequestBody[];
3072
+ body?: HrbrainImportLabelProfSkillRequestBody[];
2896
3073
  /**
2897
3074
  * @remarks
2898
3075
  * This parameter is required.
@@ -2907,7 +3084,7 @@ export class HrbrainImportTransferEvalRequest extends $tea.Model {
2907
3084
 
2908
3085
  static types(): { [key: string]: any } {
2909
3086
  return {
2910
- body: { 'type': 'array', 'itemType': HrbrainImportTransferEvalRequestBody },
3087
+ body: { 'type': 'array', 'itemType': HrbrainImportLabelProfSkillRequestBody },
2911
3088
  corpId: 'string',
2912
3089
  };
2913
3090
  }
@@ -2917,7 +3094,7 @@ export class HrbrainImportTransferEvalRequest extends $tea.Model {
2917
3094
  }
2918
3095
  }
2919
3096
 
2920
- export class HrbrainImportTransferEvalResponseBody extends $tea.Model {
3097
+ export class HrbrainImportLabelProfSkillResponseBody extends $tea.Model {
2921
3098
  requestId?: string;
2922
3099
  result?: boolean;
2923
3100
  success?: boolean;
@@ -2942,10 +3119,10 @@ export class HrbrainImportTransferEvalResponseBody extends $tea.Model {
2942
3119
  }
2943
3120
  }
2944
3121
 
2945
- export class HrbrainImportTransferEvalResponse extends $tea.Model {
3122
+ export class HrbrainImportLabelProfSkillResponse extends $tea.Model {
2946
3123
  headers?: { [key: string]: string };
2947
3124
  statusCode?: number;
2948
- body?: HrbrainImportTransferEvalResponseBody;
3125
+ body?: HrbrainImportLabelProfSkillResponseBody;
2949
3126
  static names(): { [key: string]: string } {
2950
3127
  return {
2951
3128
  headers: 'headers',
@@ -2958,7 +3135,7 @@ export class HrbrainImportTransferEvalResponse extends $tea.Model {
2958
3135
  return {
2959
3136
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2960
3137
  statusCode: 'number',
2961
- body: HrbrainImportTransferEvalResponseBody,
3138
+ body: HrbrainImportLabelProfSkillResponseBody,
2962
3139
  };
2963
3140
  }
2964
3141
 
@@ -2967,7 +3144,7 @@ export class HrbrainImportTransferEvalResponse extends $tea.Model {
2967
3144
  }
2968
3145
  }
2969
3146
 
2970
- export class HrbrainImportWorkExpHeaders extends $tea.Model {
3147
+ export class HrbrainImportPerfEvalHeaders extends $tea.Model {
2971
3148
  commonHeaders?: { [key: string]: string };
2972
3149
  xAcsDingtalkAccessToken?: string;
2973
3150
  static names(): { [key: string]: string } {
@@ -2989,12 +3166,12 @@ export class HrbrainImportWorkExpHeaders extends $tea.Model {
2989
3166
  }
2990
3167
  }
2991
3168
 
2992
- export class HrbrainImportWorkExpRequest extends $tea.Model {
3169
+ export class HrbrainImportPerfEvalRequest extends $tea.Model {
2993
3170
  /**
2994
3171
  * @remarks
2995
3172
  * This parameter is required.
2996
3173
  */
2997
- body?: HrbrainImportWorkExpRequestBody[];
3174
+ body?: HrbrainImportPerfEvalRequestBody[];
2998
3175
  /**
2999
3176
  * @remarks
3000
3177
  * This parameter is required.
@@ -3009,7 +3186,7 @@ export class HrbrainImportWorkExpRequest extends $tea.Model {
3009
3186
 
3010
3187
  static types(): { [key: string]: any } {
3011
3188
  return {
3012
- body: { 'type': 'array', 'itemType': HrbrainImportWorkExpRequestBody },
3189
+ body: { 'type': 'array', 'itemType': HrbrainImportPerfEvalRequestBody },
3013
3190
  corpId: 'string',
3014
3191
  };
3015
3192
  }
@@ -3019,7 +3196,7 @@ export class HrbrainImportWorkExpRequest extends $tea.Model {
3019
3196
  }
3020
3197
  }
3021
3198
 
3022
- export class HrbrainImportWorkExpResponseBody extends $tea.Model {
3199
+ export class HrbrainImportPerfEvalResponseBody extends $tea.Model {
3023
3200
  requestId?: string;
3024
3201
  result?: boolean;
3025
3202
  success?: boolean;
@@ -3044,10 +3221,10 @@ export class HrbrainImportWorkExpResponseBody extends $tea.Model {
3044
3221
  }
3045
3222
  }
3046
3223
 
3047
- export class HrbrainImportWorkExpResponse extends $tea.Model {
3224
+ export class HrbrainImportPerfEvalResponse extends $tea.Model {
3048
3225
  headers?: { [key: string]: string };
3049
3226
  statusCode?: number;
3050
- body?: HrbrainImportWorkExpResponseBody;
3227
+ body?: HrbrainImportPerfEvalResponseBody;
3051
3228
  static names(): { [key: string]: string } {
3052
3229
  return {
3053
3230
  headers: 'headers',
@@ -3060,7 +3237,7 @@ export class HrbrainImportWorkExpResponse extends $tea.Model {
3060
3237
  return {
3061
3238
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3062
3239
  statusCode: 'number',
3063
- body: HrbrainImportWorkExpResponseBody,
3240
+ body: HrbrainImportPerfEvalResponseBody,
3064
3241
  };
3065
3242
  }
3066
3243
 
@@ -3069,7 +3246,7 @@ export class HrbrainImportWorkExpResponse extends $tea.Model {
3069
3246
  }
3070
3247
  }
3071
3248
 
3072
- export class StaffLabelRecordsQueryHeaders extends $tea.Model {
3249
+ export class HrbrainImportPromEvalHeaders extends $tea.Model {
3073
3250
  commonHeaders?: { [key: string]: string };
3074
3251
  xAcsDingtalkAccessToken?: string;
3075
3252
  static names(): { [key: string]: string } {
@@ -3091,34 +3268,28 @@ export class StaffLabelRecordsQueryHeaders extends $tea.Model {
3091
3268
  }
3092
3269
  }
3093
3270
 
3094
- export class StaffLabelRecordsQueryRequest extends $tea.Model {
3095
- body?: StaffLabelRecordsQueryRequestBody[];
3271
+ export class HrbrainImportPromEvalRequest extends $tea.Model {
3096
3272
  /**
3097
- * @example
3098
- * 0140180438261064274667
3273
+ * @remarks
3274
+ * This parameter is required.
3099
3275
  */
3100
- dingCorpId?: string;
3276
+ body?: HrbrainImportPromEvalRequestBody[];
3101
3277
  /**
3102
- * @example
3103
- * 10
3278
+ * @remarks
3279
+ * This parameter is required.
3104
3280
  */
3105
- maxResults?: number;
3106
- nextToken?: string;
3281
+ corpId?: string;
3107
3282
  static names(): { [key: string]: string } {
3108
3283
  return {
3109
3284
  body: 'body',
3110
- dingCorpId: 'dingCorpId',
3111
- maxResults: 'maxResults',
3112
- nextToken: 'nextToken',
3285
+ corpId: 'corpId',
3113
3286
  };
3114
3287
  }
3115
3288
 
3116
3289
  static types(): { [key: string]: any } {
3117
3290
  return {
3118
- body: { 'type': 'array', 'itemType': StaffLabelRecordsQueryRequestBody },
3119
- dingCorpId: 'string',
3120
- maxResults: 'number',
3121
- nextToken: 'string',
3291
+ body: { 'type': 'array', 'itemType': HrbrainImportPromEvalRequestBody },
3292
+ corpId: 'string',
3122
3293
  };
3123
3294
  }
3124
3295
 
@@ -3127,26 +3298,12 @@ export class StaffLabelRecordsQueryRequest extends $tea.Model {
3127
3298
  }
3128
3299
  }
3129
3300
 
3130
- export class StaffLabelRecordsQueryResponseBody extends $tea.Model {
3131
- content?: StaffLabelRecordsQueryResponseBodyContent;
3132
- /**
3133
- * @example
3134
- * 0140180438261064274667
3135
- */
3301
+ export class HrbrainImportPromEvalResponseBody extends $tea.Model {
3136
3302
  requestId?: string;
3137
- /**
3138
- * @example
3139
- * true
3140
- */
3141
3303
  result?: boolean;
3142
- /**
3143
- * @example
3144
- * true
3145
- */
3146
3304
  success?: boolean;
3147
3305
  static names(): { [key: string]: string } {
3148
3306
  return {
3149
- content: 'content',
3150
3307
  requestId: 'requestId',
3151
3308
  result: 'result',
3152
3309
  success: 'success',
@@ -3155,7 +3312,6 @@ export class StaffLabelRecordsQueryResponseBody extends $tea.Model {
3155
3312
 
3156
3313
  static types(): { [key: string]: any } {
3157
3314
  return {
3158
- content: StaffLabelRecordsQueryResponseBodyContent,
3159
3315
  requestId: 'string',
3160
3316
  result: 'boolean',
3161
3317
  success: 'boolean',
@@ -3167,10 +3323,10 @@ export class StaffLabelRecordsQueryResponseBody extends $tea.Model {
3167
3323
  }
3168
3324
  }
3169
3325
 
3170
- export class StaffLabelRecordsQueryResponse extends $tea.Model {
3326
+ export class HrbrainImportPromEvalResponse extends $tea.Model {
3171
3327
  headers?: { [key: string]: string };
3172
3328
  statusCode?: number;
3173
- body?: StaffLabelRecordsQueryResponseBody;
3329
+ body?: HrbrainImportPromEvalResponseBody;
3174
3330
  static names(): { [key: string]: string } {
3175
3331
  return {
3176
3332
  headers: 'headers',
@@ -3183,7 +3339,7 @@ export class StaffLabelRecordsQueryResponse extends $tea.Model {
3183
3339
  return {
3184
3340
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3185
3341
  statusCode: 'number',
3186
- body: StaffLabelRecordsQueryResponseBody,
3342
+ body: HrbrainImportPromEvalResponseBody,
3187
3343
  };
3188
3344
  }
3189
3345
 
@@ -3192,7 +3348,7 @@ export class StaffLabelRecordsQueryResponse extends $tea.Model {
3192
3348
  }
3193
3349
  }
3194
3350
 
3195
- export class SyncDataHeaders extends $tea.Model {
3351
+ export class HrbrainImportPunDetailHeaders extends $tea.Model {
3196
3352
  commonHeaders?: { [key: string]: string };
3197
3353
  xAcsDingtalkAccessToken?: string;
3198
3354
  static names(): { [key: string]: string } {
@@ -3214,49 +3370,28 @@ export class SyncDataHeaders extends $tea.Model {
3214
3370
  }
3215
3371
  }
3216
3372
 
3217
- export class SyncDataRequest extends $tea.Model {
3218
- /**
3219
- * @remarks
3220
- * This parameter is required.
3221
- */
3222
- content?: string;
3223
- /**
3224
- * @remarks
3225
- * This parameter is required.
3226
- */
3227
- dataId?: string;
3228
- /**
3229
- * @remarks
3230
- * This parameter is required.
3231
- */
3232
- etlTime?: string;
3373
+ export class HrbrainImportPunDetailRequest extends $tea.Model {
3233
3374
  /**
3234
3375
  * @remarks
3235
3376
  * This parameter is required.
3236
3377
  */
3237
- projectId?: string;
3378
+ body?: HrbrainImportPunDetailRequestBody[];
3238
3379
  /**
3239
3380
  * @remarks
3240
3381
  * This parameter is required.
3241
3382
  */
3242
- schemaId?: string;
3383
+ corpId?: string;
3243
3384
  static names(): { [key: string]: string } {
3244
3385
  return {
3245
- content: 'content',
3246
- dataId: 'dataId',
3247
- etlTime: 'etlTime',
3248
- projectId: 'projectId',
3249
- schemaId: 'schemaId',
3386
+ body: 'body',
3387
+ corpId: 'corpId',
3250
3388
  };
3251
3389
  }
3252
3390
 
3253
3391
  static types(): { [key: string]: any } {
3254
3392
  return {
3255
- content: 'string',
3256
- dataId: 'string',
3257
- etlTime: 'string',
3258
- projectId: 'string',
3259
- schemaId: 'string',
3393
+ body: { 'type': 'array', 'itemType': HrbrainImportPunDetailRequestBody },
3394
+ corpId: 'string',
3260
3395
  };
3261
3396
  }
3262
3397
 
@@ -3265,16 +3400,22 @@ export class SyncDataRequest extends $tea.Model {
3265
3400
  }
3266
3401
  }
3267
3402
 
3268
- export class SyncDataResponseBody extends $tea.Model {
3403
+ export class HrbrainImportPunDetailResponseBody extends $tea.Model {
3404
+ requestId?: string;
3405
+ result?: boolean;
3269
3406
  success?: boolean;
3270
3407
  static names(): { [key: string]: string } {
3271
3408
  return {
3409
+ requestId: 'requestId',
3410
+ result: 'result',
3272
3411
  success: 'success',
3273
3412
  };
3274
3413
  }
3275
3414
 
3276
3415
  static types(): { [key: string]: any } {
3277
3416
  return {
3417
+ requestId: 'string',
3418
+ result: 'boolean',
3278
3419
  success: 'boolean',
3279
3420
  };
3280
3421
  }
@@ -3284,10 +3425,10 @@ export class SyncDataResponseBody extends $tea.Model {
3284
3425
  }
3285
3426
  }
3286
3427
 
3287
- export class SyncDataResponse extends $tea.Model {
3428
+ export class HrbrainImportPunDetailResponse extends $tea.Model {
3288
3429
  headers?: { [key: string]: string };
3289
3430
  statusCode?: number;
3290
- body?: SyncDataResponseBody;
3431
+ body?: HrbrainImportPunDetailResponseBody;
3291
3432
  static names(): { [key: string]: string } {
3292
3433
  return {
3293
3434
  headers: 'headers',
@@ -3300,7 +3441,7 @@ export class SyncDataResponse extends $tea.Model {
3300
3441
  return {
3301
3442
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3302
3443
  statusCode: 'number',
3303
- body: SyncDataResponseBody,
3444
+ body: HrbrainImportPunDetailResponseBody,
3304
3445
  };
3305
3446
  }
3306
3447
 
@@ -3309,27 +3450,50 @@ export class SyncDataResponse extends $tea.Model {
3309
3450
  }
3310
3451
  }
3311
3452
 
3312
- export class HrbrainDeleteAwardRecordsRequestParams extends $tea.Model {
3313
- awardDate?: string;
3314
- awardName?: string;
3453
+ export class HrbrainImportRegistHeaders extends $tea.Model {
3454
+ commonHeaders?: { [key: string]: string };
3455
+ xAcsDingtalkAccessToken?: string;
3456
+ static names(): { [key: string]: string } {
3457
+ return {
3458
+ commonHeaders: 'commonHeaders',
3459
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
3460
+ };
3461
+ }
3462
+
3463
+ static types(): { [key: string]: any } {
3464
+ return {
3465
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3466
+ xAcsDingtalkAccessToken: 'string',
3467
+ };
3468
+ }
3469
+
3470
+ constructor(map?: { [key: string]: any }) {
3471
+ super(map);
3472
+ }
3473
+ }
3474
+
3475
+ export class HrbrainImportRegistRequest extends $tea.Model {
3315
3476
  /**
3316
3477
  * @remarks
3317
3478
  * This parameter is required.
3318
3479
  */
3319
- workNo?: string;
3480
+ body?: HrbrainImportRegistRequestBody[];
3481
+ /**
3482
+ * @remarks
3483
+ * This parameter is required.
3484
+ */
3485
+ corpId?: string;
3320
3486
  static names(): { [key: string]: string } {
3321
3487
  return {
3322
- awardDate: 'awardDate',
3323
- awardName: 'awardName',
3324
- workNo: 'workNo',
3488
+ body: 'body',
3489
+ corpId: 'corpId',
3325
3490
  };
3326
3491
  }
3327
3492
 
3328
3493
  static types(): { [key: string]: any } {
3329
3494
  return {
3330
- awardDate: 'string',
3331
- awardName: 'string',
3332
- workNo: 'string',
3495
+ body: { 'type': 'array', 'itemType': HrbrainImportRegistRequestBody },
3496
+ corpId: 'string',
3333
3497
  };
3334
3498
  }
3335
3499
 
@@ -3338,20 +3502,23 @@ export class HrbrainDeleteAwardRecordsRequestParams extends $tea.Model {
3338
3502
  }
3339
3503
  }
3340
3504
 
3341
- export class HrbrainDeleteDimissionRequestParams extends $tea.Model {
3342
- dimissionDate?: string;
3343
- workNo?: string;
3505
+ export class HrbrainImportRegistResponseBody extends $tea.Model {
3506
+ requestId?: string;
3507
+ result?: boolean;
3508
+ success?: boolean;
3344
3509
  static names(): { [key: string]: string } {
3345
3510
  return {
3346
- dimissionDate: 'dimissionDate',
3347
- workNo: 'workNo',
3511
+ requestId: 'requestId',
3512
+ result: 'result',
3513
+ success: 'success',
3348
3514
  };
3349
3515
  }
3350
3516
 
3351
3517
  static types(): { [key: string]: any } {
3352
3518
  return {
3353
- dimissionDate: 'string',
3354
- workNo: 'string',
3519
+ requestId: 'string',
3520
+ result: 'boolean',
3521
+ success: 'boolean',
3355
3522
  };
3356
3523
  }
3357
3524
 
@@ -3360,33 +3527,23 @@ export class HrbrainDeleteDimissionRequestParams extends $tea.Model {
3360
3527
  }
3361
3528
  }
3362
3529
 
3363
- export class HrbrainDeleteEduExpRequestParams extends $tea.Model {
3364
- eduName?: string;
3365
- endDate?: string;
3366
- schoolName?: string;
3367
- startDate?: string;
3368
- /**
3369
- * @remarks
3370
- * This parameter is required.
3371
- */
3372
- workNo?: string;
3530
+ export class HrbrainImportRegistResponse extends $tea.Model {
3531
+ headers?: { [key: string]: string };
3532
+ statusCode?: number;
3533
+ body?: HrbrainImportRegistResponseBody;
3373
3534
  static names(): { [key: string]: string } {
3374
3535
  return {
3375
- eduName: 'eduName',
3376
- endDate: 'endDate',
3377
- schoolName: 'schoolName',
3378
- startDate: 'startDate',
3379
- workNo: 'workNo',
3536
+ headers: 'headers',
3537
+ statusCode: 'statusCode',
3538
+ body: 'body',
3380
3539
  };
3381
3540
  }
3382
3541
 
3383
3542
  static types(): { [key: string]: any } {
3384
3543
  return {
3385
- eduName: 'string',
3386
- endDate: 'string',
3387
- schoolName: 'string',
3388
- startDate: 'string',
3389
- workNo: 'string',
3544
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3545
+ statusCode: 'number',
3546
+ body: HrbrainImportRegistResponseBody,
3390
3547
  };
3391
3548
  }
3392
3549
 
@@ -3395,21 +3552,20 @@ export class HrbrainDeleteEduExpRequestParams extends $tea.Model {
3395
3552
  }
3396
3553
  }
3397
3554
 
3398
- export class HrbrainDeleteEmpInfoRequestParams extends $tea.Model {
3399
- /**
3400
- * @remarks
3401
- * This parameter is required.
3402
- */
3403
- workNo?: string;
3555
+ export class HrbrainImportRegularHeaders extends $tea.Model {
3556
+ commonHeaders?: { [key: string]: string };
3557
+ xAcsDingtalkAccessToken?: string;
3404
3558
  static names(): { [key: string]: string } {
3405
3559
  return {
3406
- workNo: 'workNo',
3560
+ commonHeaders: 'commonHeaders',
3561
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
3407
3562
  };
3408
3563
  }
3409
3564
 
3410
3565
  static types(): { [key: string]: any } {
3411
3566
  return {
3412
- workNo: 'string',
3567
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3568
+ xAcsDingtalkAccessToken: 'string',
3413
3569
  };
3414
3570
  }
3415
3571
 
@@ -3418,13 +3574,957 @@ export class HrbrainDeleteEmpInfoRequestParams extends $tea.Model {
3418
3574
  }
3419
3575
  }
3420
3576
 
3421
- export class HrbrainDeleteLabelIndustryRequestParams extends $tea.Model {
3422
- label?: { [key: string]: any };
3577
+ export class HrbrainImportRegularRequest extends $tea.Model {
3578
+ body?: HrbrainImportRegularRequestBody[];
3423
3579
  /**
3424
3580
  * @remarks
3425
3581
  * This parameter is required.
3426
3582
  */
3427
- workNo?: string;
3583
+ corpId?: string;
3584
+ static names(): { [key: string]: string } {
3585
+ return {
3586
+ body: 'body',
3587
+ corpId: 'corpId',
3588
+ };
3589
+ }
3590
+
3591
+ static types(): { [key: string]: any } {
3592
+ return {
3593
+ body: { 'type': 'array', 'itemType': HrbrainImportRegularRequestBody },
3594
+ corpId: 'string',
3595
+ };
3596
+ }
3597
+
3598
+ constructor(map?: { [key: string]: any }) {
3599
+ super(map);
3600
+ }
3601
+ }
3602
+
3603
+ export class HrbrainImportRegularResponseBody extends $tea.Model {
3604
+ requestId?: string;
3605
+ result?: boolean;
3606
+ success?: boolean;
3607
+ static names(): { [key: string]: string } {
3608
+ return {
3609
+ requestId: 'requestId',
3610
+ result: 'result',
3611
+ success: 'success',
3612
+ };
3613
+ }
3614
+
3615
+ static types(): { [key: string]: any } {
3616
+ return {
3617
+ requestId: 'string',
3618
+ result: 'boolean',
3619
+ success: 'boolean',
3620
+ };
3621
+ }
3622
+
3623
+ constructor(map?: { [key: string]: any }) {
3624
+ super(map);
3625
+ }
3626
+ }
3627
+
3628
+ export class HrbrainImportRegularResponse extends $tea.Model {
3629
+ headers?: { [key: string]: string };
3630
+ statusCode?: number;
3631
+ body?: HrbrainImportRegularResponseBody;
3632
+ static names(): { [key: string]: string } {
3633
+ return {
3634
+ headers: 'headers',
3635
+ statusCode: 'statusCode',
3636
+ body: 'body',
3637
+ };
3638
+ }
3639
+
3640
+ static types(): { [key: string]: any } {
3641
+ return {
3642
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3643
+ statusCode: 'number',
3644
+ body: HrbrainImportRegularResponseBody,
3645
+ };
3646
+ }
3647
+
3648
+ constructor(map?: { [key: string]: any }) {
3649
+ super(map);
3650
+ }
3651
+ }
3652
+
3653
+ export class HrbrainImportTrainingHeaders extends $tea.Model {
3654
+ commonHeaders?: { [key: string]: string };
3655
+ xAcsDingtalkAccessToken?: string;
3656
+ static names(): { [key: string]: string } {
3657
+ return {
3658
+ commonHeaders: 'commonHeaders',
3659
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
3660
+ };
3661
+ }
3662
+
3663
+ static types(): { [key: string]: any } {
3664
+ return {
3665
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3666
+ xAcsDingtalkAccessToken: 'string',
3667
+ };
3668
+ }
3669
+
3670
+ constructor(map?: { [key: string]: any }) {
3671
+ super(map);
3672
+ }
3673
+ }
3674
+
3675
+ export class HrbrainImportTrainingRequest extends $tea.Model {
3676
+ body?: HrbrainImportTrainingRequestBody[];
3677
+ /**
3678
+ * @remarks
3679
+ * This parameter is required.
3680
+ */
3681
+ corpId?: string;
3682
+ static names(): { [key: string]: string } {
3683
+ return {
3684
+ body: 'body',
3685
+ corpId: 'corpId',
3686
+ };
3687
+ }
3688
+
3689
+ static types(): { [key: string]: any } {
3690
+ return {
3691
+ body: { 'type': 'array', 'itemType': HrbrainImportTrainingRequestBody },
3692
+ corpId: 'string',
3693
+ };
3694
+ }
3695
+
3696
+ constructor(map?: { [key: string]: any }) {
3697
+ super(map);
3698
+ }
3699
+ }
3700
+
3701
+ export class HrbrainImportTrainingResponseBody extends $tea.Model {
3702
+ requestId?: string;
3703
+ result?: boolean;
3704
+ success?: boolean;
3705
+ static names(): { [key: string]: string } {
3706
+ return {
3707
+ requestId: 'requestId',
3708
+ result: 'result',
3709
+ success: 'success',
3710
+ };
3711
+ }
3712
+
3713
+ static types(): { [key: string]: any } {
3714
+ return {
3715
+ requestId: 'string',
3716
+ result: 'boolean',
3717
+ success: 'boolean',
3718
+ };
3719
+ }
3720
+
3721
+ constructor(map?: { [key: string]: any }) {
3722
+ super(map);
3723
+ }
3724
+ }
3725
+
3726
+ export class HrbrainImportTrainingResponse extends $tea.Model {
3727
+ headers?: { [key: string]: string };
3728
+ statusCode?: number;
3729
+ body?: HrbrainImportTrainingResponseBody;
3730
+ static names(): { [key: string]: string } {
3731
+ return {
3732
+ headers: 'headers',
3733
+ statusCode: 'statusCode',
3734
+ body: 'body',
3735
+ };
3736
+ }
3737
+
3738
+ static types(): { [key: string]: any } {
3739
+ return {
3740
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3741
+ statusCode: 'number',
3742
+ body: HrbrainImportTrainingResponseBody,
3743
+ };
3744
+ }
3745
+
3746
+ constructor(map?: { [key: string]: any }) {
3747
+ super(map);
3748
+ }
3749
+ }
3750
+
3751
+ export class HrbrainImportTransferEvalHeaders extends $tea.Model {
3752
+ commonHeaders?: { [key: string]: string };
3753
+ xAcsDingtalkAccessToken?: string;
3754
+ static names(): { [key: string]: string } {
3755
+ return {
3756
+ commonHeaders: 'commonHeaders',
3757
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
3758
+ };
3759
+ }
3760
+
3761
+ static types(): { [key: string]: any } {
3762
+ return {
3763
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3764
+ xAcsDingtalkAccessToken: 'string',
3765
+ };
3766
+ }
3767
+
3768
+ constructor(map?: { [key: string]: any }) {
3769
+ super(map);
3770
+ }
3771
+ }
3772
+
3773
+ export class HrbrainImportTransferEvalRequest extends $tea.Model {
3774
+ /**
3775
+ * @remarks
3776
+ * This parameter is required.
3777
+ */
3778
+ body?: HrbrainImportTransferEvalRequestBody[];
3779
+ /**
3780
+ * @remarks
3781
+ * This parameter is required.
3782
+ */
3783
+ corpId?: string;
3784
+ static names(): { [key: string]: string } {
3785
+ return {
3786
+ body: 'body',
3787
+ corpId: 'corpId',
3788
+ };
3789
+ }
3790
+
3791
+ static types(): { [key: string]: any } {
3792
+ return {
3793
+ body: { 'type': 'array', 'itemType': HrbrainImportTransferEvalRequestBody },
3794
+ corpId: 'string',
3795
+ };
3796
+ }
3797
+
3798
+ constructor(map?: { [key: string]: any }) {
3799
+ super(map);
3800
+ }
3801
+ }
3802
+
3803
+ export class HrbrainImportTransferEvalResponseBody extends $tea.Model {
3804
+ requestId?: string;
3805
+ result?: boolean;
3806
+ success?: boolean;
3807
+ static names(): { [key: string]: string } {
3808
+ return {
3809
+ requestId: 'requestId',
3810
+ result: 'result',
3811
+ success: 'success',
3812
+ };
3813
+ }
3814
+
3815
+ static types(): { [key: string]: any } {
3816
+ return {
3817
+ requestId: 'string',
3818
+ result: 'boolean',
3819
+ success: 'boolean',
3820
+ };
3821
+ }
3822
+
3823
+ constructor(map?: { [key: string]: any }) {
3824
+ super(map);
3825
+ }
3826
+ }
3827
+
3828
+ export class HrbrainImportTransferEvalResponse extends $tea.Model {
3829
+ headers?: { [key: string]: string };
3830
+ statusCode?: number;
3831
+ body?: HrbrainImportTransferEvalResponseBody;
3832
+ static names(): { [key: string]: string } {
3833
+ return {
3834
+ headers: 'headers',
3835
+ statusCode: 'statusCode',
3836
+ body: 'body',
3837
+ };
3838
+ }
3839
+
3840
+ static types(): { [key: string]: any } {
3841
+ return {
3842
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3843
+ statusCode: 'number',
3844
+ body: HrbrainImportTransferEvalResponseBody,
3845
+ };
3846
+ }
3847
+
3848
+ constructor(map?: { [key: string]: any }) {
3849
+ super(map);
3850
+ }
3851
+ }
3852
+
3853
+ export class HrbrainImportWorkExpHeaders extends $tea.Model {
3854
+ commonHeaders?: { [key: string]: string };
3855
+ xAcsDingtalkAccessToken?: string;
3856
+ static names(): { [key: string]: string } {
3857
+ return {
3858
+ commonHeaders: 'commonHeaders',
3859
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
3860
+ };
3861
+ }
3862
+
3863
+ static types(): { [key: string]: any } {
3864
+ return {
3865
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3866
+ xAcsDingtalkAccessToken: 'string',
3867
+ };
3868
+ }
3869
+
3870
+ constructor(map?: { [key: string]: any }) {
3871
+ super(map);
3872
+ }
3873
+ }
3874
+
3875
+ export class HrbrainImportWorkExpRequest extends $tea.Model {
3876
+ /**
3877
+ * @remarks
3878
+ * This parameter is required.
3879
+ */
3880
+ body?: HrbrainImportWorkExpRequestBody[];
3881
+ /**
3882
+ * @remarks
3883
+ * This parameter is required.
3884
+ */
3885
+ corpId?: string;
3886
+ static names(): { [key: string]: string } {
3887
+ return {
3888
+ body: 'body',
3889
+ corpId: 'corpId',
3890
+ };
3891
+ }
3892
+
3893
+ static types(): { [key: string]: any } {
3894
+ return {
3895
+ body: { 'type': 'array', 'itemType': HrbrainImportWorkExpRequestBody },
3896
+ corpId: 'string',
3897
+ };
3898
+ }
3899
+
3900
+ constructor(map?: { [key: string]: any }) {
3901
+ super(map);
3902
+ }
3903
+ }
3904
+
3905
+ export class HrbrainImportWorkExpResponseBody extends $tea.Model {
3906
+ requestId?: string;
3907
+ result?: boolean;
3908
+ success?: boolean;
3909
+ static names(): { [key: string]: string } {
3910
+ return {
3911
+ requestId: 'requestId',
3912
+ result: 'result',
3913
+ success: 'success',
3914
+ };
3915
+ }
3916
+
3917
+ static types(): { [key: string]: any } {
3918
+ return {
3919
+ requestId: 'string',
3920
+ result: 'boolean',
3921
+ success: 'boolean',
3922
+ };
3923
+ }
3924
+
3925
+ constructor(map?: { [key: string]: any }) {
3926
+ super(map);
3927
+ }
3928
+ }
3929
+
3930
+ export class HrbrainImportWorkExpResponse extends $tea.Model {
3931
+ headers?: { [key: string]: string };
3932
+ statusCode?: number;
3933
+ body?: HrbrainImportWorkExpResponseBody;
3934
+ static names(): { [key: string]: string } {
3935
+ return {
3936
+ headers: 'headers',
3937
+ statusCode: 'statusCode',
3938
+ body: 'body',
3939
+ };
3940
+ }
3941
+
3942
+ static types(): { [key: string]: any } {
3943
+ return {
3944
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3945
+ statusCode: 'number',
3946
+ body: HrbrainImportWorkExpResponseBody,
3947
+ };
3948
+ }
3949
+
3950
+ constructor(map?: { [key: string]: any }) {
3951
+ super(map);
3952
+ }
3953
+ }
3954
+
3955
+ export class HrbrainTalentProfileAttachmentQueryHeaders extends $tea.Model {
3956
+ commonHeaders?: { [key: string]: string };
3957
+ xAcsDingtalkAccessToken?: string;
3958
+ static names(): { [key: string]: string } {
3959
+ return {
3960
+ commonHeaders: 'commonHeaders',
3961
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
3962
+ };
3963
+ }
3964
+
3965
+ static types(): { [key: string]: any } {
3966
+ return {
3967
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3968
+ xAcsDingtalkAccessToken: 'string',
3969
+ };
3970
+ }
3971
+
3972
+ constructor(map?: { [key: string]: any }) {
3973
+ super(map);
3974
+ }
3975
+ }
3976
+
3977
+ export class HrbrainTalentProfileAttachmentQueryRequest extends $tea.Model {
3978
+ body?: string[];
3979
+ dingCorpId?: string;
3980
+ static names(): { [key: string]: string } {
3981
+ return {
3982
+ body: 'body',
3983
+ dingCorpId: 'dingCorpId',
3984
+ };
3985
+ }
3986
+
3987
+ static types(): { [key: string]: any } {
3988
+ return {
3989
+ body: { 'type': 'array', 'itemType': 'string' },
3990
+ dingCorpId: 'string',
3991
+ };
3992
+ }
3993
+
3994
+ constructor(map?: { [key: string]: any }) {
3995
+ super(map);
3996
+ }
3997
+ }
3998
+
3999
+ export class HrbrainTalentProfileAttachmentQueryResponseBody extends $tea.Model {
4000
+ content?: HrbrainTalentProfileAttachmentQueryResponseBodyContent;
4001
+ requestId?: string;
4002
+ result?: boolean;
4003
+ success?: boolean;
4004
+ static names(): { [key: string]: string } {
4005
+ return {
4006
+ content: 'content',
4007
+ requestId: 'requestId',
4008
+ result: 'result',
4009
+ success: 'success',
4010
+ };
4011
+ }
4012
+
4013
+ static types(): { [key: string]: any } {
4014
+ return {
4015
+ content: HrbrainTalentProfileAttachmentQueryResponseBodyContent,
4016
+ requestId: 'string',
4017
+ result: 'boolean',
4018
+ success: 'boolean',
4019
+ };
4020
+ }
4021
+
4022
+ constructor(map?: { [key: string]: any }) {
4023
+ super(map);
4024
+ }
4025
+ }
4026
+
4027
+ export class HrbrainTalentProfileAttachmentQueryResponse extends $tea.Model {
4028
+ headers?: { [key: string]: string };
4029
+ statusCode?: number;
4030
+ body?: HrbrainTalentProfileAttachmentQueryResponseBody;
4031
+ static names(): { [key: string]: string } {
4032
+ return {
4033
+ headers: 'headers',
4034
+ statusCode: 'statusCode',
4035
+ body: 'body',
4036
+ };
4037
+ }
4038
+
4039
+ static types(): { [key: string]: any } {
4040
+ return {
4041
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4042
+ statusCode: 'number',
4043
+ body: HrbrainTalentProfileAttachmentQueryResponseBody,
4044
+ };
4045
+ }
4046
+
4047
+ constructor(map?: { [key: string]: any }) {
4048
+ super(map);
4049
+ }
4050
+ }
4051
+
4052
+ export class HrbrainTalentProfileBasicQueryHeaders extends $tea.Model {
4053
+ commonHeaders?: { [key: string]: string };
4054
+ xAcsDingtalkAccessToken?: string;
4055
+ static names(): { [key: string]: string } {
4056
+ return {
4057
+ commonHeaders: 'commonHeaders',
4058
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
4059
+ };
4060
+ }
4061
+
4062
+ static types(): { [key: string]: any } {
4063
+ return {
4064
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4065
+ xAcsDingtalkAccessToken: 'string',
4066
+ };
4067
+ }
4068
+
4069
+ constructor(map?: { [key: string]: any }) {
4070
+ super(map);
4071
+ }
4072
+ }
4073
+
4074
+ export class HrbrainTalentProfileBasicQueryRequest extends $tea.Model {
4075
+ body?: string[];
4076
+ dingCorpId?: string;
4077
+ static names(): { [key: string]: string } {
4078
+ return {
4079
+ body: 'body',
4080
+ dingCorpId: 'dingCorpId',
4081
+ };
4082
+ }
4083
+
4084
+ static types(): { [key: string]: any } {
4085
+ return {
4086
+ body: { 'type': 'array', 'itemType': 'string' },
4087
+ dingCorpId: 'string',
4088
+ };
4089
+ }
4090
+
4091
+ constructor(map?: { [key: string]: any }) {
4092
+ super(map);
4093
+ }
4094
+ }
4095
+
4096
+ export class HrbrainTalentProfileBasicQueryResponseBody extends $tea.Model {
4097
+ content?: HrbrainTalentProfileBasicQueryResponseBodyContent;
4098
+ requestId?: string;
4099
+ result?: boolean;
4100
+ success?: boolean;
4101
+ static names(): { [key: string]: string } {
4102
+ return {
4103
+ content: 'content',
4104
+ requestId: 'requestId',
4105
+ result: 'result',
4106
+ success: 'success',
4107
+ };
4108
+ }
4109
+
4110
+ static types(): { [key: string]: any } {
4111
+ return {
4112
+ content: HrbrainTalentProfileBasicQueryResponseBodyContent,
4113
+ requestId: 'string',
4114
+ result: 'boolean',
4115
+ success: 'boolean',
4116
+ };
4117
+ }
4118
+
4119
+ constructor(map?: { [key: string]: any }) {
4120
+ super(map);
4121
+ }
4122
+ }
4123
+
4124
+ export class HrbrainTalentProfileBasicQueryResponse extends $tea.Model {
4125
+ headers?: { [key: string]: string };
4126
+ statusCode?: number;
4127
+ body?: HrbrainTalentProfileBasicQueryResponseBody;
4128
+ static names(): { [key: string]: string } {
4129
+ return {
4130
+ headers: 'headers',
4131
+ statusCode: 'statusCode',
4132
+ body: 'body',
4133
+ };
4134
+ }
4135
+
4136
+ static types(): { [key: string]: any } {
4137
+ return {
4138
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4139
+ statusCode: 'number',
4140
+ body: HrbrainTalentProfileBasicQueryResponseBody,
4141
+ };
4142
+ }
4143
+
4144
+ constructor(map?: { [key: string]: any }) {
4145
+ super(map);
4146
+ }
4147
+ }
4148
+
4149
+ export class StaffLabelRecordsQueryHeaders extends $tea.Model {
4150
+ commonHeaders?: { [key: string]: string };
4151
+ xAcsDingtalkAccessToken?: string;
4152
+ static names(): { [key: string]: string } {
4153
+ return {
4154
+ commonHeaders: 'commonHeaders',
4155
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
4156
+ };
4157
+ }
4158
+
4159
+ static types(): { [key: string]: any } {
4160
+ return {
4161
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4162
+ xAcsDingtalkAccessToken: 'string',
4163
+ };
4164
+ }
4165
+
4166
+ constructor(map?: { [key: string]: any }) {
4167
+ super(map);
4168
+ }
4169
+ }
4170
+
4171
+ export class StaffLabelRecordsQueryRequest extends $tea.Model {
4172
+ body?: StaffLabelRecordsQueryRequestBody[];
4173
+ /**
4174
+ * @example
4175
+ * 0140180438261064274667
4176
+ */
4177
+ dingCorpId?: string;
4178
+ /**
4179
+ * @example
4180
+ * 10
4181
+ */
4182
+ maxResults?: number;
4183
+ nextToken?: string;
4184
+ static names(): { [key: string]: string } {
4185
+ return {
4186
+ body: 'body',
4187
+ dingCorpId: 'dingCorpId',
4188
+ maxResults: 'maxResults',
4189
+ nextToken: 'nextToken',
4190
+ };
4191
+ }
4192
+
4193
+ static types(): { [key: string]: any } {
4194
+ return {
4195
+ body: { 'type': 'array', 'itemType': StaffLabelRecordsQueryRequestBody },
4196
+ dingCorpId: 'string',
4197
+ maxResults: 'number',
4198
+ nextToken: 'string',
4199
+ };
4200
+ }
4201
+
4202
+ constructor(map?: { [key: string]: any }) {
4203
+ super(map);
4204
+ }
4205
+ }
4206
+
4207
+ export class StaffLabelRecordsQueryResponseBody extends $tea.Model {
4208
+ content?: StaffLabelRecordsQueryResponseBodyContent;
4209
+ /**
4210
+ * @example
4211
+ * 0140180438261064274667
4212
+ */
4213
+ requestId?: string;
4214
+ /**
4215
+ * @example
4216
+ * true
4217
+ */
4218
+ result?: boolean;
4219
+ /**
4220
+ * @example
4221
+ * true
4222
+ */
4223
+ success?: boolean;
4224
+ static names(): { [key: string]: string } {
4225
+ return {
4226
+ content: 'content',
4227
+ requestId: 'requestId',
4228
+ result: 'result',
4229
+ success: 'success',
4230
+ };
4231
+ }
4232
+
4233
+ static types(): { [key: string]: any } {
4234
+ return {
4235
+ content: StaffLabelRecordsQueryResponseBodyContent,
4236
+ requestId: 'string',
4237
+ result: 'boolean',
4238
+ success: 'boolean',
4239
+ };
4240
+ }
4241
+
4242
+ constructor(map?: { [key: string]: any }) {
4243
+ super(map);
4244
+ }
4245
+ }
4246
+
4247
+ export class StaffLabelRecordsQueryResponse extends $tea.Model {
4248
+ headers?: { [key: string]: string };
4249
+ statusCode?: number;
4250
+ body?: StaffLabelRecordsQueryResponseBody;
4251
+ static names(): { [key: string]: string } {
4252
+ return {
4253
+ headers: 'headers',
4254
+ statusCode: 'statusCode',
4255
+ body: 'body',
4256
+ };
4257
+ }
4258
+
4259
+ static types(): { [key: string]: any } {
4260
+ return {
4261
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4262
+ statusCode: 'number',
4263
+ body: StaffLabelRecordsQueryResponseBody,
4264
+ };
4265
+ }
4266
+
4267
+ constructor(map?: { [key: string]: any }) {
4268
+ super(map);
4269
+ }
4270
+ }
4271
+
4272
+ export class SyncDataHeaders extends $tea.Model {
4273
+ commonHeaders?: { [key: string]: string };
4274
+ xAcsDingtalkAccessToken?: string;
4275
+ static names(): { [key: string]: string } {
4276
+ return {
4277
+ commonHeaders: 'commonHeaders',
4278
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
4279
+ };
4280
+ }
4281
+
4282
+ static types(): { [key: string]: any } {
4283
+ return {
4284
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4285
+ xAcsDingtalkAccessToken: 'string',
4286
+ };
4287
+ }
4288
+
4289
+ constructor(map?: { [key: string]: any }) {
4290
+ super(map);
4291
+ }
4292
+ }
4293
+
4294
+ export class SyncDataRequest extends $tea.Model {
4295
+ /**
4296
+ * @remarks
4297
+ * This parameter is required.
4298
+ */
4299
+ content?: string;
4300
+ /**
4301
+ * @remarks
4302
+ * This parameter is required.
4303
+ */
4304
+ dataId?: string;
4305
+ /**
4306
+ * @remarks
4307
+ * This parameter is required.
4308
+ */
4309
+ etlTime?: string;
4310
+ /**
4311
+ * @remarks
4312
+ * This parameter is required.
4313
+ */
4314
+ projectId?: string;
4315
+ /**
4316
+ * @remarks
4317
+ * This parameter is required.
4318
+ */
4319
+ schemaId?: string;
4320
+ static names(): { [key: string]: string } {
4321
+ return {
4322
+ content: 'content',
4323
+ dataId: 'dataId',
4324
+ etlTime: 'etlTime',
4325
+ projectId: 'projectId',
4326
+ schemaId: 'schemaId',
4327
+ };
4328
+ }
4329
+
4330
+ static types(): { [key: string]: any } {
4331
+ return {
4332
+ content: 'string',
4333
+ dataId: 'string',
4334
+ etlTime: 'string',
4335
+ projectId: 'string',
4336
+ schemaId: 'string',
4337
+ };
4338
+ }
4339
+
4340
+ constructor(map?: { [key: string]: any }) {
4341
+ super(map);
4342
+ }
4343
+ }
4344
+
4345
+ export class SyncDataResponseBody extends $tea.Model {
4346
+ success?: boolean;
4347
+ static names(): { [key: string]: string } {
4348
+ return {
4349
+ success: 'success',
4350
+ };
4351
+ }
4352
+
4353
+ static types(): { [key: string]: any } {
4354
+ return {
4355
+ success: 'boolean',
4356
+ };
4357
+ }
4358
+
4359
+ constructor(map?: { [key: string]: any }) {
4360
+ super(map);
4361
+ }
4362
+ }
4363
+
4364
+ export class SyncDataResponse extends $tea.Model {
4365
+ headers?: { [key: string]: string };
4366
+ statusCode?: number;
4367
+ body?: SyncDataResponseBody;
4368
+ static names(): { [key: string]: string } {
4369
+ return {
4370
+ headers: 'headers',
4371
+ statusCode: 'statusCode',
4372
+ body: 'body',
4373
+ };
4374
+ }
4375
+
4376
+ static types(): { [key: string]: any } {
4377
+ return {
4378
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4379
+ statusCode: 'number',
4380
+ body: SyncDataResponseBody,
4381
+ };
4382
+ }
4383
+
4384
+ constructor(map?: { [key: string]: any }) {
4385
+ super(map);
4386
+ }
4387
+ }
4388
+
4389
+ export class HrbrainDeleteAwardRecordsRequestParams extends $tea.Model {
4390
+ awardDate?: string;
4391
+ awardName?: string;
4392
+ /**
4393
+ * @remarks
4394
+ * This parameter is required.
4395
+ */
4396
+ workNo?: string;
4397
+ static names(): { [key: string]: string } {
4398
+ return {
4399
+ awardDate: 'awardDate',
4400
+ awardName: 'awardName',
4401
+ workNo: 'workNo',
4402
+ };
4403
+ }
4404
+
4405
+ static types(): { [key: string]: any } {
4406
+ return {
4407
+ awardDate: 'string',
4408
+ awardName: 'string',
4409
+ workNo: 'string',
4410
+ };
4411
+ }
4412
+
4413
+ constructor(map?: { [key: string]: any }) {
4414
+ super(map);
4415
+ }
4416
+ }
4417
+
4418
+ export class HrbrainDeleteDeptInfoRequestParams extends $tea.Model {
4419
+ /**
4420
+ * @remarks
4421
+ * This parameter is required.
4422
+ */
4423
+ deptNo?: string;
4424
+ static names(): { [key: string]: string } {
4425
+ return {
4426
+ deptNo: 'deptNo',
4427
+ };
4428
+ }
4429
+
4430
+ static types(): { [key: string]: any } {
4431
+ return {
4432
+ deptNo: 'string',
4433
+ };
4434
+ }
4435
+
4436
+ constructor(map?: { [key: string]: any }) {
4437
+ super(map);
4438
+ }
4439
+ }
4440
+
4441
+ export class HrbrainDeleteDimissionRequestParams extends $tea.Model {
4442
+ dimissionDate?: string;
4443
+ workNo?: string;
4444
+ static names(): { [key: string]: string } {
4445
+ return {
4446
+ dimissionDate: 'dimissionDate',
4447
+ workNo: 'workNo',
4448
+ };
4449
+ }
4450
+
4451
+ static types(): { [key: string]: any } {
4452
+ return {
4453
+ dimissionDate: 'string',
4454
+ workNo: 'string',
4455
+ };
4456
+ }
4457
+
4458
+ constructor(map?: { [key: string]: any }) {
4459
+ super(map);
4460
+ }
4461
+ }
4462
+
4463
+ export class HrbrainDeleteEduExpRequestParams extends $tea.Model {
4464
+ eduName?: string;
4465
+ endDate?: string;
4466
+ schoolName?: string;
4467
+ startDate?: string;
4468
+ /**
4469
+ * @remarks
4470
+ * This parameter is required.
4471
+ */
4472
+ workNo?: string;
4473
+ static names(): { [key: string]: string } {
4474
+ return {
4475
+ eduName: 'eduName',
4476
+ endDate: 'endDate',
4477
+ schoolName: 'schoolName',
4478
+ startDate: 'startDate',
4479
+ workNo: 'workNo',
4480
+ };
4481
+ }
4482
+
4483
+ static types(): { [key: string]: any } {
4484
+ return {
4485
+ eduName: 'string',
4486
+ endDate: 'string',
4487
+ schoolName: 'string',
4488
+ startDate: 'string',
4489
+ workNo: 'string',
4490
+ };
4491
+ }
4492
+
4493
+ constructor(map?: { [key: string]: any }) {
4494
+ super(map);
4495
+ }
4496
+ }
4497
+
4498
+ export class HrbrainDeleteEmpInfoRequestParams extends $tea.Model {
4499
+ /**
4500
+ * @remarks
4501
+ * This parameter is required.
4502
+ */
4503
+ workNo?: string;
4504
+ static names(): { [key: string]: string } {
4505
+ return {
4506
+ workNo: 'workNo',
4507
+ };
4508
+ }
4509
+
4510
+ static types(): { [key: string]: any } {
4511
+ return {
4512
+ workNo: 'string',
4513
+ };
4514
+ }
4515
+
4516
+ constructor(map?: { [key: string]: any }) {
4517
+ super(map);
4518
+ }
4519
+ }
4520
+
4521
+ export class HrbrainDeleteLabelIndustryRequestParams extends $tea.Model {
4522
+ label?: { [key: string]: any };
4523
+ /**
4524
+ * @remarks
4525
+ * This parameter is required.
4526
+ */
4527
+ workNo?: string;
3428
4528
  static names(): { [key: string]: string } {
3429
4529
  return {
3430
4530
  label: 'label',
@@ -3473,8 +4573,222 @@ export class HrbrainDeleteLabelInventoryRequestParams extends $tea.Model {
3473
4573
  }
3474
4574
  }
3475
4575
 
3476
- export class HrbrainDeleteLabelProfSkillRequestParams extends $tea.Model {
3477
- label?: { [key: string]: any };
4576
+ export class HrbrainDeleteLabelProfSkillRequestParams extends $tea.Model {
4577
+ label?: { [key: string]: any };
4578
+ /**
4579
+ * @remarks
4580
+ * This parameter is required.
4581
+ */
4582
+ workNo?: string;
4583
+ static names(): { [key: string]: string } {
4584
+ return {
4585
+ label: 'label',
4586
+ workNo: 'workNo',
4587
+ };
4588
+ }
4589
+
4590
+ static types(): { [key: string]: any } {
4591
+ return {
4592
+ label: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
4593
+ workNo: 'string',
4594
+ };
4595
+ }
4596
+
4597
+ constructor(map?: { [key: string]: any }) {
4598
+ super(map);
4599
+ }
4600
+ }
4601
+
4602
+ export class HrbrainDeletePerfEvalRequestParams extends $tea.Model {
4603
+ perfPlanName?: string;
4604
+ period?: string;
4605
+ /**
4606
+ * @remarks
4607
+ * This parameter is required.
4608
+ */
4609
+ workNo?: string;
4610
+ static names(): { [key: string]: string } {
4611
+ return {
4612
+ perfPlanName: 'perfPlanName',
4613
+ period: 'period',
4614
+ workNo: 'workNo',
4615
+ };
4616
+ }
4617
+
4618
+ static types(): { [key: string]: any } {
4619
+ return {
4620
+ perfPlanName: 'string',
4621
+ period: 'string',
4622
+ workNo: 'string',
4623
+ };
4624
+ }
4625
+
4626
+ constructor(map?: { [key: string]: any }) {
4627
+ super(map);
4628
+ }
4629
+ }
4630
+
4631
+ export class HrbrainDeletePromRecordsRequestParams extends $tea.Model {
4632
+ awardDate?: string;
4633
+ awardName?: string;
4634
+ /**
4635
+ * @remarks
4636
+ * This parameter is required.
4637
+ */
4638
+ workNo?: string;
4639
+ static names(): { [key: string]: string } {
4640
+ return {
4641
+ awardDate: 'awardDate',
4642
+ awardName: 'awardName',
4643
+ workNo: 'workNo',
4644
+ };
4645
+ }
4646
+
4647
+ static types(): { [key: string]: any } {
4648
+ return {
4649
+ awardDate: 'string',
4650
+ awardName: 'string',
4651
+ workNo: 'string',
4652
+ };
4653
+ }
4654
+
4655
+ constructor(map?: { [key: string]: any }) {
4656
+ super(map);
4657
+ }
4658
+ }
4659
+
4660
+ export class HrbrainDeletePunDetailRequestParams extends $tea.Model {
4661
+ effectiveDate?: string;
4662
+ punName?: string;
4663
+ /**
4664
+ * @remarks
4665
+ * This parameter is required.
4666
+ */
4667
+ workNo?: string;
4668
+ static names(): { [key: string]: string } {
4669
+ return {
4670
+ effectiveDate: 'effectiveDate',
4671
+ punName: 'punName',
4672
+ workNo: 'workNo',
4673
+ };
4674
+ }
4675
+
4676
+ static types(): { [key: string]: any } {
4677
+ return {
4678
+ effectiveDate: 'string',
4679
+ punName: 'string',
4680
+ workNo: 'string',
4681
+ };
4682
+ }
4683
+
4684
+ constructor(map?: { [key: string]: any }) {
4685
+ super(map);
4686
+ }
4687
+ }
4688
+
4689
+ export class HrbrainDeleteRegistRequestParams extends $tea.Model {
4690
+ registDate?: string;
4691
+ /**
4692
+ * @remarks
4693
+ * This parameter is required.
4694
+ */
4695
+ workNo?: string;
4696
+ static names(): { [key: string]: string } {
4697
+ return {
4698
+ registDate: 'registDate',
4699
+ workNo: 'workNo',
4700
+ };
4701
+ }
4702
+
4703
+ static types(): { [key: string]: any } {
4704
+ return {
4705
+ registDate: 'string',
4706
+ workNo: 'string',
4707
+ };
4708
+ }
4709
+
4710
+ constructor(map?: { [key: string]: any }) {
4711
+ super(map);
4712
+ }
4713
+ }
4714
+
4715
+ export class HrbrainDeleteRegularRequestParams extends $tea.Model {
4716
+ /**
4717
+ * @remarks
4718
+ * This parameter is required.
4719
+ */
4720
+ regularDate?: string;
4721
+ /**
4722
+ * @remarks
4723
+ * This parameter is required.
4724
+ */
4725
+ workNo?: string;
4726
+ static names(): { [key: string]: string } {
4727
+ return {
4728
+ regularDate: 'regularDate',
4729
+ workNo: 'workNo',
4730
+ };
4731
+ }
4732
+
4733
+ static types(): { [key: string]: any } {
4734
+ return {
4735
+ regularDate: 'string',
4736
+ workNo: 'string',
4737
+ };
4738
+ }
4739
+
4740
+ constructor(map?: { [key: string]: any }) {
4741
+ super(map);
4742
+ }
4743
+ }
4744
+
4745
+ export class HrbrainDeleteTrainingRequestParams extends $tea.Model {
4746
+ /**
4747
+ * @remarks
4748
+ * This parameter is required.
4749
+ */
4750
+ trainEndDate?: string;
4751
+ /**
4752
+ * @remarks
4753
+ * This parameter is required.
4754
+ */
4755
+ trainName?: string;
4756
+ /**
4757
+ * @remarks
4758
+ * This parameter is required.
4759
+ */
4760
+ trainStartDate?: string;
4761
+ /**
4762
+ * @remarks
4763
+ * This parameter is required.
4764
+ */
4765
+ workNo?: string;
4766
+ static names(): { [key: string]: string } {
4767
+ return {
4768
+ trainEndDate: 'trainEndDate',
4769
+ trainName: 'trainName',
4770
+ trainStartDate: 'trainStartDate',
4771
+ workNo: 'workNo',
4772
+ };
4773
+ }
4774
+
4775
+ static types(): { [key: string]: any } {
4776
+ return {
4777
+ trainEndDate: 'string',
4778
+ trainName: 'string',
4779
+ trainStartDate: 'string',
4780
+ workNo: 'string',
4781
+ };
4782
+ }
4783
+
4784
+ constructor(map?: { [key: string]: any }) {
4785
+ super(map);
4786
+ }
4787
+ }
4788
+
4789
+ export class HrbrainDeleteTransferEvalRequestParams extends $tea.Model {
4790
+ transferDate?: string;
4791
+ transferType?: string;
3478
4792
  /**
3479
4793
  * @remarks
3480
4794
  * This parameter is required.
@@ -3482,14 +4796,16 @@ export class HrbrainDeleteLabelProfSkillRequestParams extends $tea.Model {
3482
4796
  workNo?: string;
3483
4797
  static names(): { [key: string]: string } {
3484
4798
  return {
3485
- label: 'label',
4799
+ transferDate: 'transferDate',
4800
+ transferType: 'transferType',
3486
4801
  workNo: 'workNo',
3487
4802
  };
3488
4803
  }
3489
4804
 
3490
4805
  static types(): { [key: string]: any } {
3491
4806
  return {
3492
- label: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
4807
+ transferDate: 'string',
4808
+ transferType: 'string',
3493
4809
  workNo: 'string',
3494
4810
  };
3495
4811
  }
@@ -3499,9 +4815,10 @@ export class HrbrainDeleteLabelProfSkillRequestParams extends $tea.Model {
3499
4815
  }
3500
4816
  }
3501
4817
 
3502
- export class HrbrainDeletePerfEvalRequestParams extends $tea.Model {
3503
- perfPlanName?: string;
3504
- period?: string;
4818
+ export class HrbrainDeleteWorkExpRequestParams extends $tea.Model {
4819
+ companyName?: string;
4820
+ endDate?: string;
4821
+ startDate?: string;
3505
4822
  /**
3506
4823
  * @remarks
3507
4824
  * This parameter is required.
@@ -3509,16 +4826,18 @@ export class HrbrainDeletePerfEvalRequestParams extends $tea.Model {
3509
4826
  workNo?: string;
3510
4827
  static names(): { [key: string]: string } {
3511
4828
  return {
3512
- perfPlanName: 'perfPlanName',
3513
- period: 'period',
4829
+ companyName: 'companyName',
4830
+ endDate: 'endDate',
4831
+ startDate: 'startDate',
3514
4832
  workNo: 'workNo',
3515
4833
  };
3516
4834
  }
3517
4835
 
3518
4836
  static types(): { [key: string]: any } {
3519
4837
  return {
3520
- perfPlanName: 'string',
3521
- period: 'string',
4838
+ companyName: 'string',
4839
+ endDate: 'string',
4840
+ startDate: 'string',
3522
4841
  workNo: 'string',
3523
4842
  };
3524
4843
  }
@@ -3528,9 +4847,8 @@ export class HrbrainDeletePerfEvalRequestParams extends $tea.Model {
3528
4847
  }
3529
4848
  }
3530
4849
 
3531
- export class HrbrainDeletePromRecordsRequestParams extends $tea.Model {
3532
- awardDate?: string;
3533
- awardName?: string;
4850
+ export class HrbrainDeletetLabelBaseRequestParams extends $tea.Model {
4851
+ label?: { [key: string]: any };
3534
4852
  /**
3535
4853
  * @remarks
3536
4854
  * This parameter is required.
@@ -3538,16 +4856,14 @@ export class HrbrainDeletePromRecordsRequestParams extends $tea.Model {
3538
4856
  workNo?: string;
3539
4857
  static names(): { [key: string]: string } {
3540
4858
  return {
3541
- awardDate: 'awardDate',
3542
- awardName: 'awardName',
4859
+ label: 'label',
3543
4860
  workNo: 'workNo',
3544
4861
  };
3545
4862
  }
3546
4863
 
3547
4864
  static types(): { [key: string]: any } {
3548
4865
  return {
3549
- awardDate: 'string',
3550
- awardName: 'string',
4866
+ label: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
3551
4867
  workNo: 'string',
3552
4868
  };
3553
4869
  }
@@ -3557,27 +4873,20 @@ export class HrbrainDeletePromRecordsRequestParams extends $tea.Model {
3557
4873
  }
3558
4874
  }
3559
4875
 
3560
- export class HrbrainDeletePunDetailRequestParams extends $tea.Model {
3561
- effectiveDate?: string;
3562
- punName?: string;
3563
- /**
3564
- * @remarks
3565
- * This parameter is required.
3566
- */
3567
- workNo?: string;
4876
+ export class HrbrainEmpPoolQueryResponseBodyContentPoolInfosPoolTags extends $tea.Model {
4877
+ label?: string;
4878
+ value?: string;
3568
4879
  static names(): { [key: string]: string } {
3569
4880
  return {
3570
- effectiveDate: 'effectiveDate',
3571
- punName: 'punName',
3572
- workNo: 'workNo',
4881
+ label: 'label',
4882
+ value: 'value',
3573
4883
  };
3574
4884
  }
3575
4885
 
3576
4886
  static types(): { [key: string]: any } {
3577
4887
  return {
3578
- effectiveDate: 'string',
3579
- punName: 'string',
3580
- workNo: 'string',
4888
+ label: 'string',
4889
+ value: 'string',
3581
4890
  };
3582
4891
  }
3583
4892
 
@@ -3586,24 +4895,26 @@ export class HrbrainDeletePunDetailRequestParams extends $tea.Model {
3586
4895
  }
3587
4896
  }
3588
4897
 
3589
- export class HrbrainDeleteRegistRequestParams extends $tea.Model {
3590
- registDate?: string;
3591
- /**
3592
- * @remarks
3593
- * This parameter is required.
3594
- */
3595
- workNo?: string;
4898
+ export class HrbrainEmpPoolQueryResponseBodyContentPoolInfos extends $tea.Model {
4899
+ poolCode?: string;
4900
+ poolDesc?: string;
4901
+ poolName?: string;
4902
+ poolTags?: HrbrainEmpPoolQueryResponseBodyContentPoolInfosPoolTags[];
3596
4903
  static names(): { [key: string]: string } {
3597
4904
  return {
3598
- registDate: 'registDate',
3599
- workNo: 'workNo',
4905
+ poolCode: 'poolCode',
4906
+ poolDesc: 'poolDesc',
4907
+ poolName: 'poolName',
4908
+ poolTags: 'poolTags',
3600
4909
  };
3601
4910
  }
3602
4911
 
3603
4912
  static types(): { [key: string]: any } {
3604
4913
  return {
3605
- registDate: 'string',
3606
- workNo: 'string',
4914
+ poolCode: 'string',
4915
+ poolDesc: 'string',
4916
+ poolName: 'string',
4917
+ poolTags: { 'type': 'array', 'itemType': HrbrainEmpPoolQueryResponseBodyContentPoolInfosPoolTags },
3607
4918
  };
3608
4919
  }
3609
4920
 
@@ -3612,27 +4923,26 @@ export class HrbrainDeleteRegistRequestParams extends $tea.Model {
3612
4923
  }
3613
4924
  }
3614
4925
 
3615
- export class HrbrainDeleteTransferEvalRequestParams extends $tea.Model {
3616
- transferDate?: string;
3617
- transferType?: string;
3618
- /**
3619
- * @remarks
3620
- * This parameter is required.
3621
- */
3622
- workNo?: string;
4926
+ export class HrbrainEmpPoolQueryResponseBodyContent extends $tea.Model {
4927
+ maxResults?: number;
4928
+ nextToken?: number;
4929
+ poolInfos?: HrbrainEmpPoolQueryResponseBodyContentPoolInfos[];
4930
+ totalCount?: number;
3623
4931
  static names(): { [key: string]: string } {
3624
4932
  return {
3625
- transferDate: 'transferDate',
3626
- transferType: 'transferType',
3627
- workNo: 'workNo',
4933
+ maxResults: 'maxResults',
4934
+ nextToken: 'nextToken',
4935
+ poolInfos: 'poolInfos',
4936
+ totalCount: 'totalCount',
3628
4937
  };
3629
4938
  }
3630
4939
 
3631
4940
  static types(): { [key: string]: any } {
3632
4941
  return {
3633
- transferDate: 'string',
3634
- transferType: 'string',
3635
- workNo: 'string',
4942
+ maxResults: 'number',
4943
+ nextToken: 'number',
4944
+ poolInfos: { 'type': 'array', 'itemType': HrbrainEmpPoolQueryResponseBodyContentPoolInfos },
4945
+ totalCount: 'number',
3636
4946
  };
3637
4947
  }
3638
4948
 
@@ -3641,30 +4951,20 @@ export class HrbrainDeleteTransferEvalRequestParams extends $tea.Model {
3641
4951
  }
3642
4952
  }
3643
4953
 
3644
- export class HrbrainDeleteWorkExpRequestParams extends $tea.Model {
3645
- companyName?: string;
3646
- endDate?: string;
3647
- startDate?: string;
3648
- /**
3649
- * @remarks
3650
- * This parameter is required.
3651
- */
3652
- workNo?: string;
4954
+ export class HrbrainEmpPoolUserResponseBodyContentEmpVos extends $tea.Model {
4955
+ name?: string;
4956
+ userId?: string;
3653
4957
  static names(): { [key: string]: string } {
3654
4958
  return {
3655
- companyName: 'companyName',
3656
- endDate: 'endDate',
3657
- startDate: 'startDate',
3658
- workNo: 'workNo',
4959
+ name: 'name',
4960
+ userId: 'userId',
3659
4961
  };
3660
4962
  }
3661
4963
 
3662
4964
  static types(): { [key: string]: any } {
3663
4965
  return {
3664
- companyName: 'string',
3665
- endDate: 'string',
3666
- startDate: 'string',
3667
- workNo: 'string',
4966
+ name: 'string',
4967
+ userId: 'string',
3668
4968
  };
3669
4969
  }
3670
4970
 
@@ -3673,24 +4973,26 @@ export class HrbrainDeleteWorkExpRequestParams extends $tea.Model {
3673
4973
  }
3674
4974
  }
3675
4975
 
3676
- export class HrbrainDeletetLabelBaseRequestParams extends $tea.Model {
3677
- label?: { [key: string]: any };
3678
- /**
3679
- * @remarks
3680
- * This parameter is required.
3681
- */
3682
- workNo?: string;
4976
+ export class HrbrainEmpPoolUserResponseBodyContent extends $tea.Model {
4977
+ empVos?: HrbrainEmpPoolUserResponseBodyContentEmpVos[];
4978
+ maxResults?: number;
4979
+ nextToken?: number;
4980
+ totalCount?: number;
3683
4981
  static names(): { [key: string]: string } {
3684
4982
  return {
3685
- label: 'label',
3686
- workNo: 'workNo',
4983
+ empVos: 'empVos',
4984
+ maxResults: 'maxResults',
4985
+ nextToken: 'nextToken',
4986
+ totalCount: 'totalCount',
3687
4987
  };
3688
4988
  }
3689
4989
 
3690
4990
  static types(): { [key: string]: any } {
3691
4991
  return {
3692
- label: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
3693
- workNo: 'string',
4992
+ empVos: { 'type': 'array', 'itemType': HrbrainEmpPoolUserResponseBodyContentEmpVos },
4993
+ maxResults: 'number',
4994
+ nextToken: 'number',
4995
+ totalCount: 'number',
3694
4996
  };
3695
4997
  }
3696
4998
 
@@ -4532,20 +5834,163 @@ export class HrbrainImportPunDetailRequestBody extends $tea.Model {
4532
5834
  effectiveDate: 'effectiveDate',
4533
5835
  extendInfo: 'extendInfo',
4534
5836
  name: 'name',
4535
- punName: 'punName',
4536
- punOrg: 'punOrg',
5837
+ punName: 'punName',
5838
+ punOrg: 'punOrg',
5839
+ workNo: 'workNo',
5840
+ };
5841
+ }
5842
+
5843
+ static types(): { [key: string]: any } {
5844
+ return {
5845
+ comment: 'string',
5846
+ effectiveDate: 'string',
5847
+ extendInfo: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
5848
+ name: 'string',
5849
+ punName: 'string',
5850
+ punOrg: 'string',
5851
+ workNo: 'string',
5852
+ };
5853
+ }
5854
+
5855
+ constructor(map?: { [key: string]: any }) {
5856
+ super(map);
5857
+ }
5858
+ }
5859
+
5860
+ export class HrbrainImportRegistRequestBody extends $tea.Model {
5861
+ /**
5862
+ * @remarks
5863
+ * This parameter is required.
5864
+ */
5865
+ deptName?: string;
5866
+ /**
5867
+ * @remarks
5868
+ * This parameter is required.
5869
+ */
5870
+ deptNo?: string;
5871
+ /**
5872
+ * @remarks
5873
+ * This parameter is required.
5874
+ */
5875
+ empSource?: string;
5876
+ /**
5877
+ * @remarks
5878
+ * This parameter is required.
5879
+ */
5880
+ empType?: string;
5881
+ extendInfo?: { [key: string]: any };
5882
+ jobCodeName?: string;
5883
+ jobLevel?: string;
5884
+ /**
5885
+ * @remarks
5886
+ * This parameter is required.
5887
+ */
5888
+ name?: string;
5889
+ postName?: string;
5890
+ /**
5891
+ * @remarks
5892
+ * This parameter is required.
5893
+ */
5894
+ registDate?: string;
5895
+ superName?: string;
5896
+ workLocAddr?: string;
5897
+ /**
5898
+ * @remarks
5899
+ * This parameter is required.
5900
+ */
5901
+ workNo?: string;
5902
+ static names(): { [key: string]: string } {
5903
+ return {
5904
+ deptName: 'deptName',
5905
+ deptNo: 'deptNo',
5906
+ empSource: 'empSource',
5907
+ empType: 'empType',
5908
+ extendInfo: 'extendInfo',
5909
+ jobCodeName: 'jobCodeName',
5910
+ jobLevel: 'jobLevel',
5911
+ name: 'name',
5912
+ postName: 'postName',
5913
+ registDate: 'registDate',
5914
+ superName: 'superName',
5915
+ workLocAddr: 'workLocAddr',
5916
+ workNo: 'workNo',
5917
+ };
5918
+ }
5919
+
5920
+ static types(): { [key: string]: any } {
5921
+ return {
5922
+ deptName: 'string',
5923
+ deptNo: 'string',
5924
+ empSource: 'string',
5925
+ empType: 'string',
5926
+ extendInfo: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
5927
+ jobCodeName: 'string',
5928
+ jobLevel: 'string',
5929
+ name: 'string',
5930
+ postName: 'string',
5931
+ registDate: 'string',
5932
+ superName: 'string',
5933
+ workLocAddr: 'string',
5934
+ workNo: 'string',
5935
+ };
5936
+ }
5937
+
5938
+ constructor(map?: { [key: string]: any }) {
5939
+ super(map);
5940
+ }
5941
+ }
5942
+
5943
+ export class HrbrainImportRegularRequestBody extends $tea.Model {
5944
+ deptName?: string;
5945
+ deptNo?: string;
5946
+ extendInfo?: { [key: string]: any };
5947
+ jobCodeName?: string;
5948
+ jobLevel?: string;
5949
+ name?: string;
5950
+ planRegularDate?: string;
5951
+ postName?: string;
5952
+ /**
5953
+ * @remarks
5954
+ * This parameter is required.
5955
+ */
5956
+ regularDate?: string;
5957
+ superEmpId?: string;
5958
+ superName?: string;
5959
+ /**
5960
+ * @remarks
5961
+ * This parameter is required.
5962
+ */
5963
+ workNo?: string;
5964
+ static names(): { [key: string]: string } {
5965
+ return {
5966
+ deptName: 'deptName',
5967
+ deptNo: 'deptNo',
5968
+ extendInfo: 'extendInfo',
5969
+ jobCodeName: 'jobCodeName',
5970
+ jobLevel: 'jobLevel',
5971
+ name: 'name',
5972
+ planRegularDate: 'planRegularDate',
5973
+ postName: 'postName',
5974
+ regularDate: 'regularDate',
5975
+ superEmpId: 'superEmpId',
5976
+ superName: 'superName',
4537
5977
  workNo: 'workNo',
4538
5978
  };
4539
5979
  }
4540
5980
 
4541
5981
  static types(): { [key: string]: any } {
4542
5982
  return {
4543
- comment: 'string',
4544
- effectiveDate: 'string',
5983
+ deptName: 'string',
5984
+ deptNo: 'string',
4545
5985
  extendInfo: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
5986
+ jobCodeName: 'string',
5987
+ jobLevel: 'string',
4546
5988
  name: 'string',
4547
- punName: 'string',
4548
- punOrg: 'string',
5989
+ planRegularDate: 'string',
5990
+ postName: 'string',
5991
+ regularDate: 'string',
5992
+ superEmpId: 'string',
5993
+ superName: 'string',
4549
5994
  workNo: 'string',
4550
5995
  };
4551
5996
  }
@@ -4555,43 +6000,31 @@ export class HrbrainImportPunDetailRequestBody extends $tea.Model {
4555
6000
  }
4556
6001
  }
4557
6002
 
4558
- export class HrbrainImportRegistRequestBody extends $tea.Model {
4559
- /**
4560
- * @remarks
4561
- * This parameter is required.
4562
- */
6003
+ export class HrbrainImportTrainingRequestBody extends $tea.Model {
6004
+ certifCnt?: string;
6005
+ creditScore?: string;
4563
6006
  deptName?: string;
4564
- /**
4565
- * @remarks
4566
- * This parameter is required.
4567
- */
4568
6007
  deptNo?: string;
6008
+ extendInfo?: { [key: string]: any };
6009
+ jobCodeName?: string;
6010
+ jobLevel?: string;
6011
+ name?: string;
6012
+ postName?: string;
4569
6013
  /**
4570
6014
  * @remarks
4571
6015
  * This parameter is required.
4572
6016
  */
4573
- empSource?: string;
4574
- /**
4575
- * @remarks
4576
- * This parameter is required.
4577
- */
4578
- empType?: string;
4579
- extendInfo?: { [key: string]: any };
4580
- jobCodeName?: string;
4581
- jobLevel?: string;
6017
+ trainEndDate?: string;
4582
6018
  /**
4583
6019
  * @remarks
4584
6020
  * This parameter is required.
4585
6021
  */
4586
- name?: string;
4587
- postName?: string;
6022
+ trainName?: string;
4588
6023
  /**
4589
6024
  * @remarks
4590
6025
  * This parameter is required.
4591
6026
  */
4592
- registDate?: string;
4593
- superName?: string;
4594
- workLocAddr?: string;
6027
+ trainStartDate?: string;
4595
6028
  /**
4596
6029
  * @remarks
4597
6030
  * This parameter is required.
@@ -4599,36 +6032,36 @@ export class HrbrainImportRegistRequestBody extends $tea.Model {
4599
6032
  workNo?: string;
4600
6033
  static names(): { [key: string]: string } {
4601
6034
  return {
6035
+ certifCnt: 'certifCnt',
6036
+ creditScore: 'creditScore',
4602
6037
  deptName: 'deptName',
4603
6038
  deptNo: 'deptNo',
4604
- empSource: 'empSource',
4605
- empType: 'empType',
4606
6039
  extendInfo: 'extendInfo',
4607
6040
  jobCodeName: 'jobCodeName',
4608
6041
  jobLevel: 'jobLevel',
4609
6042
  name: 'name',
4610
6043
  postName: 'postName',
4611
- registDate: 'registDate',
4612
- superName: 'superName',
4613
- workLocAddr: 'workLocAddr',
6044
+ trainEndDate: 'trainEndDate',
6045
+ trainName: 'trainName',
6046
+ trainStartDate: 'trainStartDate',
4614
6047
  workNo: 'workNo',
4615
6048
  };
4616
6049
  }
4617
6050
 
4618
6051
  static types(): { [key: string]: any } {
4619
6052
  return {
6053
+ certifCnt: 'string',
6054
+ creditScore: 'string',
4620
6055
  deptName: 'string',
4621
6056
  deptNo: 'string',
4622
- empSource: 'string',
4623
- empType: 'string',
4624
6057
  extendInfo: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
4625
6058
  jobCodeName: 'string',
4626
6059
  jobLevel: 'string',
4627
6060
  name: 'string',
4628
6061
  postName: 'string',
4629
- registDate: 'string',
4630
- superName: 'string',
4631
- workLocAddr: 'string',
6062
+ trainEndDate: 'string',
6063
+ trainName: 'string',
6064
+ trainStartDate: 'string',
4632
6065
  workNo: 'string',
4633
6066
  };
4634
6067
  }
@@ -4766,6 +6199,146 @@ export class HrbrainImportWorkExpRequestBody extends $tea.Model {
4766
6199
  }
4767
6200
  }
4768
6201
 
6202
+ export class HrbrainTalentProfileAttachmentQueryResponseBodyContentStaffAttachmentInfoListAttachmentInfoList extends $tea.Model {
6203
+ name?: string;
6204
+ url?: string;
6205
+ static names(): { [key: string]: string } {
6206
+ return {
6207
+ name: 'name',
6208
+ url: 'url',
6209
+ };
6210
+ }
6211
+
6212
+ static types(): { [key: string]: any } {
6213
+ return {
6214
+ name: 'string',
6215
+ url: 'string',
6216
+ };
6217
+ }
6218
+
6219
+ constructor(map?: { [key: string]: any }) {
6220
+ super(map);
6221
+ }
6222
+ }
6223
+
6224
+ export class HrbrainTalentProfileAttachmentQueryResponseBodyContentStaffAttachmentInfoList extends $tea.Model {
6225
+ attachmentInfoList?: HrbrainTalentProfileAttachmentQueryResponseBodyContentStaffAttachmentInfoListAttachmentInfoList[];
6226
+ workNo?: string;
6227
+ static names(): { [key: string]: string } {
6228
+ return {
6229
+ attachmentInfoList: 'attachmentInfoList',
6230
+ workNo: 'workNo',
6231
+ };
6232
+ }
6233
+
6234
+ static types(): { [key: string]: any } {
6235
+ return {
6236
+ attachmentInfoList: { 'type': 'array', 'itemType': HrbrainTalentProfileAttachmentQueryResponseBodyContentStaffAttachmentInfoListAttachmentInfoList },
6237
+ workNo: 'string',
6238
+ };
6239
+ }
6240
+
6241
+ constructor(map?: { [key: string]: any }) {
6242
+ super(map);
6243
+ }
6244
+ }
6245
+
6246
+ export class HrbrainTalentProfileAttachmentQueryResponseBodyContent extends $tea.Model {
6247
+ staffAttachmentInfoList?: HrbrainTalentProfileAttachmentQueryResponseBodyContentStaffAttachmentInfoList[];
6248
+ static names(): { [key: string]: string } {
6249
+ return {
6250
+ staffAttachmentInfoList: 'staffAttachmentInfoList',
6251
+ };
6252
+ }
6253
+
6254
+ static types(): { [key: string]: any } {
6255
+ return {
6256
+ staffAttachmentInfoList: { 'type': 'array', 'itemType': HrbrainTalentProfileAttachmentQueryResponseBodyContentStaffAttachmentInfoList },
6257
+ };
6258
+ }
6259
+
6260
+ constructor(map?: { [key: string]: any }) {
6261
+ super(map);
6262
+ }
6263
+ }
6264
+
6265
+ export class HrbrainTalentProfileBasicQueryResponseBodyContentProfileBaseInfoList extends $tea.Model {
6266
+ age?: string;
6267
+ birthday?: string;
6268
+ deptName?: string;
6269
+ deptNo?: string;
6270
+ gender?: string;
6271
+ jobLevel?: string;
6272
+ jobcode?: string;
6273
+ name?: string;
6274
+ position?: string;
6275
+ seniorityYears?: string;
6276
+ superName?: string;
6277
+ superWorkNo?: string;
6278
+ workNo?: string;
6279
+ workPlace?: string;
6280
+ static names(): { [key: string]: string } {
6281
+ return {
6282
+ age: 'age',
6283
+ birthday: 'birthday',
6284
+ deptName: 'deptName',
6285
+ deptNo: 'deptNo',
6286
+ gender: 'gender',
6287
+ jobLevel: 'jobLevel',
6288
+ jobcode: 'jobcode',
6289
+ name: 'name',
6290
+ position: 'position',
6291
+ seniorityYears: 'seniorityYears',
6292
+ superName: 'superName',
6293
+ superWorkNo: 'superWorkNo',
6294
+ workNo: 'workNo',
6295
+ workPlace: 'workPlace',
6296
+ };
6297
+ }
6298
+
6299
+ static types(): { [key: string]: any } {
6300
+ return {
6301
+ age: 'string',
6302
+ birthday: 'string',
6303
+ deptName: 'string',
6304
+ deptNo: 'string',
6305
+ gender: 'string',
6306
+ jobLevel: 'string',
6307
+ jobcode: 'string',
6308
+ name: 'string',
6309
+ position: 'string',
6310
+ seniorityYears: 'string',
6311
+ superName: 'string',
6312
+ superWorkNo: 'string',
6313
+ workNo: 'string',
6314
+ workPlace: 'string',
6315
+ };
6316
+ }
6317
+
6318
+ constructor(map?: { [key: string]: any }) {
6319
+ super(map);
6320
+ }
6321
+ }
6322
+
6323
+ export class HrbrainTalentProfileBasicQueryResponseBodyContent extends $tea.Model {
6324
+ profileBaseInfoList?: HrbrainTalentProfileBasicQueryResponseBodyContentProfileBaseInfoList[];
6325
+ static names(): { [key: string]: string } {
6326
+ return {
6327
+ profileBaseInfoList: 'profileBaseInfoList',
6328
+ };
6329
+ }
6330
+
6331
+ static types(): { [key: string]: any } {
6332
+ return {
6333
+ profileBaseInfoList: { 'type': 'array', 'itemType': HrbrainTalentProfileBasicQueryResponseBodyContentProfileBaseInfoList },
6334
+ };
6335
+ }
6336
+
6337
+ constructor(map?: { [key: string]: any }) {
6338
+ super(map);
6339
+ }
6340
+ }
6341
+
4769
6342
  export class StaffLabelRecordsQueryRequestBodyLabels extends $tea.Model {
4770
6343
  /**
4771
6344
  * @example
@@ -4986,14 +6559,126 @@ export default class Client extends OpenApi {
4986
6559
 
4987
6560
 
4988
6561
  /**
4989
- * 删除奖励记录
6562
+ * 删除奖励记录
6563
+ *
6564
+ * @param request - HrbrainDeleteAwardRecordsRequest
6565
+ * @param headers - HrbrainDeleteAwardRecordsHeaders
6566
+ * @param runtime - runtime options for this request RuntimeOptions
6567
+ * @returns HrbrainDeleteAwardRecordsResponse
6568
+ */
6569
+ async hrbrainDeleteAwardRecordsWithOptions(request: HrbrainDeleteAwardRecordsRequest, headers: HrbrainDeleteAwardRecordsHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainDeleteAwardRecordsResponse> {
6570
+ Util.validateModel(request);
6571
+ let body : {[key: string ]: any} = { };
6572
+ if (!Util.isUnset(request.params)) {
6573
+ body["params"] = request.params;
6574
+ }
6575
+
6576
+ let realHeaders : {[key: string ]: string} = { };
6577
+ if (!Util.isUnset(headers.commonHeaders)) {
6578
+ realHeaders = headers.commonHeaders;
6579
+ }
6580
+
6581
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
6582
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
6583
+ }
6584
+
6585
+ let req = new $OpenApi.OpenApiRequest({
6586
+ headers: realHeaders,
6587
+ body: OpenApiUtil.parseToMap(body),
6588
+ });
6589
+ let params = new $OpenApi.Params({
6590
+ action: "HrbrainDeleteAwardRecords",
6591
+ version: "hrbrain_1.0",
6592
+ protocol: "HTTP",
6593
+ pathname: `/v1.0/hrbrain/datas/awardRecords/remove`,
6594
+ method: "POST",
6595
+ authType: "AK",
6596
+ style: "ROA",
6597
+ reqBodyType: "none",
6598
+ bodyType: "json",
6599
+ });
6600
+ return $tea.cast<HrbrainDeleteAwardRecordsResponse>(await this.execute(params, req, runtime), new HrbrainDeleteAwardRecordsResponse({}));
6601
+ }
6602
+
6603
+ /**
6604
+ * 删除奖励记录
6605
+ *
6606
+ * @param request - HrbrainDeleteAwardRecordsRequest
6607
+ * @returns HrbrainDeleteAwardRecordsResponse
6608
+ */
6609
+ async hrbrainDeleteAwardRecords(request: HrbrainDeleteAwardRecordsRequest): Promise<HrbrainDeleteAwardRecordsResponse> {
6610
+ let runtime = new $Util.RuntimeOptions({ });
6611
+ let headers = new HrbrainDeleteAwardRecordsHeaders({ });
6612
+ return await this.hrbrainDeleteAwardRecordsWithOptions(request, headers, runtime);
6613
+ }
6614
+
6615
+ /**
6616
+ * 删除自定义模型记录
6617
+ *
6618
+ * @param request - HrbrainDeleteCustomRequest
6619
+ * @param headers - HrbrainDeleteCustomHeaders
6620
+ * @param runtime - runtime options for this request RuntimeOptions
6621
+ * @returns HrbrainDeleteCustomResponse
6622
+ */
6623
+ async hrbrainDeleteCustomWithOptions(request: HrbrainDeleteCustomRequest, headers: HrbrainDeleteCustomHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainDeleteCustomResponse> {
6624
+ Util.validateModel(request);
6625
+ let body : {[key: string ]: any} = { };
6626
+ if (!Util.isUnset(request.modelCode)) {
6627
+ body["modelCode"] = request.modelCode;
6628
+ }
6629
+
6630
+ if (!Util.isUnset(request.params)) {
6631
+ body["params"] = request.params;
6632
+ }
6633
+
6634
+ let realHeaders : {[key: string ]: string} = { };
6635
+ if (!Util.isUnset(headers.commonHeaders)) {
6636
+ realHeaders = headers.commonHeaders;
6637
+ }
6638
+
6639
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
6640
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
6641
+ }
6642
+
6643
+ let req = new $OpenApi.OpenApiRequest({
6644
+ headers: realHeaders,
6645
+ body: OpenApiUtil.parseToMap(body),
6646
+ });
6647
+ let params = new $OpenApi.Params({
6648
+ action: "HrbrainDeleteCustom",
6649
+ version: "hrbrain_1.0",
6650
+ protocol: "HTTP",
6651
+ pathname: `/v1.0/hrbrain/datas/customModels/remove`,
6652
+ method: "POST",
6653
+ authType: "AK",
6654
+ style: "ROA",
6655
+ reqBodyType: "none",
6656
+ bodyType: "json",
6657
+ });
6658
+ return $tea.cast<HrbrainDeleteCustomResponse>(await this.execute(params, req, runtime), new HrbrainDeleteCustomResponse({}));
6659
+ }
6660
+
6661
+ /**
6662
+ * 删除自定义模型记录
6663
+ *
6664
+ * @param request - HrbrainDeleteCustomRequest
6665
+ * @returns HrbrainDeleteCustomResponse
6666
+ */
6667
+ async hrbrainDeleteCustom(request: HrbrainDeleteCustomRequest): Promise<HrbrainDeleteCustomResponse> {
6668
+ let runtime = new $Util.RuntimeOptions({ });
6669
+ let headers = new HrbrainDeleteCustomHeaders({ });
6670
+ return await this.hrbrainDeleteCustomWithOptions(request, headers, runtime);
6671
+ }
6672
+
6673
+ /**
6674
+ * 删除组织架构
4990
6675
  *
4991
- * @param request - HrbrainDeleteAwardRecordsRequest
4992
- * @param headers - HrbrainDeleteAwardRecordsHeaders
6676
+ * @param request - HrbrainDeleteDeptInfoRequest
6677
+ * @param headers - HrbrainDeleteDeptInfoHeaders
4993
6678
  * @param runtime - runtime options for this request RuntimeOptions
4994
- * @returns HrbrainDeleteAwardRecordsResponse
6679
+ * @returns HrbrainDeleteDeptInfoResponse
4995
6680
  */
4996
- async hrbrainDeleteAwardRecordsWithOptions(request: HrbrainDeleteAwardRecordsRequest, headers: HrbrainDeleteAwardRecordsHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainDeleteAwardRecordsResponse> {
6681
+ async hrbrainDeleteDeptInfoWithOptions(request: HrbrainDeleteDeptInfoRequest, headers: HrbrainDeleteDeptInfoHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainDeleteDeptInfoResponse> {
4997
6682
  Util.validateModel(request);
4998
6683
  let body : {[key: string ]: any} = { };
4999
6684
  if (!Util.isUnset(request.params)) {
@@ -5014,29 +6699,29 @@ export default class Client extends OpenApi {
5014
6699
  body: OpenApiUtil.parseToMap(body),
5015
6700
  });
5016
6701
  let params = new $OpenApi.Params({
5017
- action: "HrbrainDeleteAwardRecords",
6702
+ action: "HrbrainDeleteDeptInfo",
5018
6703
  version: "hrbrain_1.0",
5019
6704
  protocol: "HTTP",
5020
- pathname: `/v1.0/hrbrain/datas/awardRecords/remove`,
6705
+ pathname: `/v1.0/hrbrain/datas/deptInfos/remove`,
5021
6706
  method: "POST",
5022
6707
  authType: "AK",
5023
6708
  style: "ROA",
5024
6709
  reqBodyType: "none",
5025
6710
  bodyType: "json",
5026
6711
  });
5027
- return $tea.cast<HrbrainDeleteAwardRecordsResponse>(await this.execute(params, req, runtime), new HrbrainDeleteAwardRecordsResponse({}));
6712
+ return $tea.cast<HrbrainDeleteDeptInfoResponse>(await this.execute(params, req, runtime), new HrbrainDeleteDeptInfoResponse({}));
5028
6713
  }
5029
6714
 
5030
6715
  /**
5031
- * 删除奖励记录
6716
+ * 删除组织架构
5032
6717
  *
5033
- * @param request - HrbrainDeleteAwardRecordsRequest
5034
- * @returns HrbrainDeleteAwardRecordsResponse
6718
+ * @param request - HrbrainDeleteDeptInfoRequest
6719
+ * @returns HrbrainDeleteDeptInfoResponse
5035
6720
  */
5036
- async hrbrainDeleteAwardRecords(request: HrbrainDeleteAwardRecordsRequest): Promise<HrbrainDeleteAwardRecordsResponse> {
6721
+ async hrbrainDeleteDeptInfo(request: HrbrainDeleteDeptInfoRequest): Promise<HrbrainDeleteDeptInfoResponse> {
5037
6722
  let runtime = new $Util.RuntimeOptions({ });
5038
- let headers = new HrbrainDeleteAwardRecordsHeaders({ });
5039
- return await this.hrbrainDeleteAwardRecordsWithOptions(request, headers, runtime);
6723
+ let headers = new HrbrainDeleteDeptInfoHeaders({ });
6724
+ return await this.hrbrainDeleteDeptInfoWithOptions(request, headers, runtime);
5040
6725
  }
5041
6726
 
5042
6727
  /**
@@ -5579,6 +7264,114 @@ export default class Client extends OpenApi {
5579
7264
  return await this.hrbrainDeleteRegistWithOptions(request, headers, runtime);
5580
7265
  }
5581
7266
 
7267
+ /**
7268
+ * 删除转正记录
7269
+ *
7270
+ * @param request - HrbrainDeleteRegularRequest
7271
+ * @param headers - HrbrainDeleteRegularHeaders
7272
+ * @param runtime - runtime options for this request RuntimeOptions
7273
+ * @returns HrbrainDeleteRegularResponse
7274
+ */
7275
+ async hrbrainDeleteRegularWithOptions(request: HrbrainDeleteRegularRequest, headers: HrbrainDeleteRegularHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainDeleteRegularResponse> {
7276
+ Util.validateModel(request);
7277
+ let body : {[key: string ]: any} = { };
7278
+ if (!Util.isUnset(request.params)) {
7279
+ body["params"] = request.params;
7280
+ }
7281
+
7282
+ let realHeaders : {[key: string ]: string} = { };
7283
+ if (!Util.isUnset(headers.commonHeaders)) {
7284
+ realHeaders = headers.commonHeaders;
7285
+ }
7286
+
7287
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
7288
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
7289
+ }
7290
+
7291
+ let req = new $OpenApi.OpenApiRequest({
7292
+ headers: realHeaders,
7293
+ body: OpenApiUtil.parseToMap(body),
7294
+ });
7295
+ let params = new $OpenApi.Params({
7296
+ action: "HrbrainDeleteRegular",
7297
+ version: "hrbrain_1.0",
7298
+ protocol: "HTTP",
7299
+ pathname: `/v1.0/hrbrain/datas/regulars/remove`,
7300
+ method: "POST",
7301
+ authType: "AK",
7302
+ style: "ROA",
7303
+ reqBodyType: "none",
7304
+ bodyType: "json",
7305
+ });
7306
+ return $tea.cast<HrbrainDeleteRegularResponse>(await this.execute(params, req, runtime), new HrbrainDeleteRegularResponse({}));
7307
+ }
7308
+
7309
+ /**
7310
+ * 删除转正记录
7311
+ *
7312
+ * @param request - HrbrainDeleteRegularRequest
7313
+ * @returns HrbrainDeleteRegularResponse
7314
+ */
7315
+ async hrbrainDeleteRegular(request: HrbrainDeleteRegularRequest): Promise<HrbrainDeleteRegularResponse> {
7316
+ let runtime = new $Util.RuntimeOptions({ });
7317
+ let headers = new HrbrainDeleteRegularHeaders({ });
7318
+ return await this.hrbrainDeleteRegularWithOptions(request, headers, runtime);
7319
+ }
7320
+
7321
+ /**
7322
+ * 删除培训学习记录
7323
+ *
7324
+ * @param request - HrbrainDeleteTrainingRequest
7325
+ * @param headers - HrbrainDeleteTrainingHeaders
7326
+ * @param runtime - runtime options for this request RuntimeOptions
7327
+ * @returns HrbrainDeleteTrainingResponse
7328
+ */
7329
+ async hrbrainDeleteTrainingWithOptions(request: HrbrainDeleteTrainingRequest, headers: HrbrainDeleteTrainingHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainDeleteTrainingResponse> {
7330
+ Util.validateModel(request);
7331
+ let body : {[key: string ]: any} = { };
7332
+ if (!Util.isUnset(request.params)) {
7333
+ body["params"] = request.params;
7334
+ }
7335
+
7336
+ let realHeaders : {[key: string ]: string} = { };
7337
+ if (!Util.isUnset(headers.commonHeaders)) {
7338
+ realHeaders = headers.commonHeaders;
7339
+ }
7340
+
7341
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
7342
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
7343
+ }
7344
+
7345
+ let req = new $OpenApi.OpenApiRequest({
7346
+ headers: realHeaders,
7347
+ body: OpenApiUtil.parseToMap(body),
7348
+ });
7349
+ let params = new $OpenApi.Params({
7350
+ action: "HrbrainDeleteTraining",
7351
+ version: "hrbrain_1.0",
7352
+ protocol: "HTTP",
7353
+ pathname: `/v1.0/hrbrain/datas/trainings/remove`,
7354
+ method: "POST",
7355
+ authType: "AK",
7356
+ style: "ROA",
7357
+ reqBodyType: "none",
7358
+ bodyType: "json",
7359
+ });
7360
+ return $tea.cast<HrbrainDeleteTrainingResponse>(await this.execute(params, req, runtime), new HrbrainDeleteTrainingResponse({}));
7361
+ }
7362
+
7363
+ /**
7364
+ * 删除培训学习记录
7365
+ *
7366
+ * @param request - HrbrainDeleteTrainingRequest
7367
+ * @returns HrbrainDeleteTrainingResponse
7368
+ */
7369
+ async hrbrainDeleteTraining(request: HrbrainDeleteTrainingRequest): Promise<HrbrainDeleteTrainingResponse> {
7370
+ let runtime = new $Util.RuntimeOptions({ });
7371
+ let headers = new HrbrainDeleteTrainingHeaders({ });
7372
+ return await this.hrbrainDeleteTrainingWithOptions(request, headers, runtime);
7373
+ }
7374
+
5582
7375
  /**
5583
7376
  * 删除调岗记录
5584
7377
  *
@@ -5590,8 +7383,182 @@ export default class Client extends OpenApi {
5590
7383
  async hrbrainDeleteTransferEvalWithOptions(request: HrbrainDeleteTransferEvalRequest, headers: HrbrainDeleteTransferEvalHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainDeleteTransferEvalResponse> {
5591
7384
  Util.validateModel(request);
5592
7385
  let body : {[key: string ]: any} = { };
5593
- if (!Util.isUnset(request.params)) {
5594
- body["params"] = request.params;
7386
+ if (!Util.isUnset(request.params)) {
7387
+ body["params"] = request.params;
7388
+ }
7389
+
7390
+ let realHeaders : {[key: string ]: string} = { };
7391
+ if (!Util.isUnset(headers.commonHeaders)) {
7392
+ realHeaders = headers.commonHeaders;
7393
+ }
7394
+
7395
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
7396
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
7397
+ }
7398
+
7399
+ let req = new $OpenApi.OpenApiRequest({
7400
+ headers: realHeaders,
7401
+ body: OpenApiUtil.parseToMap(body),
7402
+ });
7403
+ let params = new $OpenApi.Params({
7404
+ action: "HrbrainDeleteTransferEval",
7405
+ version: "hrbrain_1.0",
7406
+ protocol: "HTTP",
7407
+ pathname: `/v1.0/hrbrain/datas/changeRecords/remove`,
7408
+ method: "POST",
7409
+ authType: "AK",
7410
+ style: "ROA",
7411
+ reqBodyType: "none",
7412
+ bodyType: "json",
7413
+ });
7414
+ return $tea.cast<HrbrainDeleteTransferEvalResponse>(await this.execute(params, req, runtime), new HrbrainDeleteTransferEvalResponse({}));
7415
+ }
7416
+
7417
+ /**
7418
+ * 删除调岗记录
7419
+ *
7420
+ * @param request - HrbrainDeleteTransferEvalRequest
7421
+ * @returns HrbrainDeleteTransferEvalResponse
7422
+ */
7423
+ async hrbrainDeleteTransferEval(request: HrbrainDeleteTransferEvalRequest): Promise<HrbrainDeleteTransferEvalResponse> {
7424
+ let runtime = new $Util.RuntimeOptions({ });
7425
+ let headers = new HrbrainDeleteTransferEvalHeaders({ });
7426
+ return await this.hrbrainDeleteTransferEvalWithOptions(request, headers, runtime);
7427
+ }
7428
+
7429
+ /**
7430
+ * 删除工作经历
7431
+ *
7432
+ * @param request - HrbrainDeleteWorkExpRequest
7433
+ * @param headers - HrbrainDeleteWorkExpHeaders
7434
+ * @param runtime - runtime options for this request RuntimeOptions
7435
+ * @returns HrbrainDeleteWorkExpResponse
7436
+ */
7437
+ async hrbrainDeleteWorkExpWithOptions(request: HrbrainDeleteWorkExpRequest, headers: HrbrainDeleteWorkExpHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainDeleteWorkExpResponse> {
7438
+ Util.validateModel(request);
7439
+ let body : {[key: string ]: any} = { };
7440
+ if (!Util.isUnset(request.params)) {
7441
+ body["params"] = request.params;
7442
+ }
7443
+
7444
+ let realHeaders : {[key: string ]: string} = { };
7445
+ if (!Util.isUnset(headers.commonHeaders)) {
7446
+ realHeaders = headers.commonHeaders;
7447
+ }
7448
+
7449
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
7450
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
7451
+ }
7452
+
7453
+ let req = new $OpenApi.OpenApiRequest({
7454
+ headers: realHeaders,
7455
+ body: OpenApiUtil.parseToMap(body),
7456
+ });
7457
+ let params = new $OpenApi.Params({
7458
+ action: "HrbrainDeleteWorkExp",
7459
+ version: "hrbrain_1.0",
7460
+ protocol: "HTTP",
7461
+ pathname: `/v1.0/hrbrain/datas/workExperiences/remove`,
7462
+ method: "POST",
7463
+ authType: "AK",
7464
+ style: "ROA",
7465
+ reqBodyType: "none",
7466
+ bodyType: "json",
7467
+ });
7468
+ return $tea.cast<HrbrainDeleteWorkExpResponse>(await this.execute(params, req, runtime), new HrbrainDeleteWorkExpResponse({}));
7469
+ }
7470
+
7471
+ /**
7472
+ * 删除工作经历
7473
+ *
7474
+ * @param request - HrbrainDeleteWorkExpRequest
7475
+ * @returns HrbrainDeleteWorkExpResponse
7476
+ */
7477
+ async hrbrainDeleteWorkExp(request: HrbrainDeleteWorkExpRequest): Promise<HrbrainDeleteWorkExpResponse> {
7478
+ let runtime = new $Util.RuntimeOptions({ });
7479
+ let headers = new HrbrainDeleteWorkExpHeaders({ });
7480
+ return await this.hrbrainDeleteWorkExpWithOptions(request, headers, runtime);
7481
+ }
7482
+
7483
+ /**
7484
+ * 删除标签数据
7485
+ *
7486
+ * @param request - HrbrainDeletetLabelBaseRequest
7487
+ * @param headers - HrbrainDeletetLabelBaseHeaders
7488
+ * @param runtime - runtime options for this request RuntimeOptions
7489
+ * @returns HrbrainDeletetLabelBaseResponse
7490
+ */
7491
+ async hrbrainDeletetLabelBaseWithOptions(request: HrbrainDeletetLabelBaseRequest, headers: HrbrainDeletetLabelBaseHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainDeletetLabelBaseResponse> {
7492
+ Util.validateModel(request);
7493
+ let body : {[key: string ]: any} = { };
7494
+ if (!Util.isUnset(request.params)) {
7495
+ body["params"] = request.params;
7496
+ }
7497
+
7498
+ let realHeaders : {[key: string ]: string} = { };
7499
+ if (!Util.isUnset(headers.commonHeaders)) {
7500
+ realHeaders = headers.commonHeaders;
7501
+ }
7502
+
7503
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
7504
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
7505
+ }
7506
+
7507
+ let req = new $OpenApi.OpenApiRequest({
7508
+ headers: realHeaders,
7509
+ body: OpenApiUtil.parseToMap(body),
7510
+ });
7511
+ let params = new $OpenApi.Params({
7512
+ action: "HrbrainDeletetLabelBase",
7513
+ version: "hrbrain_1.0",
7514
+ protocol: "HTTP",
7515
+ pathname: `/v1.0/hrbrain/datas/baseLabels/remove`,
7516
+ method: "POST",
7517
+ authType: "AK",
7518
+ style: "ROA",
7519
+ reqBodyType: "none",
7520
+ bodyType: "json",
7521
+ });
7522
+ return $tea.cast<HrbrainDeletetLabelBaseResponse>(await this.execute(params, req, runtime), new HrbrainDeletetLabelBaseResponse({}));
7523
+ }
7524
+
7525
+ /**
7526
+ * 删除标签数据
7527
+ *
7528
+ * @param request - HrbrainDeletetLabelBaseRequest
7529
+ * @returns HrbrainDeletetLabelBaseResponse
7530
+ */
7531
+ async hrbrainDeletetLabelBase(request: HrbrainDeletetLabelBaseRequest): Promise<HrbrainDeletetLabelBaseResponse> {
7532
+ let runtime = new $Util.RuntimeOptions({ });
7533
+ let headers = new HrbrainDeletetLabelBaseHeaders({ });
7534
+ return await this.hrbrainDeletetLabelBaseWithOptions(request, headers, runtime);
7535
+ }
7536
+
7537
+ /**
7538
+ * 人才池信息查询
7539
+ *
7540
+ * @param request - HrbrainEmpPoolQueryRequest
7541
+ * @param headers - HrbrainEmpPoolQueryHeaders
7542
+ * @param runtime - runtime options for this request RuntimeOptions
7543
+ * @returns HrbrainEmpPoolQueryResponse
7544
+ */
7545
+ async hrbrainEmpPoolQueryWithOptions(request: HrbrainEmpPoolQueryRequest, headers: HrbrainEmpPoolQueryHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainEmpPoolQueryResponse> {
7546
+ Util.validateModel(request);
7547
+ let body : {[key: string ]: any} = { };
7548
+ if (!Util.isUnset(request.keyword)) {
7549
+ body["keyword"] = request.keyword;
7550
+ }
7551
+
7552
+ if (!Util.isUnset(request.labels)) {
7553
+ body["labels"] = request.labels;
7554
+ }
7555
+
7556
+ if (!Util.isUnset(request.maxResults)) {
7557
+ body["maxResults"] = request.maxResults;
7558
+ }
7559
+
7560
+ if (!Util.isUnset(request.nextToken)) {
7561
+ body["nextToken"] = request.nextToken;
5595
7562
  }
5596
7563
 
5597
7564
  let realHeaders : {[key: string ]: string} = { };
@@ -5608,44 +7575,52 @@ export default class Client extends OpenApi {
5608
7575
  body: OpenApiUtil.parseToMap(body),
5609
7576
  });
5610
7577
  let params = new $OpenApi.Params({
5611
- action: "HrbrainDeleteTransferEval",
7578
+ action: "HrbrainEmpPoolQuery",
5612
7579
  version: "hrbrain_1.0",
5613
7580
  protocol: "HTTP",
5614
- pathname: `/v1.0/hrbrain/datas/changeRecords/remove`,
7581
+ pathname: `/v1.0/hrbrain/datas/empPools/infos/query`,
5615
7582
  method: "POST",
5616
7583
  authType: "AK",
5617
7584
  style: "ROA",
5618
7585
  reqBodyType: "none",
5619
7586
  bodyType: "json",
5620
7587
  });
5621
- return $tea.cast<HrbrainDeleteTransferEvalResponse>(await this.execute(params, req, runtime), new HrbrainDeleteTransferEvalResponse({}));
7588
+ return $tea.cast<HrbrainEmpPoolQueryResponse>(await this.execute(params, req, runtime), new HrbrainEmpPoolQueryResponse({}));
5622
7589
  }
5623
7590
 
5624
7591
  /**
5625
- * 删除调岗记录
7592
+ * 人才池信息查询
5626
7593
  *
5627
- * @param request - HrbrainDeleteTransferEvalRequest
5628
- * @returns HrbrainDeleteTransferEvalResponse
7594
+ * @param request - HrbrainEmpPoolQueryRequest
7595
+ * @returns HrbrainEmpPoolQueryResponse
5629
7596
  */
5630
- async hrbrainDeleteTransferEval(request: HrbrainDeleteTransferEvalRequest): Promise<HrbrainDeleteTransferEvalResponse> {
7597
+ async hrbrainEmpPoolQuery(request: HrbrainEmpPoolQueryRequest): Promise<HrbrainEmpPoolQueryResponse> {
5631
7598
  let runtime = new $Util.RuntimeOptions({ });
5632
- let headers = new HrbrainDeleteTransferEvalHeaders({ });
5633
- return await this.hrbrainDeleteTransferEvalWithOptions(request, headers, runtime);
7599
+ let headers = new HrbrainEmpPoolQueryHeaders({ });
7600
+ return await this.hrbrainEmpPoolQueryWithOptions(request, headers, runtime);
5634
7601
  }
5635
7602
 
5636
7603
  /**
5637
- * 删除工作经历
7604
+ * 人才池人员查询
5638
7605
  *
5639
- * @param request - HrbrainDeleteWorkExpRequest
5640
- * @param headers - HrbrainDeleteWorkExpHeaders
7606
+ * @param request - HrbrainEmpPoolUserRequest
7607
+ * @param headers - HrbrainEmpPoolUserHeaders
5641
7608
  * @param runtime - runtime options for this request RuntimeOptions
5642
- * @returns HrbrainDeleteWorkExpResponse
7609
+ * @returns HrbrainEmpPoolUserResponse
5643
7610
  */
5644
- async hrbrainDeleteWorkExpWithOptions(request: HrbrainDeleteWorkExpRequest, headers: HrbrainDeleteWorkExpHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainDeleteWorkExpResponse> {
7611
+ async hrbrainEmpPoolUserWithOptions(request: HrbrainEmpPoolUserRequest, headers: HrbrainEmpPoolUserHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainEmpPoolUserResponse> {
5645
7612
  Util.validateModel(request);
5646
7613
  let body : {[key: string ]: any} = { };
5647
- if (!Util.isUnset(request.params)) {
5648
- body["params"] = request.params;
7614
+ if (!Util.isUnset(request.maxResults)) {
7615
+ body["maxResults"] = request.maxResults;
7616
+ }
7617
+
7618
+ if (!Util.isUnset(request.nextToken)) {
7619
+ body["nextToken"] = request.nextToken;
7620
+ }
7621
+
7622
+ if (!Util.isUnset(request.poolCode)) {
7623
+ body["poolCode"] = request.poolCode;
5649
7624
  }
5650
7625
 
5651
7626
  let realHeaders : {[key: string ]: string} = { };
@@ -5662,44 +7637,44 @@ export default class Client extends OpenApi {
5662
7637
  body: OpenApiUtil.parseToMap(body),
5663
7638
  });
5664
7639
  let params = new $OpenApi.Params({
5665
- action: "HrbrainDeleteWorkExp",
7640
+ action: "HrbrainEmpPoolUser",
5666
7641
  version: "hrbrain_1.0",
5667
7642
  protocol: "HTTP",
5668
- pathname: `/v1.0/hrbrain/datas/workExperiences/remove`,
7643
+ pathname: `/v1.0/hrbrain/datas/empPools/users/lists/query`,
5669
7644
  method: "POST",
5670
7645
  authType: "AK",
5671
7646
  style: "ROA",
5672
7647
  reqBodyType: "none",
5673
7648
  bodyType: "json",
5674
7649
  });
5675
- return $tea.cast<HrbrainDeleteWorkExpResponse>(await this.execute(params, req, runtime), new HrbrainDeleteWorkExpResponse({}));
7650
+ return $tea.cast<HrbrainEmpPoolUserResponse>(await this.execute(params, req, runtime), new HrbrainEmpPoolUserResponse({}));
5676
7651
  }
5677
7652
 
5678
7653
  /**
5679
- * 删除工作经历
7654
+ * 人才池人员查询
5680
7655
  *
5681
- * @param request - HrbrainDeleteWorkExpRequest
5682
- * @returns HrbrainDeleteWorkExpResponse
7656
+ * @param request - HrbrainEmpPoolUserRequest
7657
+ * @returns HrbrainEmpPoolUserResponse
5683
7658
  */
5684
- async hrbrainDeleteWorkExp(request: HrbrainDeleteWorkExpRequest): Promise<HrbrainDeleteWorkExpResponse> {
7659
+ async hrbrainEmpPoolUser(request: HrbrainEmpPoolUserRequest): Promise<HrbrainEmpPoolUserResponse> {
5685
7660
  let runtime = new $Util.RuntimeOptions({ });
5686
- let headers = new HrbrainDeleteWorkExpHeaders({ });
5687
- return await this.hrbrainDeleteWorkExpWithOptions(request, headers, runtime);
7661
+ let headers = new HrbrainEmpPoolUserHeaders({ });
7662
+ return await this.hrbrainEmpPoolUserWithOptions(request, headers, runtime);
5688
7663
  }
5689
7664
 
5690
7665
  /**
5691
- * 删除标签数据
7666
+ * 集成奖励记录
5692
7667
  *
5693
- * @param request - HrbrainDeletetLabelBaseRequest
5694
- * @param headers - HrbrainDeletetLabelBaseHeaders
7668
+ * @param request - HrbrainImportAwardDetailRequest
7669
+ * @param headers - HrbrainImportAwardDetailHeaders
5695
7670
  * @param runtime - runtime options for this request RuntimeOptions
5696
- * @returns HrbrainDeletetLabelBaseResponse
7671
+ * @returns HrbrainImportAwardDetailResponse
5697
7672
  */
5698
- async hrbrainDeletetLabelBaseWithOptions(request: HrbrainDeletetLabelBaseRequest, headers: HrbrainDeletetLabelBaseHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainDeletetLabelBaseResponse> {
7673
+ async hrbrainImportAwardDetailWithOptions(request: HrbrainImportAwardDetailRequest, headers: HrbrainImportAwardDetailHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainImportAwardDetailResponse> {
5699
7674
  Util.validateModel(request);
5700
- let body : {[key: string ]: any} = { };
5701
- if (!Util.isUnset(request.params)) {
5702
- body["params"] = request.params;
7675
+ let query : {[key: string ]: any} = { };
7676
+ if (!Util.isUnset(request.corpId)) {
7677
+ query["corpId"] = request.corpId;
5703
7678
  }
5704
7679
 
5705
7680
  let realHeaders : {[key: string ]: string} = { };
@@ -5713,49 +7688,54 @@ export default class Client extends OpenApi {
5713
7688
 
5714
7689
  let req = new $OpenApi.OpenApiRequest({
5715
7690
  headers: realHeaders,
5716
- body: OpenApiUtil.parseToMap(body),
7691
+ query: OpenApiUtil.query(query),
7692
+ body: Util.toArray(request.body),
5717
7693
  });
5718
7694
  let params = new $OpenApi.Params({
5719
- action: "HrbrainDeletetLabelBase",
7695
+ action: "HrbrainImportAwardDetail",
5720
7696
  version: "hrbrain_1.0",
5721
7697
  protocol: "HTTP",
5722
- pathname: `/v1.0/hrbrain/datas/baseLabels/remove`,
7698
+ pathname: `/v1.0/hrbrain/datas/awardDetails/import`,
5723
7699
  method: "POST",
5724
7700
  authType: "AK",
5725
7701
  style: "ROA",
5726
7702
  reqBodyType: "none",
5727
7703
  bodyType: "json",
5728
7704
  });
5729
- return $tea.cast<HrbrainDeletetLabelBaseResponse>(await this.execute(params, req, runtime), new HrbrainDeletetLabelBaseResponse({}));
7705
+ return $tea.cast<HrbrainImportAwardDetailResponse>(await this.execute(params, req, runtime), new HrbrainImportAwardDetailResponse({}));
5730
7706
  }
5731
7707
 
5732
7708
  /**
5733
- * 删除标签数据
7709
+ * 集成奖励记录
5734
7710
  *
5735
- * @param request - HrbrainDeletetLabelBaseRequest
5736
- * @returns HrbrainDeletetLabelBaseResponse
7711
+ * @param request - HrbrainImportAwardDetailRequest
7712
+ * @returns HrbrainImportAwardDetailResponse
5737
7713
  */
5738
- async hrbrainDeletetLabelBase(request: HrbrainDeletetLabelBaseRequest): Promise<HrbrainDeletetLabelBaseResponse> {
7714
+ async hrbrainImportAwardDetail(request: HrbrainImportAwardDetailRequest): Promise<HrbrainImportAwardDetailResponse> {
5739
7715
  let runtime = new $Util.RuntimeOptions({ });
5740
- let headers = new HrbrainDeletetLabelBaseHeaders({ });
5741
- return await this.hrbrainDeletetLabelBaseWithOptions(request, headers, runtime);
7716
+ let headers = new HrbrainImportAwardDetailHeaders({ });
7717
+ return await this.hrbrainImportAwardDetailWithOptions(request, headers, runtime);
5742
7718
  }
5743
7719
 
5744
7720
  /**
5745
- * 集成奖励记录
7721
+ * 集成自定义模型记录
5746
7722
  *
5747
- * @param request - HrbrainImportAwardDetailRequest
5748
- * @param headers - HrbrainImportAwardDetailHeaders
7723
+ * @param request - HrbrainImportCustomRequest
7724
+ * @param headers - HrbrainImportCustomHeaders
5749
7725
  * @param runtime - runtime options for this request RuntimeOptions
5750
- * @returns HrbrainImportAwardDetailResponse
7726
+ * @returns HrbrainImportCustomResponse
5751
7727
  */
5752
- async hrbrainImportAwardDetailWithOptions(request: HrbrainImportAwardDetailRequest, headers: HrbrainImportAwardDetailHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainImportAwardDetailResponse> {
7728
+ async hrbrainImportCustomWithOptions(request: HrbrainImportCustomRequest, headers: HrbrainImportCustomHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainImportCustomResponse> {
5753
7729
  Util.validateModel(request);
5754
7730
  let query : {[key: string ]: any} = { };
5755
7731
  if (!Util.isUnset(request.corpId)) {
5756
7732
  query["corpId"] = request.corpId;
5757
7733
  }
5758
7734
 
7735
+ if (!Util.isUnset(request.modelCode)) {
7736
+ query["modelCode"] = request.modelCode;
7737
+ }
7738
+
5759
7739
  let realHeaders : {[key: string ]: string} = { };
5760
7740
  if (!Util.isUnset(headers.commonHeaders)) {
5761
7741
  realHeaders = headers.commonHeaders;
@@ -5771,29 +7751,29 @@ export default class Client extends OpenApi {
5771
7751
  body: Util.toArray(request.body),
5772
7752
  });
5773
7753
  let params = new $OpenApi.Params({
5774
- action: "HrbrainImportAwardDetail",
7754
+ action: "HrbrainImportCustom",
5775
7755
  version: "hrbrain_1.0",
5776
7756
  protocol: "HTTP",
5777
- pathname: `/v1.0/hrbrain/datas/awardDetails/import`,
7757
+ pathname: `/v1.0/hrbrain/datas/customModels/import`,
5778
7758
  method: "POST",
5779
7759
  authType: "AK",
5780
7760
  style: "ROA",
5781
7761
  reqBodyType: "none",
5782
7762
  bodyType: "json",
5783
7763
  });
5784
- return $tea.cast<HrbrainImportAwardDetailResponse>(await this.execute(params, req, runtime), new HrbrainImportAwardDetailResponse({}));
7764
+ return $tea.cast<HrbrainImportCustomResponse>(await this.execute(params, req, runtime), new HrbrainImportCustomResponse({}));
5785
7765
  }
5786
7766
 
5787
7767
  /**
5788
- * 集成奖励记录
7768
+ * 集成自定义模型记录
5789
7769
  *
5790
- * @param request - HrbrainImportAwardDetailRequest
5791
- * @returns HrbrainImportAwardDetailResponse
7770
+ * @param request - HrbrainImportCustomRequest
7771
+ * @returns HrbrainImportCustomResponse
5792
7772
  */
5793
- async hrbrainImportAwardDetail(request: HrbrainImportAwardDetailRequest): Promise<HrbrainImportAwardDetailResponse> {
7773
+ async hrbrainImportCustom(request: HrbrainImportCustomRequest): Promise<HrbrainImportCustomResponse> {
5794
7774
  let runtime = new $Util.RuntimeOptions({ });
5795
- let headers = new HrbrainImportAwardDetailHeaders({ });
5796
- return await this.hrbrainImportAwardDetailWithOptions(request, headers, runtime);
7775
+ let headers = new HrbrainImportCustomHeaders({ });
7776
+ return await this.hrbrainImportCustomWithOptions(request, headers, runtime);
5797
7777
  }
5798
7778
 
5799
7779
  /**
@@ -6511,6 +8491,116 @@ export default class Client extends OpenApi {
6511
8491
  return await this.hrbrainImportRegistWithOptions(request, headers, runtime);
6512
8492
  }
6513
8493
 
8494
+ /**
8495
+ * 集成转正记录
8496
+ *
8497
+ * @param request - HrbrainImportRegularRequest
8498
+ * @param headers - HrbrainImportRegularHeaders
8499
+ * @param runtime - runtime options for this request RuntimeOptions
8500
+ * @returns HrbrainImportRegularResponse
8501
+ */
8502
+ async hrbrainImportRegularWithOptions(request: HrbrainImportRegularRequest, headers: HrbrainImportRegularHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainImportRegularResponse> {
8503
+ Util.validateModel(request);
8504
+ let query : {[key: string ]: any} = { };
8505
+ if (!Util.isUnset(request.corpId)) {
8506
+ query["corpId"] = request.corpId;
8507
+ }
8508
+
8509
+ let realHeaders : {[key: string ]: string} = { };
8510
+ if (!Util.isUnset(headers.commonHeaders)) {
8511
+ realHeaders = headers.commonHeaders;
8512
+ }
8513
+
8514
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
8515
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
8516
+ }
8517
+
8518
+ let req = new $OpenApi.OpenApiRequest({
8519
+ headers: realHeaders,
8520
+ query: OpenApiUtil.query(query),
8521
+ body: Util.toArray(request.body),
8522
+ });
8523
+ let params = new $OpenApi.Params({
8524
+ action: "HrbrainImportRegular",
8525
+ version: "hrbrain_1.0",
8526
+ protocol: "HTTP",
8527
+ pathname: `/v1.0/hrbrain/datas/regulars/import`,
8528
+ method: "POST",
8529
+ authType: "AK",
8530
+ style: "ROA",
8531
+ reqBodyType: "none",
8532
+ bodyType: "json",
8533
+ });
8534
+ return $tea.cast<HrbrainImportRegularResponse>(await this.execute(params, req, runtime), new HrbrainImportRegularResponse({}));
8535
+ }
8536
+
8537
+ /**
8538
+ * 集成转正记录
8539
+ *
8540
+ * @param request - HrbrainImportRegularRequest
8541
+ * @returns HrbrainImportRegularResponse
8542
+ */
8543
+ async hrbrainImportRegular(request: HrbrainImportRegularRequest): Promise<HrbrainImportRegularResponse> {
8544
+ let runtime = new $Util.RuntimeOptions({ });
8545
+ let headers = new HrbrainImportRegularHeaders({ });
8546
+ return await this.hrbrainImportRegularWithOptions(request, headers, runtime);
8547
+ }
8548
+
8549
+ /**
8550
+ * 集成培训学习记录
8551
+ *
8552
+ * @param request - HrbrainImportTrainingRequest
8553
+ * @param headers - HrbrainImportTrainingHeaders
8554
+ * @param runtime - runtime options for this request RuntimeOptions
8555
+ * @returns HrbrainImportTrainingResponse
8556
+ */
8557
+ async hrbrainImportTrainingWithOptions(request: HrbrainImportTrainingRequest, headers: HrbrainImportTrainingHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainImportTrainingResponse> {
8558
+ Util.validateModel(request);
8559
+ let query : {[key: string ]: any} = { };
8560
+ if (!Util.isUnset(request.corpId)) {
8561
+ query["corpId"] = request.corpId;
8562
+ }
8563
+
8564
+ let realHeaders : {[key: string ]: string} = { };
8565
+ if (!Util.isUnset(headers.commonHeaders)) {
8566
+ realHeaders = headers.commonHeaders;
8567
+ }
8568
+
8569
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
8570
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
8571
+ }
8572
+
8573
+ let req = new $OpenApi.OpenApiRequest({
8574
+ headers: realHeaders,
8575
+ query: OpenApiUtil.query(query),
8576
+ body: Util.toArray(request.body),
8577
+ });
8578
+ let params = new $OpenApi.Params({
8579
+ action: "HrbrainImportTraining",
8580
+ version: "hrbrain_1.0",
8581
+ protocol: "HTTP",
8582
+ pathname: `/v1.0/hrbrain/datas/trainings/import`,
8583
+ method: "POST",
8584
+ authType: "AK",
8585
+ style: "ROA",
8586
+ reqBodyType: "none",
8587
+ bodyType: "json",
8588
+ });
8589
+ return $tea.cast<HrbrainImportTrainingResponse>(await this.execute(params, req, runtime), new HrbrainImportTrainingResponse({}));
8590
+ }
8591
+
8592
+ /**
8593
+ * 集成培训学习记录
8594
+ *
8595
+ * @param request - HrbrainImportTrainingRequest
8596
+ * @returns HrbrainImportTrainingResponse
8597
+ */
8598
+ async hrbrainImportTraining(request: HrbrainImportTrainingRequest): Promise<HrbrainImportTrainingResponse> {
8599
+ let runtime = new $Util.RuntimeOptions({ });
8600
+ let headers = new HrbrainImportTrainingHeaders({ });
8601
+ return await this.hrbrainImportTrainingWithOptions(request, headers, runtime);
8602
+ }
8603
+
6514
8604
  /**
6515
8605
  * 集成异动记录
6516
8606
  *
@@ -6621,6 +8711,116 @@ export default class Client extends OpenApi {
6621
8711
  return await this.hrbrainImportWorkExpWithOptions(request, headers, runtime);
6622
8712
  }
6623
8713
 
8714
+ /**
8715
+ * 查询人才档案附件照片
8716
+ *
8717
+ * @param request - HrbrainTalentProfileAttachmentQueryRequest
8718
+ * @param headers - HrbrainTalentProfileAttachmentQueryHeaders
8719
+ * @param runtime - runtime options for this request RuntimeOptions
8720
+ * @returns HrbrainTalentProfileAttachmentQueryResponse
8721
+ */
8722
+ async hrbrainTalentProfileAttachmentQueryWithOptions(request: HrbrainTalentProfileAttachmentQueryRequest, headers: HrbrainTalentProfileAttachmentQueryHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainTalentProfileAttachmentQueryResponse> {
8723
+ Util.validateModel(request);
8724
+ let query : {[key: string ]: any} = { };
8725
+ if (!Util.isUnset(request.dingCorpId)) {
8726
+ query["dingCorpId"] = request.dingCorpId;
8727
+ }
8728
+
8729
+ let realHeaders : {[key: string ]: string} = { };
8730
+ if (!Util.isUnset(headers.commonHeaders)) {
8731
+ realHeaders = headers.commonHeaders;
8732
+ }
8733
+
8734
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
8735
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
8736
+ }
8737
+
8738
+ let req = new $OpenApi.OpenApiRequest({
8739
+ headers: realHeaders,
8740
+ query: OpenApiUtil.query(query),
8741
+ body: request.body,
8742
+ });
8743
+ let params = new $OpenApi.Params({
8744
+ action: "HrbrainTalentProfileAttachmentQuery",
8745
+ version: "hrbrain_1.0",
8746
+ protocol: "HTTP",
8747
+ pathname: `/v1.0/hrbrain/profiles/attachmentPhotos/query`,
8748
+ method: "POST",
8749
+ authType: "AK",
8750
+ style: "ROA",
8751
+ reqBodyType: "none",
8752
+ bodyType: "json",
8753
+ });
8754
+ return $tea.cast<HrbrainTalentProfileAttachmentQueryResponse>(await this.execute(params, req, runtime), new HrbrainTalentProfileAttachmentQueryResponse({}));
8755
+ }
8756
+
8757
+ /**
8758
+ * 查询人才档案附件照片
8759
+ *
8760
+ * @param request - HrbrainTalentProfileAttachmentQueryRequest
8761
+ * @returns HrbrainTalentProfileAttachmentQueryResponse
8762
+ */
8763
+ async hrbrainTalentProfileAttachmentQuery(request: HrbrainTalentProfileAttachmentQueryRequest): Promise<HrbrainTalentProfileAttachmentQueryResponse> {
8764
+ let runtime = new $Util.RuntimeOptions({ });
8765
+ let headers = new HrbrainTalentProfileAttachmentQueryHeaders({ });
8766
+ return await this.hrbrainTalentProfileAttachmentQueryWithOptions(request, headers, runtime);
8767
+ }
8768
+
8769
+ /**
8770
+ * 查询人才档案基础数据
8771
+ *
8772
+ * @param request - HrbrainTalentProfileBasicQueryRequest
8773
+ * @param headers - HrbrainTalentProfileBasicQueryHeaders
8774
+ * @param runtime - runtime options for this request RuntimeOptions
8775
+ * @returns HrbrainTalentProfileBasicQueryResponse
8776
+ */
8777
+ async hrbrainTalentProfileBasicQueryWithOptions(request: HrbrainTalentProfileBasicQueryRequest, headers: HrbrainTalentProfileBasicQueryHeaders, runtime: $Util.RuntimeOptions): Promise<HrbrainTalentProfileBasicQueryResponse> {
8778
+ Util.validateModel(request);
8779
+ let query : {[key: string ]: any} = { };
8780
+ if (!Util.isUnset(request.dingCorpId)) {
8781
+ query["dingCorpId"] = request.dingCorpId;
8782
+ }
8783
+
8784
+ let realHeaders : {[key: string ]: string} = { };
8785
+ if (!Util.isUnset(headers.commonHeaders)) {
8786
+ realHeaders = headers.commonHeaders;
8787
+ }
8788
+
8789
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
8790
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
8791
+ }
8792
+
8793
+ let req = new $OpenApi.OpenApiRequest({
8794
+ headers: realHeaders,
8795
+ query: OpenApiUtil.query(query),
8796
+ body: request.body,
8797
+ });
8798
+ let params = new $OpenApi.Params({
8799
+ action: "HrbrainTalentProfileBasicQuery",
8800
+ version: "hrbrain_1.0",
8801
+ protocol: "HTTP",
8802
+ pathname: `/v1.0/hrbrain/profiles/basicData/query`,
8803
+ method: "POST",
8804
+ authType: "AK",
8805
+ style: "ROA",
8806
+ reqBodyType: "none",
8807
+ bodyType: "json",
8808
+ });
8809
+ return $tea.cast<HrbrainTalentProfileBasicQueryResponse>(await this.execute(params, req, runtime), new HrbrainTalentProfileBasicQueryResponse({}));
8810
+ }
8811
+
8812
+ /**
8813
+ * 查询人才档案基础数据
8814
+ *
8815
+ * @param request - HrbrainTalentProfileBasicQueryRequest
8816
+ * @returns HrbrainTalentProfileBasicQueryResponse
8817
+ */
8818
+ async hrbrainTalentProfileBasicQuery(request: HrbrainTalentProfileBasicQueryRequest): Promise<HrbrainTalentProfileBasicQueryResponse> {
8819
+ let runtime = new $Util.RuntimeOptions({ });
8820
+ let headers = new HrbrainTalentProfileBasicQueryHeaders({ });
8821
+ return await this.hrbrainTalentProfileBasicQueryWithOptions(request, headers, runtime);
8822
+ }
8823
+
6624
8824
  /**
6625
8825
  * 人员标签查询
6626
8826
  *