@tachybase/plugin-auth-dingtalk 1.3.19 → 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
@@ -67,6 +67,283 @@ export declare class AddDomainWordsResponse extends $tea.Model {
67
67
  [key: string]: any;
68
68
  });
69
69
  }
70
+ export declare class AddToOrgSkillRepositoryHeaders extends $tea.Model {
71
+ commonHeaders?: {
72
+ [key: string]: string;
73
+ };
74
+ xAcsDingtalkAccessToken?: string;
75
+ static names(): {
76
+ [key: string]: string;
77
+ };
78
+ static types(): {
79
+ [key: string]: any;
80
+ };
81
+ constructor(map?: {
82
+ [key: string]: any;
83
+ });
84
+ }
85
+ export declare class AddToOrgSkillRepositoryRequest extends $tea.Model {
86
+ /**
87
+ * @remarks
88
+ * This parameter is required.
89
+ */
90
+ actionId?: string;
91
+ /**
92
+ * @remarks
93
+ * This parameter is required.
94
+ */
95
+ actionVersion?: string;
96
+ /**
97
+ * @remarks
98
+ * This parameter is required.
99
+ */
100
+ operatorUnionId?: string;
101
+ static names(): {
102
+ [key: string]: string;
103
+ };
104
+ static types(): {
105
+ [key: string]: any;
106
+ };
107
+ constructor(map?: {
108
+ [key: string]: any;
109
+ });
110
+ }
111
+ export declare class AddToOrgSkillRepositoryResponseBody extends $tea.Model {
112
+ success?: boolean;
113
+ static names(): {
114
+ [key: string]: string;
115
+ };
116
+ static types(): {
117
+ [key: string]: any;
118
+ };
119
+ constructor(map?: {
120
+ [key: string]: any;
121
+ });
122
+ }
123
+ export declare class AddToOrgSkillRepositoryResponse extends $tea.Model {
124
+ headers?: {
125
+ [key: string]: string;
126
+ };
127
+ statusCode?: number;
128
+ body?: AddToOrgSkillRepositoryResponseBody;
129
+ static names(): {
130
+ [key: string]: string;
131
+ };
132
+ static types(): {
133
+ [key: string]: any;
134
+ };
135
+ constructor(map?: {
136
+ [key: string]: any;
137
+ });
138
+ }
139
+ export declare class AssistantMeResponseHeaders extends $tea.Model {
140
+ commonHeaders?: {
141
+ [key: string]: string;
142
+ };
143
+ xAcsDingtalkAccessToken?: string;
144
+ static names(): {
145
+ [key: string]: string;
146
+ };
147
+ static types(): {
148
+ [key: string]: any;
149
+ };
150
+ constructor(map?: {
151
+ [key: string]: any;
152
+ });
153
+ }
154
+ export declare class AssistantMeResponseRequest extends $tea.Model {
155
+ /**
156
+ * @remarks
157
+ * This parameter is required.
158
+ */
159
+ input?: string;
160
+ instructions?: string;
161
+ metadata?: {
162
+ [key: string]: any;
163
+ };
164
+ stream?: boolean;
165
+ static names(): {
166
+ [key: string]: string;
167
+ };
168
+ static types(): {
169
+ [key: string]: any;
170
+ };
171
+ constructor(map?: {
172
+ [key: string]: any;
173
+ });
174
+ }
175
+ export declare class AssistantMeResponseResponseBody extends $tea.Model {
176
+ createdAt?: number;
177
+ error?: string;
178
+ id?: string;
179
+ metadata?: {
180
+ [key: string]: any;
181
+ };
182
+ model?: string;
183
+ object?: string;
184
+ output?: AssistantMeResponseResponseBodyOutput[];
185
+ status?: string;
186
+ static names(): {
187
+ [key: string]: string;
188
+ };
189
+ static types(): {
190
+ [key: string]: any;
191
+ };
192
+ constructor(map?: {
193
+ [key: string]: any;
194
+ });
195
+ }
196
+ export declare class AssistantMeResponseResponse extends $tea.Model {
197
+ headers?: {
198
+ [key: string]: string;
199
+ };
200
+ statusCode?: number;
201
+ body?: AssistantMeResponseResponseBody;
202
+ static names(): {
203
+ [key: string]: string;
204
+ };
205
+ static types(): {
206
+ [key: string]: any;
207
+ };
208
+ constructor(map?: {
209
+ [key: string]: any;
210
+ });
211
+ }
212
+ export declare class AssistantResponseHeaders extends $tea.Model {
213
+ commonHeaders?: {
214
+ [key: string]: string;
215
+ };
216
+ xAcsDingtalkAccessToken?: string;
217
+ static names(): {
218
+ [key: string]: string;
219
+ };
220
+ static types(): {
221
+ [key: string]: any;
222
+ };
223
+ constructor(map?: {
224
+ [key: string]: any;
225
+ });
226
+ }
227
+ export declare class AssistantResponseRequest extends $tea.Model {
228
+ /**
229
+ * @remarks
230
+ * This parameter is required.
231
+ */
232
+ input?: string;
233
+ instructions?: string;
234
+ metadata?: {
235
+ [key: string]: any;
236
+ };
237
+ stream?: boolean;
238
+ static names(): {
239
+ [key: string]: string;
240
+ };
241
+ static types(): {
242
+ [key: string]: any;
243
+ };
244
+ constructor(map?: {
245
+ [key: string]: any;
246
+ });
247
+ }
248
+ export declare class AssistantResponseResponseBody extends $tea.Model {
249
+ createdAt?: number;
250
+ error?: string;
251
+ id?: string;
252
+ metadata?: {
253
+ [key: string]: any;
254
+ };
255
+ model?: string;
256
+ object?: string;
257
+ output?: AssistantResponseResponseBodyOutput[];
258
+ status?: string;
259
+ static names(): {
260
+ [key: string]: string;
261
+ };
262
+ static types(): {
263
+ [key: string]: any;
264
+ };
265
+ constructor(map?: {
266
+ [key: string]: any;
267
+ });
268
+ }
269
+ export declare class AssistantResponseResponse extends $tea.Model {
270
+ headers?: {
271
+ [key: string]: string;
272
+ };
273
+ statusCode?: number;
274
+ body?: AssistantResponseResponseBody;
275
+ static names(): {
276
+ [key: string]: string;
277
+ };
278
+ static types(): {
279
+ [key: string]: any;
280
+ };
281
+ constructor(map?: {
282
+ [key: string]: any;
283
+ });
284
+ }
285
+ export declare class BatchGetAICreditsRecordHeaders extends $tea.Model {
286
+ commonHeaders?: {
287
+ [key: string]: string;
288
+ };
289
+ xAcsDingtalkAccessToken?: string;
290
+ static names(): {
291
+ [key: string]: string;
292
+ };
293
+ static types(): {
294
+ [key: string]: any;
295
+ };
296
+ constructor(map?: {
297
+ [key: string]: any;
298
+ });
299
+ }
300
+ export declare class BatchGetAICreditsRecordRequest extends $tea.Model {
301
+ assistantId?: string;
302
+ endTime?: string;
303
+ pageNumber?: number;
304
+ pageSize?: number;
305
+ startTime?: string;
306
+ unionId?: string;
307
+ static names(): {
308
+ [key: string]: string;
309
+ };
310
+ static types(): {
311
+ [key: string]: any;
312
+ };
313
+ constructor(map?: {
314
+ [key: string]: any;
315
+ });
316
+ }
317
+ export declare class BatchGetAICreditsRecordResponseBody extends $tea.Model {
318
+ hasMore?: boolean;
319
+ list?: BatchGetAICreditsRecordResponseBodyList[];
320
+ totalCount?: number;
321
+ static names(): {
322
+ [key: string]: string;
323
+ };
324
+ static types(): {
325
+ [key: string]: any;
326
+ };
327
+ constructor(map?: {
328
+ [key: string]: any;
329
+ });
330
+ }
331
+ export declare class BatchGetAICreditsRecordResponse extends $tea.Model {
332
+ headers?: {
333
+ [key: string]: string;
334
+ };
335
+ statusCode?: number;
336
+ body?: BatchGetAICreditsRecordResponseBody;
337
+ static names(): {
338
+ [key: string]: string;
339
+ };
340
+ static types(): {
341
+ [key: string]: any;
342
+ };
343
+ constructor(map?: {
344
+ [key: string]: any;
345
+ });
346
+ }
70
347
  export declare class CreateAssistantHeaders extends $tea.Model {
71
348
  commonHeaders?: {
72
349
  [key: string]: string;
@@ -703,8 +980,68 @@ export declare class GetAskDetailRequest extends $tea.Model {
703
980
  * @remarks
704
981
  * This parameter is required.
705
982
  */
706
- pageSize?: number;
707
- startTime?: number;
983
+ pageSize?: number;
984
+ startTime?: number;
985
+ static names(): {
986
+ [key: string]: string;
987
+ };
988
+ static types(): {
989
+ [key: string]: any;
990
+ };
991
+ constructor(map?: {
992
+ [key: string]: any;
993
+ });
994
+ }
995
+ export declare class GetAskDetailResponseBody extends $tea.Model {
996
+ result?: GetAskDetailResponseBodyResult;
997
+ success?: boolean;
998
+ static names(): {
999
+ [key: string]: string;
1000
+ };
1001
+ static types(): {
1002
+ [key: string]: any;
1003
+ };
1004
+ constructor(map?: {
1005
+ [key: string]: any;
1006
+ });
1007
+ }
1008
+ export declare class GetAskDetailResponse extends $tea.Model {
1009
+ headers?: {
1010
+ [key: string]: string;
1011
+ };
1012
+ statusCode?: number;
1013
+ body?: GetAskDetailResponseBody;
1014
+ static names(): {
1015
+ [key: string]: string;
1016
+ };
1017
+ static types(): {
1018
+ [key: string]: any;
1019
+ };
1020
+ constructor(map?: {
1021
+ [key: string]: any;
1022
+ });
1023
+ }
1024
+ export declare class GetAssistantActionInfoHeaders extends $tea.Model {
1025
+ commonHeaders?: {
1026
+ [key: string]: string;
1027
+ };
1028
+ xAcsDingtalkAccessToken?: string;
1029
+ static names(): {
1030
+ [key: string]: string;
1031
+ };
1032
+ static types(): {
1033
+ [key: string]: any;
1034
+ };
1035
+ constructor(map?: {
1036
+ [key: string]: any;
1037
+ });
1038
+ }
1039
+ export declare class GetAssistantActionInfoRequest extends $tea.Model {
1040
+ /**
1041
+ * @remarks
1042
+ * This parameter is required.
1043
+ */
1044
+ assistantId?: string;
708
1045
  static names(): {
709
1046
  [key: string]: string;
710
1047
  };
@@ -715,9 +1052,10 @@ export declare class GetAskDetailRequest extends $tea.Model {
715
1052
  [key: string]: any;
716
1053
  });
717
1054
  }
718
- export declare class GetAskDetailResponseBody extends $tea.Model {
719
- result?: GetAskDetailResponseBodyResult;
720
- success?: boolean;
1055
+ export declare class GetAssistantActionInfoResponseBody extends $tea.Model {
1056
+ actionList?: GetAssistantActionInfoResponseBodyActionList[];
1057
+ assistantId?: string;
1058
+ corpId?: string;
721
1059
  static names(): {
722
1060
  [key: string]: string;
723
1061
  };
@@ -728,12 +1066,12 @@ export declare class GetAskDetailResponseBody extends $tea.Model {
728
1066
  [key: string]: any;
729
1067
  });
730
1068
  }
731
- export declare class GetAskDetailResponse extends $tea.Model {
1069
+ export declare class GetAssistantActionInfoResponse extends $tea.Model {
732
1070
  headers?: {
733
1071
  [key: string]: string;
734
1072
  };
735
1073
  statusCode?: number;
736
- body?: GetAskDetailResponseBody;
1074
+ body?: GetAssistantActionInfoResponseBody;
737
1075
  static names(): {
738
1076
  [key: string]: string;
739
1077
  };
@@ -1155,6 +1493,65 @@ export declare class ListAssistantRunResponse extends $tea.Model {
1155
1493
  [key: string]: any;
1156
1494
  });
1157
1495
  }
1496
+ export declare class ListInstanceHeaders extends $tea.Model {
1497
+ commonHeaders?: {
1498
+ [key: string]: string;
1499
+ };
1500
+ xAcsDingtalkAccessToken?: string;
1501
+ static names(): {
1502
+ [key: string]: string;
1503
+ };
1504
+ static types(): {
1505
+ [key: string]: any;
1506
+ };
1507
+ constructor(map?: {
1508
+ [key: string]: any;
1509
+ });
1510
+ }
1511
+ export declare class ListInstanceRequest extends $tea.Model {
1512
+ /**
1513
+ * @remarks
1514
+ * This parameter is required.
1515
+ */
1516
+ prototypeAssistantId?: string;
1517
+ static names(): {
1518
+ [key: string]: string;
1519
+ };
1520
+ static types(): {
1521
+ [key: string]: any;
1522
+ };
1523
+ constructor(map?: {
1524
+ [key: string]: any;
1525
+ });
1526
+ }
1527
+ export declare class ListInstanceResponseBody extends $tea.Model {
1528
+ result?: ListInstanceResponseBodyResult[];
1529
+ static names(): {
1530
+ [key: string]: string;
1531
+ };
1532
+ static types(): {
1533
+ [key: string]: any;
1534
+ };
1535
+ constructor(map?: {
1536
+ [key: string]: any;
1537
+ });
1538
+ }
1539
+ export declare class ListInstanceResponse extends $tea.Model {
1540
+ headers?: {
1541
+ [key: string]: string;
1542
+ };
1543
+ statusCode?: number;
1544
+ body?: ListInstanceResponseBody;
1545
+ static names(): {
1546
+ [key: string]: string;
1547
+ };
1548
+ static types(): {
1549
+ [key: string]: any;
1550
+ };
1551
+ constructor(map?: {
1552
+ [key: string]: any;
1553
+ });
1554
+ }
1158
1555
  export declare class ListVisibleAssistantHeaders extends $tea.Model {
1159
1556
  commonHeaders?: {
1160
1557
  [key: string]: string;
@@ -1403,6 +1800,70 @@ export declare class RemoveAssistantResponse extends $tea.Model {
1403
1800
  [key: string]: any;
1404
1801
  });
1405
1802
  }
1803
+ export declare class RemoveFromOrgSkillRepositoryHeaders extends $tea.Model {
1804
+ commonHeaders?: {
1805
+ [key: string]: string;
1806
+ };
1807
+ xAcsDingtalkAccessToken?: string;
1808
+ static names(): {
1809
+ [key: string]: string;
1810
+ };
1811
+ static types(): {
1812
+ [key: string]: any;
1813
+ };
1814
+ constructor(map?: {
1815
+ [key: string]: any;
1816
+ });
1817
+ }
1818
+ export declare class RemoveFromOrgSkillRepositoryRequest extends $tea.Model {
1819
+ /**
1820
+ * @remarks
1821
+ * This parameter is required.
1822
+ */
1823
+ actionId?: string;
1824
+ /**
1825
+ * @remarks
1826
+ * This parameter is required.
1827
+ */
1828
+ operatorUnionId?: string;
1829
+ static names(): {
1830
+ [key: string]: string;
1831
+ };
1832
+ static types(): {
1833
+ [key: string]: any;
1834
+ };
1835
+ constructor(map?: {
1836
+ [key: string]: any;
1837
+ });
1838
+ }
1839
+ export declare class RemoveFromOrgSkillRepositoryResponseBody extends $tea.Model {
1840
+ success?: boolean;
1841
+ static names(): {
1842
+ [key: string]: string;
1843
+ };
1844
+ static types(): {
1845
+ [key: string]: any;
1846
+ };
1847
+ constructor(map?: {
1848
+ [key: string]: any;
1849
+ });
1850
+ }
1851
+ export declare class RemoveFromOrgSkillRepositoryResponse extends $tea.Model {
1852
+ headers?: {
1853
+ [key: string]: string;
1854
+ };
1855
+ statusCode?: number;
1856
+ body?: RemoveFromOrgSkillRepositoryResponseBody;
1857
+ static names(): {
1858
+ [key: string]: string;
1859
+ };
1860
+ static types(): {
1861
+ [key: string]: any;
1862
+ };
1863
+ constructor(map?: {
1864
+ [key: string]: any;
1865
+ });
1866
+ }
1406
1867
  export declare class RetrieveAssistantBasicInfoHeaders extends $tea.Model {
1407
1868
  commonHeaders?: {
1408
1869
  [key: string]: string;
@@ -1852,6 +2313,85 @@ export declare class AddDomainWordsRequestDomainWords extends $tea.Model {
1852
2313
  [key: string]: any;
1853
2314
  });
1854
2315
  }
2316
+ export declare class AssistantMeResponseResponseBodyOutputContent extends $tea.Model {
2317
+ annotations?: any[];
2318
+ text?: string;
2319
+ type?: string;
2320
+ static names(): {
2321
+ [key: string]: string;
2322
+ };
2323
+ static types(): {
2324
+ [key: string]: any;
2325
+ };
2326
+ constructor(map?: {
2327
+ [key: string]: any;
2328
+ });
2329
+ }
2330
+ export declare class AssistantMeResponseResponseBodyOutput extends $tea.Model {
2331
+ content?: AssistantMeResponseResponseBodyOutputContent[];
2332
+ id?: string;
2333
+ role?: string;
2334
+ type?: string;
2335
+ static names(): {
2336
+ [key: string]: string;
2337
+ };
2338
+ static types(): {
2339
+ [key: string]: any;
2340
+ };
2341
+ constructor(map?: {
2342
+ [key: string]: any;
2343
+ });
2344
+ }
2345
+ export declare class AssistantResponseResponseBodyOutputContent extends $tea.Model {
2346
+ annotations?: any[];
2347
+ text?: string;
2348
+ type?: string;
2349
+ static names(): {
2350
+ [key: string]: string;
2351
+ };
2352
+ static types(): {
2353
+ [key: string]: any;
2354
+ };
2355
+ constructor(map?: {
2356
+ [key: string]: any;
2357
+ });
2358
+ }
2359
+ export declare class AssistantResponseResponseBodyOutput extends $tea.Model {
2360
+ content?: AssistantResponseResponseBodyOutputContent[];
2361
+ id?: string;
2362
+ role?: string;
2363
+ type?: string;
2364
+ static names(): {
2365
+ [key: string]: string;
2366
+ };
2367
+ static types(): {
2368
+ [key: string]: any;
2369
+ };
2370
+ constructor(map?: {
2371
+ [key: string]: any;
2372
+ });
2373
+ }
2374
+ export declare class BatchGetAICreditsRecordResponseBodyList extends $tea.Model {
2375
+ actionNames?: string;
2376
+ assistantId?: string;
2377
+ assistantName?: string;
2378
+ deptId?: number;
2379
+ deptName?: string;
2380
+ requestId?: string;
2381
+ time?: string;
2382
+ unionId?: string;
2383
+ usedNum?: number;
2384
+ userName?: string;
2385
+ static names(): {
2386
+ [key: string]: string;
2387
+ };
2388
+ static types(): {
2389
+ [key: string]: any;
2390
+ };
2391
+ constructor(map?: {
2392
+ [key: string]: any;
2393
+ });
2394
+ }
1855
2395
  export declare class DeleteDomainWordsRequestDomainWords extends $tea.Model {
1856
2396
  description?: string;
1857
2397
  domainWord?: string;
@@ -1913,6 +2453,22 @@ export declare class GetAskDetailResponseBodyResult extends $tea.Model {
1913
2453
  [key: string]: any;
1914
2454
  });
1915
2455
  }
