@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
@@ -0,0 +1,940 @@
1
+ /**
2
+ */
3
+ import * as $Util from '@alicloud/tea-util';
4
+ import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
5
+ import * as $tea from '@alicloud/tea-typescript';
6
+ export declare class BatchGetMinutesDetailsHeaders extends $tea.Model {
7
+ commonHeaders?: {
8
+ [key: string]: string;
9
+ };
10
+ xAcsDingtalkAccessToken?: string;
11
+ static names(): {
12
+ [key: string]: string;
13
+ };
14
+ static types(): {
15
+ [key: string]: any;
16
+ };
17
+ constructor(map?: {
18
+ [key: string]: any;
19
+ });
20
+ }
21
+ export declare class BatchGetMinutesDetailsRequest extends $tea.Model {
22
+ /**
23
+ * @remarks
24
+ * This parameter is required.
25
+ */
26
+ taskUuids?: string[];
27
+ /**
28
+ * @remarks
29
+ * This parameter is required.
30
+ */
31
+ unionId?: string;
32
+ static names(): {
33
+ [key: string]: string;
34
+ };
35
+ static types(): {
36
+ [key: string]: any;
37
+ };
38
+ constructor(map?: {
39
+ [key: string]: any;
40
+ });
41
+ }
42
+ export declare class BatchGetMinutesDetailsResponseBody extends $tea.Model {
43
+ minutesDetails?: BatchGetMinutesDetailsResponseBodyMinutesDetails[];
44
+ static names(): {
45
+ [key: string]: string;
46
+ };
47
+ static types(): {
48
+ [key: string]: any;
49
+ };
50
+ constructor(map?: {
51
+ [key: string]: any;
52
+ });
53
+ }
54
+ export declare class BatchGetMinutesDetailsResponse extends $tea.Model {
55
+ headers?: {
56
+ [key: string]: string;
57
+ };
58
+ statusCode?: number;
59
+ body?: BatchGetMinutesDetailsResponseBody;
60
+ static names(): {
61
+ [key: string]: string;
62
+ };
63
+ static types(): {
64
+ [key: string]: any;
65
+ };
66
+ constructor(map?: {
67
+ [key: string]: any;
68
+ });
69
+ }
70
+ export declare class DeleteMinutesHeaders 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 DeleteMinutesRequest extends $tea.Model {
86
+ /**
87
+ * @remarks
88
+ * This parameter is required.
89
+ */
90
+ unionId?: string;
91
+ static names(): {
92
+ [key: string]: string;
93
+ };
94
+ static types(): {
95
+ [key: string]: any;
96
+ };
97
+ constructor(map?: {
98
+ [key: string]: any;
99
+ });
100
+ }
101
+ export declare class DeleteMinutesResponseBody extends $tea.Model {
102
+ taskUuid?: string;
103
+ static names(): {
104
+ [key: string]: string;
105
+ };
106
+ static types(): {
107
+ [key: string]: any;
108
+ };
109
+ constructor(map?: {
110
+ [key: string]: any;
111
+ });
112
+ }
113
+ export declare class DeleteMinutesResponse extends $tea.Model {
114
+ headers?: {
115
+ [key: string]: string;
116
+ };
117
+ statusCode?: number;
118
+ body?: DeleteMinutesResponseBody;
119
+ static names(): {
120
+ [key: string]: string;
121
+ };
122
+ static types(): {
123
+ [key: string]: any;
124
+ };
125
+ constructor(map?: {
126
+ [key: string]: any;
127
+ });
128
+ }
129
+ export declare class OpenQueryMinutesSummaryHeaders extends $tea.Model {
130
+ commonHeaders?: {
131
+ [key: string]: string;
132
+ };
133
+ xAcsDingtalkAccessToken?: string;
134
+ static names(): {
135
+ [key: string]: string;
136
+ };
137
+ static types(): {
138
+ [key: string]: any;
139
+ };
140
+ constructor(map?: {
141
+ [key: string]: any;
142
+ });
143
+ }
144
+ export declare class OpenQueryMinutesSummaryRequest extends $tea.Model {
145
+ /**
146
+ * @remarks
147
+ * This parameter is required.
148
+ */
149
+ taskUuid?: string;
150
+ /**
151
+ * @remarks
152
+ * This parameter is required.
153
+ */
154
+ unionId?: string;
155
+ static names(): {
156
+ [key: string]: string;
157
+ };
158
+ static types(): {
159
+ [key: string]: any;
160
+ };
161
+ constructor(map?: {
162
+ [key: string]: any;
163
+ });
164
+ }
165
+ export declare class OpenQueryMinutesSummaryResponseBody extends $tea.Model {
166
+ fullSummary?: string;
167
+ static names(): {
168
+ [key: string]: string;
169
+ };
170
+ static types(): {
171
+ [key: string]: any;
172
+ };
173
+ constructor(map?: {
174
+ [key: string]: any;
175
+ });
176
+ }
177
+ export declare class OpenQueryMinutesSummaryResponse extends $tea.Model {
178
+ headers?: {
179
+ [key: string]: string;
180
+ };
181
+ statusCode?: number;
182
+ body?: OpenQueryMinutesSummaryResponseBody;
183
+ static names(): {
184
+ [key: string]: string;
185
+ };
186
+ static types(): {
187
+ [key: string]: any;
188
+ };
189
+ constructor(map?: {
190
+ [key: string]: any;
191
+ });
192
+ }
193
+ export declare class QueryCreateMinutesListHeaders extends $tea.Model {
194
+ commonHeaders?: {
195
+ [key: string]: string;
196
+ };
197
+ xAcsDingtalkAccessToken?: string;
198
+ static names(): {
199
+ [key: string]: string;
200
+ };
201
+ static types(): {
202
+ [key: string]: any;
203
+ };
204
+ constructor(map?: {
205
+ [key: string]: any;
206
+ });
207
+ }
208
+ export declare class QueryCreateMinutesListRequest extends $tea.Model {
209
+ /**
210
+ * @remarks
211
+ * This parameter is required.
212
+ */
213
+ maxResults?: number;
214
+ nextToken?: string;
215
+ /**
216
+ * @remarks
217
+ * This parameter is required.
218
+ */
219
+ unionId?: string;
220
+ static names(): {
221
+ [key: string]: string;
222
+ };
223
+ static types(): {
224
+ [key: string]: any;
225
+ };
226
+ constructor(map?: {
227
+ [key: string]: any;
228
+ });
229
+ }
230
+ export declare class QueryCreateMinutesListResponseBody extends $tea.Model {
231
+ hasNext?: boolean;
232
+ minutesDetails?: QueryCreateMinutesListResponseBodyMinutesDetails[];
233
+ nextToken?: string;
234
+ static names(): {
235
+ [key: string]: string;
236
+ };
237
+ static types(): {
238
+ [key: string]: any;
239
+ };
240
+ constructor(map?: {
241
+ [key: string]: any;
242
+ });
243
+ }
244
+ export declare class QueryCreateMinutesListResponse extends $tea.Model {
245
+ headers?: {
246
+ [key: string]: string;
247
+ };
248
+ statusCode?: number;
249
+ body?: QueryCreateMinutesListResponseBody;
250
+ static names(): {
251
+ [key: string]: string;
252
+ };
253
+ static types(): {
254
+ [key: string]: any;
255
+ };
256
+ constructor(map?: {
257
+ [key: string]: any;
258
+ });
259
+ }
260
+ export declare class QueryMinutesPlayInfoHeaders extends $tea.Model {
261
+ commonHeaders?: {
262
+ [key: string]: string;
263
+ };
264
+ xAcsDingtalkAccessToken?: string;
265
+ static names(): {
266
+ [key: string]: string;
267
+ };
268
+ static types(): {
269
+ [key: string]: any;
270
+ };
271
+ constructor(map?: {
272
+ [key: string]: any;
273
+ });
274
+ }
275
+ export declare class QueryMinutesPlayInfoRequest extends $tea.Model {
276
+ /**
277
+ * @remarks
278
+ * This parameter is required.
279
+ */
280
+ unionId?: string;
281
+ static names(): {
282
+ [key: string]: string;
283
+ };
284
+ static types(): {
285
+ [key: string]: any;
286
+ };
287
+ constructor(map?: {
288
+ [key: string]: any;
289
+ });
290
+ }
291
+ export declare class QueryMinutesPlayInfoResponseBody extends $tea.Model {
292
+ playInfo?: QueryMinutesPlayInfoResponseBodyPlayInfo;
293
+ static names(): {
294
+ [key: string]: string;
295
+ };
296
+ static types(): {
297
+ [key: string]: any;
298
+ };
299
+ constructor(map?: {
300
+ [key: string]: any;
301
+ });
302
+ }
303
+ export declare class QueryMinutesPlayInfoResponse extends $tea.Model {
304
+ headers?: {
305
+ [key: string]: string;
306
+ };
307
+ statusCode?: number;
308
+ body?: QueryMinutesPlayInfoResponseBody;
309
+ static names(): {
310
+ [key: string]: string;
311
+ };
312
+ static types(): {
313
+ [key: string]: any;
314
+ };
315
+ constructor(map?: {
316
+ [key: string]: any;
317
+ });
318
+ }
319
+ export declare class QueryMinutesShareListHeaders extends $tea.Model {
320
+ commonHeaders?: {
321
+ [key: string]: string;
322
+ };
323
+ xAcsDingtalkAccessToken?: string;
324
+ static names(): {
325
+ [key: string]: string;
326
+ };
327
+ static types(): {
328
+ [key: string]: any;
329
+ };
330
+ constructor(map?: {
331
+ [key: string]: any;
332
+ });
333
+ }
334
+ export declare class QueryMinutesShareListRequest extends $tea.Model {
335
+ /**
336
+ * @remarks
337
+ * This parameter is required.
338
+ */
339
+ maxResults?: number;
340
+ nextToken?: string;
341
+ scene?: string;
342
+ /**
343
+ * @remarks
344
+ * This parameter is required.
345
+ */
346
+ unionId?: string;
347
+ static names(): {
348
+ [key: string]: string;
349
+ };
350
+ static types(): {
351
+ [key: string]: any;
352
+ };
353
+ constructor(map?: {
354
+ [key: string]: any;
355
+ });
356
+ }
357
+ export declare class QueryMinutesShareListResponseBody extends $tea.Model {
358
+ hasNext?: boolean;
359
+ minutesDetails?: QueryMinutesShareListResponseBodyMinutesDetails[];
360
+ nextToken?: string;
361
+ static names(): {
362
+ [key: string]: string;
363
+ };
364
+ static types(): {
365
+ [key: string]: any;
366
+ };
367
+ constructor(map?: {
368
+ [key: string]: any;
369
+ });
370
+ }
371
+ export declare class QueryMinutesShareListResponse extends $tea.Model {
372
+ headers?: {
373
+ [key: string]: string;
374
+ };
375
+ statusCode?: number;
376
+ body?: QueryMinutesShareListResponseBody;
377
+ static names(): {
378
+ [key: string]: string;
379
+ };
380
+ static types(): {
381
+ [key: string]: any;
382
+ };
383
+ constructor(map?: {
384
+ [key: string]: any;
385
+ });
386
+ }
387
+ export declare class QueryMinutesStatusHeaders extends $tea.Model {
388
+ commonHeaders?: {
389
+ [key: string]: string;
390
+ };
391
+ xAcsDingtalkAccessToken?: string;
392
+ static names(): {
393
+ [key: string]: string;
394
+ };
395
+ static types(): {
396
+ [key: string]: any;
397
+ };
398
+ constructor(map?: {
399
+ [key: string]: any;
400
+ });
401
+ }
402
+ export declare class QueryMinutesStatusRequest extends $tea.Model {
403
+ /**
404
+ * @remarks
405
+ * This parameter is required.
406
+ */
407
+ unionId?: string;
408
+ static names(): {
409
+ [key: string]: string;
410
+ };
411
+ static types(): {
412
+ [key: string]: any;
413
+ };
414
+ constructor(map?: {
415
+ [key: string]: any;
416
+ });
417
+ }
418
+ export declare class QueryMinutesStatusResponseBody extends $tea.Model {
419
+ status?: number;
420
+ static names(): {
421
+ [key: string]: string;
422
+ };
423
+ static types(): {
424
+ [key: string]: any;
425
+ };
426
+ constructor(map?: {
427
+ [key: string]: any;
428
+ });
429
+ }
430
+ export declare class QueryMinutesStatusResponse extends $tea.Model {
431
+ headers?: {
432
+ [key: string]: string;
433
+ };
434
+ statusCode?: number;
435
+ body?: QueryMinutesStatusResponseBody;
436
+ static names(): {
437
+ [key: string]: string;
438
+ };
439
+ static types(): {
440
+ [key: string]: any;
441
+ };
442
+ constructor(map?: {
443
+ [key: string]: any;
444
+ });
445
+ }
446
+ export declare class QueryMinutesTextHeaders extends $tea.Model {
447
+ commonHeaders?: {
448
+ [key: string]: string;
449
+ };
450
+ xAcsDingtalkAccessToken?: string;
451
+ static names(): {
452
+ [key: string]: string;
453
+ };
454
+ static types(): {
455
+ [key: string]: any;
456
+ };
457
+ constructor(map?: {
458
+ [key: string]: any;
459
+ });
460
+ }
461
+ export declare class QueryMinutesTextRequest extends $tea.Model {
462
+ direction?: number;
463
+ maxResults?: number;
464
+ nextToken?: string;
465
+ /**
466
+ * @remarks
467
+ * This parameter is required.
468
+ */
469
+ unionId?: string;
470
+ static names(): {
471
+ [key: string]: string;
472
+ };
473
+ static types(): {
474
+ [key: string]: any;
475
+ };
476
+ constructor(map?: {
477
+ [key: string]: any;
478
+ });
479
+ }
480
+ export declare class QueryMinutesTextResponseBody extends $tea.Model {
481
+ hasNext?: boolean;
482
+ nextToken?: string;
483
+ paragraphList?: QueryMinutesTextResponseBodyParagraphList[];
484
+ static names(): {
485
+ [key: string]: string;
486
+ };
487
+ static types(): {
488
+ [key: string]: any;
489
+ };
490
+ constructor(map?: {
491
+ [key: string]: any;
492
+ });
493
+ }
494
+ export declare class QueryMinutesTextResponse extends $tea.Model {
495
+ headers?: {
496
+ [key: string]: string;
497
+ };
498
+ statusCode?: number;
499
+ body?: QueryMinutesTextResponseBody;
500
+ static names(): {
501
+ [key: string]: string;
502
+ };
503
+ static types(): {
504
+ [key: string]: any;
505
+ };
506
+ constructor(map?: {
507
+ [key: string]: any;
508
+ });
509
+ }
510
+ export declare class QueryUploadVideoPlayInfoHeaders extends $tea.Model {
511
+ commonHeaders?: {
512
+ [key: string]: string;
513
+ };
514
+ xAcsDingtalkAccessToken?: string;
515
+ static names(): {
516
+ [key: string]: string;
517
+ };
518
+ static types(): {
519
+ [key: string]: any;
520
+ };
521
+ constructor(map?: {
522
+ [key: string]: any;
523
+ });
524
+ }
525
+ export declare class QueryUploadVideoPlayInfoRequest extends $tea.Model {
526
+ /**
527
+ * @remarks
528
+ * This parameter is required.
529
+ */
530
+ unionId?: string;
531
+ static names(): {
532
+ [key: string]: string;
533
+ };
534
+ static types(): {
535
+ [key: string]: any;
536
+ };
537
+ constructor(map?: {
538
+ [key: string]: any;
539
+ });
540
+ }
541
+ export declare class QueryUploadVideoPlayInfoResponseBody extends $tea.Model {
542
+ playInfo?: QueryUploadVideoPlayInfoResponseBodyPlayInfo;
543
+ static names(): {
544
+ [key: string]: string;
545
+ };
546
+ static types(): {
547
+ [key: string]: any;
548
+ };
549
+ constructor(map?: {
550
+ [key: string]: any;
551
+ });
552
+ }
553
+ export declare class QueryUploadVideoPlayInfoResponse extends $tea.Model {
554
+ headers?: {
555
+ [key: string]: string;
556
+ };
557
+ statusCode?: number;
558
+ body?: QueryUploadVideoPlayInfoResponseBody;
559
+ static names(): {
560
+ [key: string]: string;
561
+ };
562
+ static types(): {
563
+ [key: string]: any;
564
+ };
565
+ constructor(map?: {
566
+ [key: string]: any;
567
+ });
568
+ }
569
+ export declare class UpdateMinutesTitleHeaders extends $tea.Model {
570
+ commonHeaders?: {
571
+ [key: string]: string;
572
+ };
573
+ xAcsDingtalkAccessToken?: string;
574
+ static names(): {
575
+ [key: string]: string;
576
+ };
577
+ static types(): {
578
+ [key: string]: any;
579
+ };
580
+ constructor(map?: {
581
+ [key: string]: any;
582
+ });
583
+ }
584
+ export declare class UpdateMinutesTitleRequest extends $tea.Model {
585
+ /**
586
+ * @remarks
587
+ * This parameter is required.
588
+ */
589
+ title?: string;
590
+ /**
591
+ * @remarks
592
+ * This parameter is required.
593
+ */
594
+ unionId?: string;
595
+ static names(): {
596
+ [key: string]: string;
597
+ };
598
+ static types(): {
599
+ [key: string]: any;
600
+ };
601
+ constructor(map?: {
602
+ [key: string]: any;
603
+ });
604
+ }
605
+ export declare class UpdateMinutesTitleResponseBody extends $tea.Model {
606
+ taskUuid?: string;
607
+ title?: string;
608
+ static names(): {
609
+ [key: string]: string;
610
+ };
611
+ static types(): {
612
+ [key: string]: any;
613
+ };
614
+ constructor(map?: {
615
+ [key: string]: any;
616
+ });
617
+ }
618
+ export declare class UpdateMinutesTitleResponse extends $tea.Model {
619
+ headers?: {
620
+ [key: string]: string;
621
+ };
622
+ statusCode?: number;
623
+ body?: UpdateMinutesTitleResponseBody;
624
+ static names(): {
625
+ [key: string]: string;
626
+ };
627
+ static types(): {
628
+ [key: string]: any;
629
+ };
630
+ constructor(map?: {
631
+ [key: string]: any;
632
+ });
633
+ }
634
+ export declare class BatchGetMinutesDetailsResponseBodyMinutesDetails extends $tea.Model {
635
+ bizType?: number;
636
+ creatorNick?: string;
637
+ creatorUnionId?: string;
638
+ durationMicros?: number;
639
+ isDeleted?: number;
640
+ size?: number;
641
+ startTime?: number;
642
+ status?: number;
643
+ taskUuid?: string;
644
+ title?: string;
645
+ static names(): {
646
+ [key: string]: string;
647
+ };
648
+ static types(): {
649
+ [key: string]: any;
650
+ };
651
+ constructor(map?: {
652
+ [key: string]: any;
653
+ });
654
+ }
655
+ export declare class QueryCreateMinutesListResponseBodyMinutesDetails extends $tea.Model {
656
+ bizType?: number;
657
+ creatorNick?: string;
658
+ creatorUnionId?: string;
659
+ durationMicros?: number;
660
+ isDeleted?: number;
661
+ size?: number;
662
+ startTime?: number;
663
+ status?: number;
664
+ taskUuid?: string;
665
+ title?: string;
666
+ static names(): {
667
+ [key: string]: string;
668
+ };
669
+ static types(): {
670
+ [key: string]: any;
671
+ };
672
+ constructor(map?: {
673
+ [key: string]: any;
674
+ });
675
+ }
676
+ export declare class QueryMinutesPlayInfoResponseBodyPlayInfo extends $tea.Model {
677
+ downloadUrl?: string;
678
+ duration?: string;
679
+ mediaType?: string;
680
+ playUrl?: string;
681
+ size?: string;
682
+ status?: string;
683
+ static names(): {
684
+ [key: string]: string;
685
+ };
686
+ static types(): {
687
+ [key: string]: any;
688
+ };
689
+ constructor(map?: {
690
+ [key: string]: any;
691
+ });
692
+ }
693
+ export declare class QueryMinutesShareListResponseBodyMinutesDetails extends $tea.Model {
694
+ bizType?: number;
695
+ creatorNick?: string;
696
+ creatorUnionId?: string;
697
+ durationMicros?: number;
698
+ isDeleted?: number;
699
+ size?: number;
700
+ startTime?: number;
701
+ status?: number;
702
+ taskUuid?: string;
703
+ title?: string;
704
+ static names(): {
705
+ [key: string]: string;
706
+ };
707
+ static types(): {
708
+ [key: string]: any;
709
+ };
710
+ constructor(map?: {
711
+ [key: string]: any;
712
+ });
713
+ }
714
+ export declare class QueryMinutesTextResponseBodyParagraphListSentenceListWordList extends $tea.Model {
715
+ endTime?: number;
716
+ startTime?: number;
717
+ word?: string;
718
+ wordId?: string;
719
+ static names(): {
720
+ [key: string]: string;
721
+ };
722
+ static types(): {
723
+ [key: string]: any;
724
+ };
725
+ constructor(map?: {
726
+ [key: string]: any;
727
+ });
728
+ }
729
+ export declare class QueryMinutesTextResponseBodyParagraphListSentenceList extends $tea.Model {
730
+ endTime?: number;
731
+ sentence?: string;
732
+ startTime?: number;
733
+ wordList?: QueryMinutesTextResponseBodyParagraphListSentenceListWordList[];
734
+ static names(): {
735
+ [key: string]: string;
736
+ };
737
+ static types(): {
738
+ [key: string]: any;
739
+ };
740
+ constructor(map?: {
741
+ [key: string]: any;
742
+ });
743
+ }
744
+ export declare class QueryMinutesTextResponseBodyParagraphList extends $tea.Model {
745
+ endTime?: number;
746
+ nickName?: string;
747
+ paragraph?: string;
748
+ paragraphId?: number;
749
+ recordId?: number;
750
+ sentenceList?: QueryMinutesTextResponseBodyParagraphListSentenceList[];
751
+ startTime?: number;
752
+ unionId?: string;
753
+ static names(): {
754
+ [key: string]: string;
755
+ };
756
+ static types(): {
757
+ [key: string]: any;
758
+ };
759
+ constructor(map?: {
760
+ [key: string]: any;
761
+ });
762
+ }
763
+ export declare class QueryUploadVideoPlayInfoResponseBodyPlayInfo extends $tea.Model {
764
+ duration?: number;
765
+ playUrl?: string;
766
+ size?: number;
767
+ status?: string;
768
+ static names(): {
769
+ [key: string]: string;
770
+ };
771
+ static types(): {
772
+ [key: string]: any;
773
+ };
774
+ constructor(map?: {
775
+ [key: string]: any;
776
+ });
777
+ }
778
+ export default class Client extends OpenApi {
779
+ constructor(config: $OpenApi.Config);
780
+ /**
781
+ * 批量获取闪记详情
782
+ *
783
+ * @param request - BatchGetMinutesDetailsRequest
784
+ * @param headers - BatchGetMinutesDetailsHeaders
785
+ * @param runtime - runtime options for this request RuntimeOptions
786
+ * @returns BatchGetMinutesDetailsResponse
787
+ */
788
+ batchGetMinutesDetailsWithOptions(request: BatchGetMinutesDetailsRequest, headers: BatchGetMinutesDetailsHeaders, runtime: $Util.RuntimeOptions): Promise<BatchGetMinutesDetailsResponse>;
789
+ /**
790
+ * 批量获取闪记详情
791
+ *
792
+ * @param request - BatchGetMinutesDetailsRequest
793
+ * @returns BatchGetMinutesDetailsResponse
794
+ */
795
+ batchGetMinutesDetails(request: BatchGetMinutesDetailsRequest): Promise<BatchGetMinutesDetailsResponse>;
796
+ /**
797
+ * 删除闪记
798
+ *
799
+ * @param request - DeleteMinutesRequest
800
+ * @param headers - DeleteMinutesHeaders
801
+ * @param runtime - runtime options for this request RuntimeOptions
802
+ * @returns DeleteMinutesResponse
803
+ */
804
+ deleteMinutesWithOptions(taskUuid: string, request: DeleteMinutesRequest, headers: DeleteMinutesHeaders, runtime: $Util.RuntimeOptions): Promise<DeleteMinutesResponse>;
805
+ /**
806
+ * 删除闪记
807
+ *
808
+ * @param request - DeleteMinutesRequest
809
+ * @returns DeleteMinutesResponse
810
+ */
811
+ deleteMinutes(taskUuid: string, request: DeleteMinutesRequest): Promise<DeleteMinutesResponse>;
812
+ /**
813
+ * 查询闪记摘要
814
+ *
815
+ * @param request - OpenQueryMinutesSummaryRequest
816
+ * @param headers - OpenQueryMinutesSummaryHeaders
817
+ * @param runtime - runtime options for this request RuntimeOptions
818
+ * @returns OpenQueryMinutesSummaryResponse
819
+ */
820
+ openQueryMinutesSummaryWithOptions(request: OpenQueryMinutesSummaryRequest, headers: OpenQueryMinutesSummaryHeaders, runtime: $Util.RuntimeOptions): Promise<OpenQueryMinutesSummaryResponse>;
821
+ /**
822
+ * 查询闪记摘要
823
+ *
824
+ * @param request - OpenQueryMinutesSummaryRequest
825
+ * @returns OpenQueryMinutesSummaryResponse
826
+ */
827
+ openQueryMinutesSummary(request: OpenQueryMinutesSummaryRequest): Promise<OpenQueryMinutesSummaryResponse>;
828
+ /**
829
+ * 查询自己创建的闪记列表
830
+ *
831
+ * @param request - QueryCreateMinutesListRequest
832
+ * @param headers - QueryCreateMinutesListHeaders
833
+ * @param runtime - runtime options for this request RuntimeOptions
834
+ * @returns QueryCreateMinutesListResponse
835
+ */
836
+ queryCreateMinutesListWithOptions(request: QueryCreateMinutesListRequest, headers: QueryCreateMinutesListHeaders, runtime: $Util.RuntimeOptions): Promise<QueryCreateMinutesListResponse>;
837
+ /**
838
+ * 查询自己创建的闪记列表
839
+ *
840
+ * @param request - QueryCreateMinutesListRequest
841
+ * @returns QueryCreateMinutesListResponse
842
+ */
843
+ queryCreateMinutesList(request: QueryCreateMinutesListRequest): Promise<QueryCreateMinutesListResponse>;
844
+ /**
845
+ * 查询闪记媒体播放信息
846
+ *
847
+ * @param request - QueryMinutesPlayInfoRequest
848
+ * @param headers - QueryMinutesPlayInfoHeaders
849
+ * @param runtime - runtime options for this request RuntimeOptions
850
+ * @returns QueryMinutesPlayInfoResponse
851
+ */
852
+ queryMinutesPlayInfoWithOptions(taskUuid: string, request: QueryMinutesPlayInfoRequest, headers: QueryMinutesPlayInfoHeaders, runtime: $Util.RuntimeOptions): Promise<QueryMinutesPlayInfoResponse>;
853
+ /**
854
+ * 查询闪记媒体播放信息
855
+ *
856
+ * @param request - QueryMinutesPlayInfoRequest
857
+ * @returns QueryMinutesPlayInfoResponse
858
+ */
859
+ queryMinutesPlayInfo(taskUuid: string, request: QueryMinutesPlayInfoRequest): Promise<QueryMinutesPlayInfoResponse>;
860
+ /**
861
+ * 获取与我共享闪记列表
862
+ *
863
+ * @param request - QueryMinutesShareListRequest
864
+ * @param headers - QueryMinutesShareListHeaders
865
+ * @param runtime - runtime options for this request RuntimeOptions
866
+ * @returns QueryMinutesShareListResponse
867
+ */
868
+ queryMinutesShareListWithOptions(request: QueryMinutesShareListRequest, headers: QueryMinutesShareListHeaders, runtime: $Util.RuntimeOptions): Promise<QueryMinutesShareListResponse>;
869
+ /**
870
+ * 获取与我共享闪记列表
871
+ *
872
+ * @param request - QueryMinutesShareListRequest
873
+ * @returns QueryMinutesShareListResponse
874
+ */
875
+ queryMinutesShareList(request: QueryMinutesShareListRequest): Promise<QueryMinutesShareListResponse>;
876
+ /**
877
+ * 查询闪记状态
878
+ *
879
+ * @param request - QueryMinutesStatusRequest
880
+ * @param headers - QueryMinutesStatusHeaders
881
+ * @param runtime - runtime options for this request RuntimeOptions
882
+ * @returns QueryMinutesStatusResponse
883
+ */
884
+ queryMinutesStatusWithOptions(taskUuid: string, request: QueryMinutesStatusRequest, headers: QueryMinutesStatusHeaders, runtime: $Util.RuntimeOptions): Promise<QueryMinutesStatusResponse>;
885
+ /**
886
+ * 查询闪记状态
887
+ *
888
+ * @param request - QueryMinutesStatusRequest
889
+ * @returns QueryMinutesStatusResponse
890
+ */
891
+ queryMinutesStatus(taskUuid: string, request: QueryMinutesStatusRequest): Promise<QueryMinutesStatusResponse>;
892
+ /**
893
+ * 查询闪记转写文本内容
894
+ *
895
+ * @param request - QueryMinutesTextRequest
896
+ * @param headers - QueryMinutesTextHeaders
897
+ * @param runtime - runtime options for this request RuntimeOptions
898
+ * @returns QueryMinutesTextResponse
899
+ */
900
+ queryMinutesTextWithOptions(taskUuid: string, request: QueryMinutesTextRequest, headers: QueryMinutesTextHeaders, runtime: $Util.RuntimeOptions): Promise<QueryMinutesTextResponse>;
901
+ /**
902
+ * 查询闪记转写文本内容
903
+ *
904
+ * @param request - QueryMinutesTextRequest
905
+ * @returns QueryMinutesTextResponse
906
+ */
907
+ queryMinutesText(taskUuid: string, request: QueryMinutesTextRequest): Promise<QueryMinutesTextResponse>;
908
+ /**
909
+ * 查询上传视频播放信息
910
+ *
911
+ * @param request - QueryUploadVideoPlayInfoRequest
912
+ * @param headers - QueryUploadVideoPlayInfoHeaders
913
+ * @param runtime - runtime options for this request RuntimeOptions
914
+ * @returns QueryUploadVideoPlayInfoResponse
915
+ */
916
+ queryUploadVideoPlayInfoWithOptions(videoId: string, request: QueryUploadVideoPlayInfoRequest, headers: QueryUploadVideoPlayInfoHeaders, runtime: $Util.RuntimeOptions): Promise<QueryUploadVideoPlayInfoResponse>;
917
+ /**
918
+ * 查询上传视频播放信息
919
+ *
920
+ * @param request - QueryUploadVideoPlayInfoRequest
921
+ * @returns QueryUploadVideoPlayInfoResponse
922
+ */
923
+ queryUploadVideoPlayInfo(videoId: string, request: QueryUploadVideoPlayInfoRequest): Promise<QueryUploadVideoPlayInfoResponse>;
924
+ /**
925
+ * 更新闪记标题
926
+ *
927
+ * @param request - UpdateMinutesTitleRequest
928
+ * @param headers - UpdateMinutesTitleHeaders
929
+ * @param runtime - runtime options for this request RuntimeOptions
930
+ * @returns UpdateMinutesTitleResponse
931
+ */
932
+ updateMinutesTitleWithOptions(taskUuid: string, request: UpdateMinutesTitleRequest, headers: UpdateMinutesTitleHeaders, runtime: $Util.RuntimeOptions): Promise<UpdateMinutesTitleResponse>;
933
+ /**
934
+ * 更新闪记标题
935
+ *
936
+ * @param request - UpdateMinutesTitleRequest
937
+ * @returns UpdateMinutesTitleResponse
938
+ */
939
+ updateMinutesTitle(taskUuid: string, request: UpdateMinutesTitleRequest): Promise<UpdateMinutesTitleResponse>;
940
+ }