2456
+ export declare class GetAssistantActionInfoResponseBodyActionList extends $tea.Model {
2457
+ actionId?: string;
2458
+ actionName?: string;
2459
+ actionVersion?: string;
2460
+ description?: string;
2461
+ icon?: string;
2462
+ static names(): {
2463
+ [key: string]: string;
2464
+ };
2465
+ static types(): {
2466
+ [key: string]: any;
2467
+ };
2468
+ constructor(map?: {
2469
+ [key: string]: any;
2470
+ });
2471
+ }
1916
2472
  export declare class GetKnowledgeListResponseBodyResult extends $tea.Model {
1917
2473
  docFormat?: string;
1918
2474
  docName?: string;
@@ -1994,6 +2550,22 @@ export declare class ListAssistantRunResponseBodyData extends $tea.Model {
1994
2550
  [key: string]: any;
1995
2551
  });
1996
2552
  }
2553
+ export declare class ListInstanceResponseBodyResult extends $tea.Model {
2554
+ description?: string;
2555
+ icon?: string;
2556
+ name?: string;
2557
+ prototypeAssistantId?: string;
2558
+ tenantAssistantId?: string;
2559
+ static names(): {
2560
+ [key: string]: string;
2561
+ };
2562
+ static types(): {
2563
+ [key: string]: any;
2564
+ };
2565
+ constructor(map?: {
2566
+ [key: string]: any;
2567
+ });
2568
+ }
1997
2569
  export declare class ListVisibleAssistantResponseBodyList extends $tea.Model {
1998
2570
  assistantId?: string;
1999
2571
  createdAt?: number;
@@ -2110,6 +2682,70 @@ export default class Client extends OpenApi {
2110
2682
  * @returns AddDomainWordsResponse
2111
2683
  */
2112
2684
  addDomainWords(request: AddDomainWordsRequest): Promise<AddDomainWordsResponse>;
2685
+ /**
2686
+ * 添加技能到组织技能库
2687
+ *
2688
+ * @param request - AddToOrgSkillRepositoryRequest
2689
+ * @param headers - AddToOrgSkillRepositoryHeaders
2690
+ * @param runtime - runtime options for this request RuntimeOptions
2691
+ * @returns AddToOrgSkillRepositoryResponse
2692
+ */
2693
+ addToOrgSkillRepositoryWithOptions(request: AddToOrgSkillRepositoryRequest, headers: AddToOrgSkillRepositoryHeaders, runtime: $Util.RuntimeOptions): Promise<AddToOrgSkillRepositoryResponse>;
2694
+ /**
2695
+ * 添加技能到组织技能库
2696
+ *
2697
+ * @param request - AddToOrgSkillRepositoryRequest
2698
+ * @returns AddToOrgSkillRepositoryResponse
2699
+ */
2700
+ addToOrgSkillRepository(request: AddToOrgSkillRepositoryRequest): Promise<AddToOrgSkillRepositoryResponse>;
2701
+ /**
2702
+ * 助理响应接口-委托权限
2703
+ *
2704
+ * @param request - AssistantMeResponseRequest
2705
+ * @param headers - AssistantMeResponseHeaders
2706
+ * @param runtime - runtime options for this request RuntimeOptions
2707
+ * @returns AssistantMeResponseResponse
2708
+ */
2709
+ assistantMeResponseWithOptions(assistantId: string, request: AssistantMeResponseRequest, headers: AssistantMeResponseHeaders, runtime: $Util.RuntimeOptions): Promise<AssistantMeResponseResponse>;
2710
+ /**
2711
+ * 助理响应接口-委托权限
2712
+ *
2713
+ * @param request - AssistantMeResponseRequest
2714
+ * @returns AssistantMeResponseResponse
2715
+ */
2716
+ assistantMeResponse(assistantId: string, request: AssistantMeResponseRequest): Promise<AssistantMeResponseResponse>;
2717
+ /**
2718
+ * 助理响应接口-应用权限
2719
+ *
2720
+ * @param request - AssistantResponseRequest
2721
+ * @param headers - AssistantResponseHeaders
2722
+ * @param runtime - runtime options for this request RuntimeOptions
2723
+ * @returns AssistantResponseResponse
2724
+ */
2725
+ assistantResponseWithOptions(assistantId: string, request: AssistantResponseRequest, headers: AssistantResponseHeaders, runtime: $Util.RuntimeOptions): Promise<AssistantResponseResponse>;
2726
+ /**
2727
+ * 助理响应接口-应用权限
2728
+ *
2729
+ * @param request - AssistantResponseRequest
2730
+ * @returns AssistantResponseResponse
2731
+ */
2732
+ assistantResponse(assistantId: string, request: AssistantResponseRequest): Promise<AssistantResponseResponse>;
2733
+ /**
2734
+ * 分页查询算粒的使用记录
2735
+ *
2736
+ * @param request - BatchGetAICreditsRecordRequest
2737
+ * @param headers - BatchGetAICreditsRecordHeaders
2738
+ * @param runtime - runtime options for this request RuntimeOptions
2739
+ * @returns BatchGetAICreditsRecordResponse
2740
+ */
2741
+ batchGetAICreditsRecordWithOptions(request: BatchGetAICreditsRecordRequest, headers: BatchGetAICreditsRecordHeaders, runtime: $Util.RuntimeOptions): Promise<BatchGetAICreditsRecordResponse>;
2742
+ /**
2743
+ * 分页查询算粒的使用记录
2744
+ *
2745
+ * @param request - BatchGetAICreditsRecordRequest
2746
+ * @returns BatchGetAICreditsRecordResponse
2747
+ */
2748
+ batchGetAICreditsRecord(request: BatchGetAICreditsRecordRequest): Promise<BatchGetAICreditsRecordResponse>;
2113
2749
  /**
2114
2750
  * 创建AI助理
2115
2751
  *
@@ -2264,6 +2900,22 @@ export default class Client extends OpenApi {
2264
2900
  * @returns GetAskDetailResponse
2265
2901
  */
2266
2902
  getAskDetail(request: GetAskDetailRequest): Promise<GetAskDetailResponse>;
2903
+ /**
2904
+ * 获取AI助理技能列表信息
2905
+ *
2906
+ * @param request - GetAssistantActionInfoRequest
2907
+ * @param headers - GetAssistantActionInfoHeaders
2908
+ * @param runtime - runtime options for this request RuntimeOptions
2909
+ * @returns GetAssistantActionInfoResponse
2910
+ */
2911
+ getAssistantActionInfoWithOptions(request: GetAssistantActionInfoRequest, headers: GetAssistantActionInfoHeaders, runtime: $Util.RuntimeOptions): Promise<GetAssistantActionInfoResponse>;
2912
+ /**
2913
+ * 获取AI助理技能列表信息
2914
+ *
2915
+ * @param request - GetAssistantActionInfoRequest
2916
+ * @returns GetAssistantActionInfoResponse
2917
+ */
2918
+ getAssistantActionInfo(request: GetAssistantActionInfoRequest): Promise<GetAssistantActionInfoResponse>;
2267
2919
  /**
2268
2920
  * 获取助理专业词汇
2269
2921
  *
@@ -2376,6 +3028,22 @@ export default class Client extends OpenApi {
2376
3028
  * @returns ListAssistantRunResponse
2377
3029
  */
2378
3030
  listAssistantRun(threadId: string, request: ListAssistantRunRequest): Promise<ListAssistantRunResponse>;
3031
+ /**
3032
+ * 获取指定助理在组织下已安装的实例信息列表
3033
+ *
3034
+ * @param request - ListInstanceRequest
3035
+ * @param headers - ListInstanceHeaders
3036
+ * @param runtime - runtime options for this request RuntimeOptions
3037
+ * @returns ListInstanceResponse
3038
+ */
3039
+ listInstanceWithOptions(request: ListInstanceRequest, headers: ListInstanceHeaders, runtime: $Util.RuntimeOptions): Promise<ListInstanceResponse>;
3040
+ /**
3041
+ * 获取指定助理在组织下已安装的实例信息列表
3042
+ *
3043
+ * @param request - ListInstanceRequest
3044
+ * @returns ListInstanceResponse
3045
+ */
3046
+ listInstance(request: ListInstanceRequest): Promise<ListInstanceResponse>;
2379
3047
  /**
2380
3048
  * 获取用户可见范围的AI助理列表
2381
3049
  *
@@ -2440,6 +3108,22 @@ export default class Client extends OpenApi {
2440
3108
  * @returns RemoveAssistantResponse
2441
3109
  */
2442
3110
  removeAssistant(request: RemoveAssistantRequest): Promise<RemoveAssistantResponse>;
3111
+ /**
3112
+ * 移除组织技能库技能
3113
+ *
3114
+ * @param request - RemoveFromOrgSkillRepositoryRequest
3115
+ * @param headers - RemoveFromOrgSkillRepositoryHeaders
3116
+ * @param runtime - runtime options for this request RuntimeOptions
3117
+ * @returns RemoveFromOrgSkillRepositoryResponse
3118
+ */
3119
+ removeFromOrgSkillRepositoryWithOptions(request: RemoveFromOrgSkillRepositoryRequest, headers: RemoveFromOrgSkillRepositoryHeaders, runtime: $Util.RuntimeOptions): Promise<RemoveFromOrgSkillRepositoryResponse>;
3120
+ /**
3121
+ * 移除组织技能库技能
3122
+ *
3123
+ * @param request - RemoveFromOrgSkillRepositoryRequest
3124
+ * @returns RemoveFromOrgSkillRepositoryResponse
3125
+ */
3126
+ removeFromOrgSkillRepository(request: RemoveFromOrgSkillRepositoryRequest): Promise<RemoveFromOrgSkillRepositoryResponse>;
2443
3127
  /**
2444
3128
  * 查询 AI 助理的基本信息
2445
3129
  *