@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
@@ -880,6 +880,79 @@ export declare class CopyDentryResponse extends $tea.Model {
880
880
  [key: string]: any;
881
881
  });
882
882
  }
883
+ export declare class CopyDocHeaders extends $tea.Model {
884
+ commonHeaders?: {
885
+ [key: string]: string;
886
+ };
887
+ xAcsDingtalkAccessToken?: string;
888
+ static names(): {
889
+ [key: string]: string;
890
+ };
891
+ static types(): {
892
+ [key: string]: any;
893
+ };
894
+ constructor(map?: {
895
+ [key: string]: any;
896
+ });
897
+ }
898
+ export declare class CopyDocRequest extends $tea.Model {
899
+ /**
900
+ * @remarks
901
+ * This parameter is required.
902
+ */
903
+ param?: CopyDocRequestParam;
904
+ static names(): {
905
+ [key: string]: string;
906
+ };
907
+ static types(): {
908
+ [key: string]: any;
909
+ };
910
+ constructor(map?: {
911
+ [key: string]: any;
912
+ });
913
+ }
914
+ export declare class CopyDocResponseBody extends $tea.Model {
915
+ /**
916
+ * @example
917
+ * true
918
+ */
919
+ isAsync?: boolean;
920
+ /**
921
+ * @example
922
+ * true
923
+ */
924
+ syncCopyResult?: CopyDocResponseBodySyncCopyResult;
925
+ /**
926
+ * @example
927
+ * true
928
+ */
929
+ taskId?: string;
930
+ static names(): {
931
+ [key: string]: string;
932
+ };
933
+ static types(): {
934
+ [key: string]: any;
935
+ };
936
+ constructor(map?: {
937
+ [key: string]: any;
938
+ });
939
+ }
940
+ export declare class CopyDocResponse extends $tea.Model {
941
+ headers?: {
942
+ [key: string]: string;
943
+ };
944
+ statusCode?: number;
945
+ body?: CopyDocResponseBody;
946
+ static names(): {
947
+ [key: string]: string;
948
+ };
949
+ static types(): {
950
+ [key: string]: any;
951
+ };
952
+ constructor(map?: {
953
+ [key: string]: any;
954
+ });
955
+ }
883
956
  export declare class CopyWorkspaceHeaders extends $tea.Model {
884
957
  commonHeaders?: {
885
958
  [key: string]: string;
@@ -1082,6 +1155,69 @@ export declare class CreateDentryResponse extends $tea.Model {
1082
1155
  [key: string]: any;
1083
1156
  });
1084
1157
  }
1158
+ export declare class CreateShortcutHeaders extends $tea.Model {
1159
+ commonHeaders?: {
1160
+ [key: string]: string;
1161
+ };
1162
+ xAcsDingtalkAccessToken?: string;
1163
+ static names(): {
1164
+ [key: string]: string;
1165
+ };
1166
+ static types(): {
1167
+ [key: string]: any;
1168
+ };
1169
+ constructor(map?: {
1170
+ [key: string]: any;
1171
+ });
1172
+ }
1173
+ export declare class CreateShortcutRequest extends $tea.Model {
1174
+ /**
1175
+ * @remarks
1176
+ * This parameter is required.
1177
+ */
1178
+ param?: CreateShortcutRequestParam;
1179
+ static names(): {
1180
+ [key: string]: string;
1181
+ };
1182
+ static types(): {
1183
+ [key: string]: any;
1184
+ };
1185
+ constructor(map?: {
1186
+ [key: string]: any;
1187
+ });
1188
+ }
1189
+ export declare class CreateShortcutResponseBody extends $tea.Model {
1190
+ /**
1191
+ * @example
1192
+ * dentry
1193
+ */
1194
+ openDentryInfo?: CreateShortcutResponseBodyOpenDentryInfo;
1195
+ static names(): {
1196
+ [key: string]: string;
1197
+ };
1198
+ static types(): {
1199
+ [key: string]: any;
1200
+ };
1201
+ constructor(map?: {
1202
+ [key: string]: any;
1203
+ });
1204
+ }
1205
+ export declare class CreateShortcutResponse extends $tea.Model {
1206
+ headers?: {
1207
+ [key: string]: string;
1208
+ };
1209
+ statusCode?: number;
1210
+ body?: CreateShortcutResponseBody;
1211
+ static names(): {
1212
+ [key: string]: string;
1213
+ };
1214
+ static types(): {
1215
+ [key: string]: any;
1216
+ };
1217
+ constructor(map?: {
1218
+ [key: string]: any;
1219
+ });
1220
+ }
1085
1221
  export declare class CreateSpaceHeaders extends $tea.Model {
1086
1222
  commonHeaders?: {
1087
1223
  [key: string]: string;
@@ -1432,6 +1568,139 @@ export declare class DocContentResponse extends $tea.Model {
1432
1568
  [key: string]: any;
1433
1569
  });
1434
1570
  }
1571
+ export declare class DocExportByDelegatedPermissionHeaders extends $tea.Model {
1572
+ commonHeaders?: {
1573
+ [key: string]: string;
1574
+ };
1575
+ xAcsDingtalkAccessToken?: string;
1576
+ static names(): {
1577
+ [key: string]: string;
1578
+ };
1579
+ static types(): {
1580
+ [key: string]: any;
1581
+ };
1582
+ constructor(map?: {
1583
+ [key: string]: any;
1584
+ });
1585
+ }
1586
+ export declare class DocExportByDelegatedPermissionRequest extends $tea.Model {
1587
+ /**
1588
+ * @example
1589
+ * false
1590
+ */
1591
+ generateCp?: boolean;
1592
+ /**
1593
+ * @example
1594
+ * markdown
1595
+ */
1596
+ targetFormat?: string;
1597
+ static names(): {
1598
+ [key: string]: string;
1599
+ };
1600
+ static types(): {
1601
+ [key: string]: any;
1602
+ };
1603
+ constructor(map?: {
1604
+ [key: string]: any;
1605
+ });
1606
+ }
1607
+ export declare class DocExportByDelegatedPermissionResponseBody extends $tea.Model {
1608
+ taskId?: number;
1609
+ static names(): {
1610
+ [key: string]: string;
1611
+ };
1612
+ static types(): {
1613
+ [key: string]: any;
1614
+ };
1615
+ constructor(map?: {
1616
+ [key: string]: any;
1617
+ });
1618
+ }
1619
+ export declare class DocExportByDelegatedPermissionResponse extends $tea.Model {
1620
+ headers?: {
1621
+ [key: string]: string;
1622
+ };
1623
+ statusCode?: number;
1624
+ body?: DocExportByDelegatedPermissionResponseBody;
1625
+ static names(): {
1626
+ [key: string]: string;
1627
+ };
1628
+ static types(): {
1629
+ [key: string]: any;
1630
+ };
1631
+ constructor(map?: {
1632
+ [key: string]: any;
1633
+ });
1634
+ }
1635
+ export declare class DocUpdateContentWithDelegatedPermissionHeaders extends $tea.Model {
1636
+ commonHeaders?: {
1637
+ [key: string]: string;
1638
+ };
1639
+ xAcsDingtalkAccessToken?: string;
1640
+ static names(): {
1641
+ [key: string]: string;
1642
+ };
1643
+ static types(): {
1644
+ [key: string]: any;
1645
+ };
1646
+ constructor(map?: {
1647
+ [key: string]: any;
1648
+ });
1649
+ }
1650
+ export declare class DocUpdateContentWithDelegatedPermissionRequest extends $tea.Model {
1651
+ /**
1652
+ * @remarks
1653
+ * This parameter is required.
1654
+ *
1655
+ * @example
1656
+ * content
1657
+ */
1658
+ content?: string;
1659
+ /**
1660
+ * @example
1661
+ * data_type
1662
+ */
1663
+ dataType?: string;
1664
+ static names(): {
1665
+ [key: string]: string;
1666
+ };
1667
+ static types(): {
1668
+ [key: string]: any;
1669
+ };
1670
+ constructor(map?: {
1671
+ [key: string]: any;
1672
+ });
1673
+ }
1674
+ export declare class DocUpdateContentWithDelegatedPermissionResponseBody extends $tea.Model {
1675
+ data?: {
1676
+ [key: string]: any;
1677
+ };
1678
+ static names(): {
1679
+ [key: string]: string;
1680
+ };
1681
+ static types(): {
1682
+ [key: string]: any;
1683
+ };
1684
+ constructor(map?: {
1685
+ [key: string]: any;
1686
+ });
1687
+ }
1688
+ export declare class DocUpdateContentWithDelegatedPermissionResponse extends $tea.Model {
1689
+ headers?: {
1690
+ [key: string]: string;
1691
+ };
1692
+ statusCode?: number;
1693
+ body?: DocUpdateContentWithDelegatedPermissionResponseBody;
1694
+ static names(): {
1695
+ [key: string]: string;
1696
+ };
1697
+ static types(): {
1698
+ [key: string]: any;
1699
+ };
1700
+ constructor(map?: {
1701
+ [key: string]: any;
1702
+ });
1703
+ }
1435
1704
  export declare class ExportDocHeaders extends $tea.Model {
1436
1705
  commonHeaders?: {
1437
1706
  [key: string]: string;
@@ -2050,6 +2319,73 @@ export declare class GetStarInfoResponse extends $tea.Model {
2050
2319
  [key: string]: any;
2051
2320
  });
2052
2321
  }
2322
+ export declare class GetTaskInfoHeaders extends $tea.Model {
2323
+ commonHeaders?: {
2324
+ [key: string]: string;
2325
+ };
2326
+ xAcsDingtalkAccessToken?: string;
2327
+ static names(): {
2328
+ [key: string]: string;
2329
+ };
2330
+ static types(): {
2331
+ [key: string]: any;
2332
+ };
2333
+ constructor(map?: {
2334
+ [key: string]: any;
2335
+ });
2336
+ }
2337
+ export declare class GetTaskInfoResponseBody extends $tea.Model {
2338
+ /**
2339
+ * @example
2340
+ * 0
2341
+ */
2342
+ failCount?: number;
2343
+ /**
2344
+ * @example
2345
+ * 2
2346
+ */
2347
+ status?: number;
2348
+ /**
2349
+ * @example
2350
+ * 1
2351
+ */
2352
+ succCount?: number;
2353
+ /**
2354
+ * @example
2355
+ * abcd
2356
+ */
2357
+ taskId?: string;
2358
+ /**
2359
+ * @example
2360
+ * 1
2361
+ */
2362
+ totalCount?: number;
2363
+ static names(): {
2364
+ [key: string]: string;
2365
+ };
2366
+ static types(): {
2367
+ [key: string]: any;
2368
+ };
2369
+ constructor(map?: {
2370
+ [key: string]: any;
2371
+ });
2372
+ }
2373
+ export declare class GetTaskInfoResponse extends $tea.Model {
2374
+ headers?: {
2375
+ [key: string]: string;
2376
+ };
2377
+ statusCode?: number;
2378
+ body?: GetTaskInfoResponseBody;
2379
+ static names(): {
2380
+ [key: string]: string;
2381
+ };
2382
+ static types(): {
2383
+ [key: string]: any;
2384
+ };
2385
+ constructor(map?: {
2386
+ [key: string]: any;
2387
+ });
2388
+ }
2053
2389
  export declare class GetTeamHeaders extends $tea.Model {
2054
2390
  commonHeaders?: {
2055
2391
  [key: string]: string;
@@ -2363,6 +2699,65 @@ export declare class GetUuidByDentryIdResponse extends $tea.Model {
2363
2699
  [key: string]: any;
2364
2700
  });
2365
2701
  }
2702
+ export declare class GetWorkspacePermissionScopesHeaders extends $tea.Model {
2703
+ commonHeaders?: {
2704
+ [key: string]: string;
2705
+ };
2706
+ xAcsDingtalkAccessToken?: string;
2707
+ static names(): {
2708
+ [key: string]: string;
2709
+ };
2710
+ static types(): {
2711
+ [key: string]: any;
2712
+ };
2713
+ constructor(map?: {
2714
+ [key: string]: any;
2715
+ });
2716
+ }
2717
+ export declare class GetWorkspacePermissionScopesRequest extends $tea.Model {
2718
+ /**
2719
+ * @remarks
2720
+ * This parameter is required.
2721
+ */
2722
+ operatorId?: string;
2723
+ static names(): {
2724
+ [key: string]: string;
2725
+ };
2726
+ static types(): {
2727
+ [key: string]: any;
2728
+ };
2729
+ constructor(map?: {
2730
+ [key: string]: any;
2731
+ });
2732
+ }
2733
+ export declare class GetWorkspacePermissionScopesResponseBody extends $tea.Model {
2734
+ members?: GetWorkspacePermissionScopesResponseBodyMembers[];
2735
+ static names(): {
2736
+ [key: string]: string;
2737
+ };
2738
+ static types(): {
2739
+ [key: string]: any;
2740
+ };
2741
+ constructor(map?: {
2742
+ [key: string]: any;
2743
+ });
2744
+ }
2745
+ export declare class GetWorkspacePermissionScopesResponse extends $tea.Model {
2746
+ headers?: {
2747
+ [key: string]: string;
2748
+ };
2749
+ statusCode?: number;
2750
+ body?: GetWorkspacePermissionScopesResponseBody;
2751
+ static names(): {
2752
+ [key: string]: string;
2753
+ };
2754
+ static types(): {
2755
+ [key: string]: any;
2756
+ };
2757
+ constructor(map?: {
2758
+ [key: string]: any;
2759
+ });
2760
+ }
2366
2761
  export declare class HandoverTeamWithoutAuthHeaders extends $tea.Model {
2367
2762
  commonHeaders?: {
2368
2763
  [key: string]: string;
@@ -2426,6 +2821,69 @@ export declare class HandoverTeamWithoutAuthResponse extends $tea.Model {
2426
2821
  [key: string]: any;
2427
2822
  });
2428
2823
  }
2824
+ export declare class HandoveryWorkspaceHeaders extends $tea.Model {
2825
+ commonHeaders?: {
2826
+ [key: string]: string;
2827
+ };
2828
+ xAcsDingtalkAccessToken?: string;
2829
+ static names(): {
2830
+ [key: string]: string;
2831
+ };
2832
+ static types(): {
2833
+ [key: string]: any;
2834
+ };
2835
+ constructor(map?: {
2836
+ [key: string]: any;
2837
+ });
2838
+ }
2839
+ export declare class HandoveryWorkspaceRequest extends $tea.Model {
2840
+ /**
2841
+ * @remarks
2842
+ * This parameter is required.
2843
+ */
2844
+ param?: HandoveryWorkspaceRequestParam;
2845
+ static names(): {
2846
+ [key: string]: string;
2847
+ };
2848
+ static types(): {
2849
+ [key: string]: any;
2850
+ };
2851
+ constructor(map?: {
2852
+ [key: string]: any;
2853
+ });
2854
+ }
2855
+ export declare class HandoveryWorkspaceResponseBody extends $tea.Model {
2856
+ /**
2857
+ * @example
2858
+ * true
2859
+ */
2860
+ result?: boolean;
2861
+ static names(): {
2862
+ [key: string]: string;
2863
+ };
2864
+ static types(): {
2865
+ [key: string]: any;
2866
+ };
2867
+ constructor(map?: {
2868
+ [key: string]: any;
2869
+ });
2870
+ }
2871
+ export declare class HandoveryWorkspaceResponse extends $tea.Model {
2872
+ headers?: {
2873
+ [key: string]: string;
2874
+ };
2875
+ statusCode?: number;
2876
+ body?: HandoveryWorkspaceResponseBody;
2877
+ static names(): {
2878
+ [key: string]: string;
2879
+ };
2880
+ static types(): {
2881
+ [key: string]: any;
2882
+ };
2883
+ constructor(map?: {
2884
+ [key: string]: any;
2885
+ });
2886
+ }
2429
2887
  export declare class ListFeedsHeaders extends $tea.Model {
2430
2888
  commonHeaders?: {
2431
2889
  [key: string]: string;
@@ -3252,20 +3710,75 @@ export declare class QueryDentryHeaders extends $tea.Model {
3252
3710
  [key: string]: any;
3253
3711
  });
3254
3712
  }
3255
- export declare class QueryDentryRequest extends $tea.Model {
3256
- /**
3257
- * @example
3258
- * false
3259
- */
3260
- includeSpace?: boolean;
3713
+ export declare class QueryDentryRequest extends $tea.Model {
3714
+ /**
3715
+ * @example
3716
+ * false
3717
+ */
3718
+ includeSpace?: boolean;
3719
+ /**
3720
+ * @remarks
3721
+ * This parameter is required.
3722
+ *
3723
+ * @example
3724
+ * abcd
3725
+ */
3726
+ operatorId?: string;
3727
+ static names(): {
3728
+ [key: string]: string;
3729
+ };
3730
+ static types(): {
3731
+ [key: string]: any;
3732
+ };
3733
+ constructor(map?: {
3734
+ [key: string]: any;
3735
+ });
3736
+ }
3737
+ export declare class QueryDentryResponse extends $tea.Model {
3738
+ headers?: {
3739
+ [key: string]: string;
3740
+ };
3741
+ statusCode?: number;
3742
+ body?: DentryVO;
3743
+ static names(): {
3744
+ [key: string]: string;
3745
+ };
3746
+ static types(): {
3747
+ [key: string]: any;
3748
+ };
3749
+ constructor(map?: {
3750
+ [key: string]: any;
3751
+ });
3752
+ }
3753
+ export declare class QueryDocContentHeaders extends $tea.Model {
3754
+ commonHeaders?: {
3755
+ [key: string]: string;
3756
+ };
3757
+ xAcsDingtalkAccessToken?: string;
3758
+ static names(): {
3759
+ [key: string]: string;
3760
+ };
3761
+ static types(): {
3762
+ [key: string]: any;
3763
+ };
3764
+ constructor(map?: {
3765
+ [key: string]: any;
3766
+ });
3767
+ }
3768
+ export declare class QueryDocContentRequest extends $tea.Model {
3261
3769
  /**
3262
3770
  * @remarks
3263
3771
  * This parameter is required.
3264
3772
  *
3265
3773
  * @example
3266
- * abcd
3774
+ * union_id
3267
3775
  */
3268
3776
  operatorId?: string;
3777
+ /**
3778
+ * @example
3779
+ * markdown
3780
+ */
3781
+ targetFormat?: string;
3269
3782
  static names(): {
3270
3783
  [key: string]: string;
3271
3784
  };
@@ -3276,12 +3789,24 @@ export declare class QueryDentryRequest extends $tea.Model {
3276
3789
  [key: string]: any;
3277
3790
  });
3278
3791
  }
3279
- export declare class QueryDentryResponse extends $tea.Model {
3792
+ export declare class QueryDocContentResponseBody extends $tea.Model {
3793
+ taskId?: number;
3794
+ static names(): {
3795
+ [key: string]: string;
3796
+ };
3797
+ static types(): {
3798
+ [key: string]: any;
3799
+ };
3800
+ constructor(map?: {
3801
+ [key: string]: any;
3802
+ });
3803
+ }
3804
+ export declare class QueryDocContentResponse extends $tea.Model {
3280
3805
  headers?: {
3281
3806
  [key: string]: string;
3282
3807
  };
3283
3808
  statusCode?: number;
3284
- body?: DentryVO;
3809
+ body?: QueryDocContentResponseBody;
3285
3810
  static names(): {
3286
3811
  [key: string]: string;
3287
3812
  };
@@ -3292,7 +3817,7 @@ export declare class QueryDentryResponse extends $tea.Model {
3292
3817
  [key: string]: any;
3293
3818
  });
3294
3819
  }
3295
- export declare class QueryDocContentHeaders extends $tea.Model {
3820
+ export declare class QueryGetContentJobHeaders extends $tea.Model {
3296
3821
  commonHeaders?: {
3297
3822
  [key: string]: string;
3298
3823
  };
@@ -3307,7 +3832,7 @@ export declare class QueryDocContentHeaders extends $tea.Model {
3307
3832
  [key: string]: any;
3308
3833
  });
3309
3834
  }
3310
- export declare class QueryDocContentRequest extends $tea.Model {
3835
+ export declare class QueryGetContentJobRequest extends $tea.Model {
3311
3836
  /**
3312
3837
  * @remarks
3313
3838
  * This parameter is required.
@@ -3320,7 +3845,7 @@ export declare class QueryDocContentRequest extends $tea.Model {
3320
3845
  * @example
3321
3846
  * markdown
3322
3847
  */
3323
- targetFormat?: string;
3848
+ taskId?: number;
3324
3849
  static names(): {
3325
3850
  [key: string]: string;
3326
3851
  };
@@ -3331,8 +3856,9 @@ export declare class QueryDocContentRequest extends $tea.Model {
3331
3856
  [key: string]: any;
3332
3857
  });
3333
3858
  }
3334
- export declare class QueryDocContentResponseBody extends $tea.Model {
3335
- taskId?: number;
3859
+ export declare class QueryGetContentJobResponseBody extends $tea.Model {
3860
+ contentKey?: string;
3861
+ status?: number;
3336
3862
  static names(): {
3337
3863
  [key: string]: string;
3338
3864
  };
@@ -3343,12 +3869,12 @@ export declare class QueryDocContentResponseBody extends $tea.Model {
3343
3869
  [key: string]: any;
3344
3870
  });
3345
3871
  }
3346
- export declare class QueryDocContentResponse extends $tea.Model {
3872
+ export declare class QueryGetContentJobResponse extends $tea.Model {
3347
3873
  headers?: {
3348
3874
  [key: string]: string;
3349
3875
  };
3350
3876
  statusCode?: number;
3351
- body?: QueryDocContentResponseBody;
3877
+ body?: QueryGetContentJobResponseBody;
3352
3878
  static names(): {
3353
3879
  [key: string]: string;
3354
3880
  };
@@ -4067,6 +4593,73 @@ export declare class ShareUrlResponse extends $tea.Model {
4067
4593
  [key: string]: any;
4068
4594
  });
4069
4595
  }
4596
+ export declare class SubmitGetContentJobHeaders extends $tea.Model {
4597
+ commonHeaders?: {
4598
+ [key: string]: string;
4599
+ };
4600
+ xAcsDingtalkAccessToken?: string;
4601
+ static names(): {
4602
+ [key: string]: string;
4603
+ };
4604
+ static types(): {
4605
+ [key: string]: any;
4606
+ };
4607
+ constructor(map?: {
4608
+ [key: string]: any;
4609
+ });
4610
+ }
4611
+ export declare class SubmitGetContentJobRequest extends $tea.Model {
4612
+ /**
4613
+ * @remarks
4614
+ * This parameter is required.
4615
+ *
4616
+ * @example
4617
+ * union_id
4618
+ */
4619
+ operatorId?: string;
4620
+ /**
4621
+ * @example
4622
+ * markdown
4623
+ */
4624
+ targetFormat?: string;
4625
+ static names(): {
4626
+ [key: string]: string;
4627
+ };
4628
+ static types(): {
4629
+ [key: string]: any;
4630
+ };
4631
+ constructor(map?: {
4632
+ [key: string]: any;
4633
+ });
4634
+ }
4635
+ export declare class SubmitGetContentJobResponseBody extends $tea.Model {
4636
+ taskId?: number;
4637
+ static names(): {
4638
+ [key: string]: string;
4639
+ };
4640
+ static types(): {
4641
+ [key: string]: any;
4642
+ };
4643
+ constructor(map?: {
4644
+ [key: string]: any;
4645
+ });
4646
+ }
4647
+ export declare class SubmitGetContentJobResponse extends $tea.Model {
4648
+ headers?: {
4649
+ [key: string]: string;
4650
+ };
4651
+ statusCode?: number;
4652
+ body?: SubmitGetContentJobResponseBody;
4653
+ static names(): {
4654
+ [key: string]: string;
4655
+ };
4656
+ static types(): {
4657
+ [key: string]: any;
4658
+ };
4659
+ constructor(map?: {
4660
+ [key: string]: any;
4661
+ });
4662
+ }
4070
4663
  export declare class TeamTemplatesHeaders extends $tea.Model {
4071
4664
  commonHeaders?: {
4072
4665
  [key: string]: string;
@@ -5018,7 +5611,169 @@ export declare class BatchCreateTeamRequestParam extends $tea.Model {
5018
5611
  * @remarks
5019
5612
  * This parameter is required.
5020
5613
  */
5021
- createTeamParamList?: BatchCreateTeamRequestParamCreateTeamParamList[];
5614
+ createTeamParamList?: BatchCreateTeamRequestParamCreateTeamParamList[];
5615
+ static names(): {
5616
+ [key: string]: string;
5617
+ };
5618
+ static types(): {
5619
+ [key: string]: any;
5620
+ };
5621
+ constructor(map?: {
5622
+ [key: string]: any;
5623
+ });
5624
+ }
5625
+ export declare class CategoriesTemplatesRequestOption extends $tea.Model {
5626
+ /**
5627
+ * @example
5628
+ * 1
5629
+ */
5630
+ categoryStatus?: number;
5631
+ /**
5632
+ * @example
5633
+ * pc
5634
+ */
5635
+ queryPlatform?: string;
5636
+ /**
5637
+ * @example
5638
+ * 1
5639
+ */
5640
+ size?: number;
5641
+ /**
5642
+ * @example
5643
+ * 1
5644
+ */
5645
+ templateStatus?: number;
5646
+ static names(): {
5647
+ [key: string]: string;
5648
+ };
5649
+ static types(): {
5650
+ [key: string]: any;
5651
+ };
5652
+ constructor(map?: {
5653
+ [key: string]: any;
5654
+ });
5655
+ }
5656
+ export declare class CategoriesTemplatesRequestParam extends $tea.Model {
5657
+ /**
5658
+ * @remarks
5659
+ * This parameter is required.
5660
+ *
5661
+ * @example
5662
+ * categoryIds
5663
+ */
5664
+ categoryIds?: string[];
5665
+ static names(): {
5666
+ [key: string]: string;
5667
+ };
5668
+ static types(): {
5669
+ [key: string]: any;
5670
+ };
5671
+ constructor(map?: {
5672
+ [key: string]: any;
5673
+ });
5674
+ }
5675
+ export declare class CategoryTemplatesRequestOption extends $tea.Model {
5676
+ /**
5677
+ * @example
5678
+ * 1
5679
+ */
5680
+ categoryStatus?: number;
5681
+ /**
5682
+ * @example
5683
+ * 1
5684
+ */
5685
+ templateStatus?: number;
5686
+ static names(): {
5687
+ [key: string]: string;
5688
+ };
5689
+ static types(): {
5690
+ [key: string]: any;
5691
+ };
5692
+ constructor(map?: {
5693
+ [key: string]: any;
5694
+ });
5695
+ }
5696
+ export declare class CategoryTemplatesRequestParam extends $tea.Model {
5697
+ /**
5698
+ * @remarks
5699
+ * This parameter is required.
5700
+ *
5701
+ * @example
5702
+ * categoryId
5703
+ */
5704
+ categoryId?: string;
5705
+ static names(): {
5706
+ [key: string]: string;
5707
+ };
5708
+ static types(): {
5709
+ [key: string]: any;
5710
+ };
5711
+ constructor(map?: {
5712
+ [key: string]: any;
5713
+ });
5714
+ }
5715
+ export declare class CategoryTemplatesResponseBodyList extends $tea.Model {
5716
+ authorName?: string;
5717
+ belong?: string;
5718
+ contentDownloadUrl?: string;
5719
+ coverDownloadUrl?: string;
5720
+ createTime?: string;
5721
+ description?: string;
5722
+ modifiedTime?: string;
5723
+ templateId?: string;
5724
+ title?: string;
5725
+ type?: number;
5726
+ usedCount?: number;
5727
+ workspaceId?: string;
5728
+ workspaceName?: string;
5729
+ static names(): {
5730
+ [key: string]: string;
5731
+ };
5732
+ static types(): {
5733
+ [key: string]: any;
5734
+ };
5735
+ constructor(map?: {
5736
+ [key: string]: any;
5737
+ });
5738
+ }
5739
+ export declare class CopyDocRequestParam extends $tea.Model {
5740
+ /**
5741
+ * @remarks
5742
+ * This parameter is required.
5743
+ *
5744
+ * @example
5745
+ * dentryUuid
5746
+ */
5747
+ sourceDentryUuid?: string;
5748
+ /**
5749
+ * @remarks
5750
+ * This parameter is required.
5751
+ *
5752
+ * @example
5753
+ * dentryUuid
5754
+ */
5755
+ targetParentDentryUuid?: string;
5756
+ /**
5757
+ * @example
5758
+ * dentryUuid
5759
+ */
5760
+ targetPreDentryUuid?: string;
5761
+ static names(): {
5762
+ [key: string]: string;
5763
+ };
5764
+ static types(): {
5765
+ [key: string]: any;
5766
+ };
5767
+ constructor(map?: {
5768
+ [key: string]: any;
5769
+ });
5770
+ }
5771
+ export declare class CopyDocResponseBodySyncCopyResultSpaceInfo extends $tea.Model {
5772
+ /**
5773
+ * @example
5774
+ * im
5775
+ */
5776
+ sceneType?: string;
5022
5777
  static names(): {
5023
5778
  [key: string]: string;
5024
5779
  };
@@ -5029,27 +5784,42 @@ export declare class BatchCreateTeamRequestParam extends $tea.Model {
5029
5784
  [key: string]: any;
5030
5785
  });
5031
5786
  }
5032
- export declare class CategoriesTemplatesRequestOption extends $tea.Model {
5787
+ export declare class CopyDocResponseBodySyncCopyResult extends $tea.Model {
5033
5788
  /**
5034
5789
  * @example
5035
- * 1
5790
+ * dentryUuid
5036
5791
  */
5037
- categoryStatus?: number;
5792
+ dentryUuid?: string;
5038
5793
  /**
5039
5794
  * @example
5040
- * pc
5795
+ * driveDentryId
5041
5796
  */
5042
- queryPlatform?: string;
5797
+ driveDentryId?: string;
5043
5798
  /**
5044
5799
  * @example
5045
- * 1
5800
+ * driveSpaceId
5046
5801
  */
5047
- size?: number;
5802
+ driveSpaceId?: string;
5048
5803
  /**
5049
5804
  * @example
5050
- * 1
5805
+ * docx
5051
5806
  */
5052
- templateStatus?: number;
5807
+ extension?: string;
5808
+ /**
5809
+ * @example
5810
+ * name
5811
+ */
5812
+ name?: string;
5813
+ /**
5814
+ * @example
5815
+ * spaceInfo
5816
+ */
5817
+ spaceInfo?: CopyDocResponseBodySyncCopyResultSpaceInfo;
5818
+ /**
5819
+ * @example
5820
+ * https://example.com
5821
+ */
5822
+ url?: string;
5053
5823
  static names(): {
5054
5824
  [key: string]: string;
5055
5825
  };
@@ -5060,15 +5830,12 @@ export declare class CategoriesTemplatesRequestOption extends $tea.Model {
5060
5830
  [key: string]: any;
5061
5831
  });
5062
5832
  }
5063
- export declare class CategoriesTemplatesRequestParam extends $tea.Model {
5833
+ export declare class CopyWorkspaceRequestParam extends $tea.Model {
5064
5834
  /**
5065
- * @remarks
5066
- * This parameter is required.
5067
- *
5068
5835
  * @example
5069
- * categoryIds
5836
+ * 0
5070
5837
  */
5071
- categoryIds?: string[];
5838
+ originWorkspaceId?: string;
5072
5839
  static names(): {
5073
5840
  [key: string]: string;
5074
5841
  };
@@ -5079,17 +5846,12 @@ export declare class CategoriesTemplatesRequestParam extends $tea.Model {
5079
5846
  [key: string]: any;
5080
5847
  });
5081
5848
  }
5082
- export declare class CategoryTemplatesRequestOption extends $tea.Model {
5083
- /**
5084
- * @example
5085
- * 1
5086
- */
5087
- categoryStatus?: number;
5849
+ export declare class CopyWorkspaceAsyncRequestParam extends $tea.Model {
5088
5850
  /**
5089
5851
  * @example
5090
- * 1
5852
+ * 0
5091
5853
  */
5092
- templateStatus?: number;
5854
+ originWorkspaceId?: string;
5093
5855
  static names(): {
5094
5856
  [key: string]: string;
5095
5857
  };
@@ -5100,39 +5862,44 @@ export declare class CategoryTemplatesRequestOption extends $tea.Model {
5100
5862
  [key: string]: any;
5101
5863
  });
5102
5864
  }
5103
- export declare class CategoryTemplatesRequestParam extends $tea.Model {
5865
+ export declare class CreateShortcutRequestParam extends $tea.Model {
5104
5866
  /**
5105
5867
  * @remarks
5106
5868
  * This parameter is required.
5107
5869
  *
5108
5870
  * @example
5109
- * categoryId
5871
+ * dentryUuid
5110
5872
  */
5111
- categoryId?: string;
5112
- static names(): {
5113
- [key: string]: string;
5114
- };
5115
- static types(): {
5116
- [key: string]: any;
5117
- };
5118
- constructor(map?: {
5119
- [key: string]: any;
5120
- });
5121
- }
5122
- export declare class CategoryTemplatesResponseBodyList extends $tea.Model {
5123
- authorName?: string;
5124
- belong?: string;
5125
- contentDownloadUrl?: string;
5126
- coverDownloadUrl?: string;
5127
- createTime?: string;
5128
- description?: string;
5129
- modifiedTime?: string;
5130
- templateId?: string;
5131
- title?: string;
5132
- type?: number;
5133
- usedCount?: number;
5134
- workspaceId?: string;
5135
- workspaceName?: string;
5873
+ sourceResourceId?: string;
5874
+ /**
5875
+ * @remarks
5876
+ * This parameter is required.
5877
+ *
5878
+ * @example
5879
+ * DENTRY
5880
+ */
5881
+ sourceResourceType?: string;
5882
+ /**
5883
+ * @remarks
5884
+ * This parameter is required.
5885
+ *
5886
+ * @example
5887
+ * dentryUuid
5888
+ */
5889
+ targetResourceId?: string;
5890
+ /**
5891
+ * @example
5892
+ * 123test
5893
+ */
5894
+ targetResourceName?: string;
5895
+ /**
5896
+ * @remarks
5897
+ * This parameter is required.
5898
+ *
5899
+ * @example
5900
+ * DENTRY
5901
+ */
5902
+ targetResourceType?: string;
5136
5903
  static names(): {
5137
5904
  [key: string]: string;
5138
5905
  };
@@ -5143,12 +5910,12 @@ export declare class CategoryTemplatesResponseBodyList extends $tea.Model {
5143
5910
  [key: string]: any;
5144
5911
  });
5145
5912
  }
5146
- export declare class CopyWorkspaceRequestParam extends $tea.Model {
5913
+ export declare class CreateShortcutResponseBodyOpenDentryInfoSpaceInfo extends $tea.Model {
5147
5914
  /**
5148
5915
  * @example
5149
- * 0
5916
+ * im
5150
5917
  */
5151
- originWorkspaceId?: string;
5918
+ sceneType?: string;
5152
5919
  static names(): {
5153
5920
  [key: string]: string;
5154
5921
  };
@@ -5159,12 +5926,42 @@ export declare class CopyWorkspaceRequestParam extends $tea.Model {
5159
5926
  [key: string]: any;
5160
5927
  });
5161
5928
  }
5162
- export declare class CopyWorkspaceAsyncRequestParam extends $tea.Model {
5929
+ export declare class CreateShortcutResponseBodyOpenDentryInfo extends $tea.Model {
5163
5930
  /**
5164
5931
  * @example
5165
- * 0
5932
+ * dentryUuid
5166
5933
  */
5167
- originWorkspaceId?: string;
5934
+ dentryUuid?: string;
5935
+ /**
5936
+ * @example
5937
+ * driveDentryId
5938
+ */
5939
+ driveDentryId?: string;
5940
+ /**
5941
+ * @example
5942
+ * driveSpaceId
5943
+ */
5944
+ driveSpaceId?: string;
5945
+ /**
5946
+ * @example
5947
+ * docx
5948
+ */
5949
+ extension?: string;
5950
+ /**
5951
+ * @example
5952
+ * name
5953
+ */
5954
+ name?: string;
5955
+ /**
5956
+ * @example
5957
+ * spaceInfo
5958
+ */
5959
+ spaceInfo?: CreateShortcutResponseBodyOpenDentryInfoSpaceInfo;
5960
+ /**
5961
+ * @example
5962
+ * https://example.com
5963
+ */
5964
+ url?: string;
5168
5965
  static names(): {
5169
5966
  [key: string]: string;
5170
5967
  };
@@ -5336,6 +6133,20 @@ export declare class ExportDocRequestParam extends $tea.Model {
5336
6133
  [key: string]: any;
5337
6134
  });
5338
6135
  }
6136
+ export declare class GetWorkspacePermissionScopesResponseBodyMembers extends $tea.Model {
6137
+ memberId?: string;
6138
+ memberRole?: string;
6139
+ memberType?: string;
6140
+ static names(): {
6141
+ [key: string]: string;
6142
+ };
6143
+ static types(): {
6144
+ [key: string]: any;
6145
+ };
6146
+ constructor(map?: {
6147
+ [key: string]: any;
6148
+ });
6149
+ }
5339
6150
  export declare class HandoverTeamWithoutAuthRequestParam extends $tea.Model {
5340
6151
  leave?: boolean;
5341
6152
  /**
@@ -5359,6 +6170,38 @@ export declare class HandoverTeamWithoutAuthRequestParam extends $tea.Model {
5359
6170
  [key: string]: any;
5360
6171
  });
5361
6172
  }
6173
+ export declare class HandoveryWorkspaceRequestParam extends $tea.Model {
6174
+ /**
6175
+ * @example
6176
+ * unionId
6177
+ */
6178
+ leave?: boolean;
6179
+ /**
6180
+ * @remarks
6181
+ * This parameter is required.
6182
+ *
6183
+ * @example
6184
+ * unionId
6185
+ */
6186
+ receiverUnionId?: string;
6187
+ /**
6188
+ * @remarks
6189
+ * This parameter is required.
6190
+ *
6191
+ * @example
6192
+ * root_node_uuid
6193
+ */
6194
+ resourceId?: string;
6195
+ static names(): {
6196
+ [key: string]: string;
6197
+ };
6198
+ static types(): {
6199
+ [key: string]: any;
6200
+ };
6201
+ constructor(map?: {
6202
+ [key: string]: any;
6203
+ });
6204
+ }
5362
6205
  export declare class ListFeedsResponseBodyItems extends $tea.Model {
5363
6206
  /**
5364
6207
  * @example
@@ -6414,6 +7257,19 @@ export declare class SaveTeamMembersResponseBodyNotInOrgMembers extends $tea.Mod
6414
7257
  [key: string]: any;
6415
7258
  });
6416
7259
  }
7260
+ export declare class SearchRequestDentryRequestCreateTimeRange extends $tea.Model {
7261
+ end?: number;
7262
+ start?: number;
7263
+ static names(): {
7264
+ [key: string]: string;
7265
+ };
7266
+ static types(): {
7267
+ [key: string]: any;
7268
+ };
7269
+ constructor(map?: {
7270
+ [key: string]: any;
7271
+ });
7272
+ }
6417
7273
  export declare class SearchRequestDentryRequestVisitTimeRange extends $tea.Model {
6418
7274
  end?: number;
6419
7275
  start?: number;
@@ -6428,6 +7284,9 @@ export declare class SearchRequestDentryRequestVisitTimeRange extends $tea.Model
6428
7284
  });
6429
7285
  }
6430
7286
  export declare class SearchRequestDentryRequest extends $tea.Model {
7287
+ createTimeRange?: SearchRequestDentryRequestCreateTimeRange;
7288
+ createUsers?: string[];
7289
+ editors?: string[];
6431
7290
  /**
6432
7291
  * @remarks
6433
7292
  * This parameter is required.
@@ -6967,6 +7826,22 @@ export default class Client extends OpenApi {
6967
7826
  * @returns CopyDentryResponse
6968
7827
  */
6969
7828
  copyDentry(spaceId: string, dentryId: string, request: CopyDentryRequest): Promise<CopyDentryResponse>;
7829
+ /**
7830
+ * 复制文档
7831
+ *
7832
+ * @param request - CopyDocRequest
7833
+ * @param headers - CopyDocHeaders
7834
+ * @param runtime - runtime options for this request RuntimeOptions
7835
+ * @returns CopyDocResponse
7836
+ */
7837
+ copyDocWithOptions(request: CopyDocRequest, headers: CopyDocHeaders, runtime: $Util.RuntimeOptions): Promise<CopyDocResponse>;
7838
+ /**
7839
+ * 复制文档
7840
+ *
7841
+ * @param request - CopyDocRequest
7842
+ * @returns CopyDocResponse
7843
+ */
7844
+ copyDoc(request: CopyDocRequest): Promise<CopyDocResponse>;
6970
7845
  /**
6971
7846
  * 拷贝知识库
6972
7847
  *
@@ -7015,6 +7890,22 @@ export default class Client extends OpenApi {
7015
7890
  * @returns CreateDentryResponse
7016
7891
  */
7017
7892
  createDentry(spaceId: string, request: CreateDentryRequest): Promise<CreateDentryResponse>;
7893
+ /**
7894
+ * 创建快捷方式
7895
+ *
7896
+ * @param request - CreateShortcutRequest
7897
+ * @param headers - CreateShortcutHeaders
7898
+ * @param runtime - runtime options for this request RuntimeOptions
7899
+ * @returns CreateShortcutResponse
7900
+ */
7901
+ createShortcutWithOptions(request: CreateShortcutRequest, headers: CreateShortcutHeaders, runtime: $Util.RuntimeOptions): Promise<CreateShortcutResponse>;
7902
+ /**
7903
+ * 创建快捷方式
7904
+ *
7905
+ * @param request - CreateShortcutRequest
7906
+ * @returns CreateShortcutResponse
7907
+ */
7908
+ createShortcut(request: CreateShortcutRequest): Promise<CreateShortcutResponse>;
7018
7909
  /**
7019
7910
  * 创建知识库
7020
7911
  *
@@ -7095,6 +7986,38 @@ export default class Client extends OpenApi {
7095
7986
  * @returns DocContentResponse
7096
7987
  */
7097
7988
  docContent(dentryUuid: string, request: DocContentRequest): Promise<DocContentResponse>;
7989
+ /**
7990
+ * 通过委托权限方式导出文档内容
7991
+ *
7992
+ * @param request - DocExportByDelegatedPermissionRequest
7993
+ * @param headers - DocExportByDelegatedPermissionHeaders
7994
+ * @param runtime - runtime options for this request RuntimeOptions
7995
+ * @returns DocExportByDelegatedPermissionResponse
7996
+ */
7997
+ docExportByDelegatedPermissionWithOptions(dentryUuid: string, request: DocExportByDelegatedPermissionRequest, headers: DocExportByDelegatedPermissionHeaders, runtime: $Util.RuntimeOptions): Promise<DocExportByDelegatedPermissionResponse>;
7998
+ /**
7999
+ * 通过委托权限方式导出文档内容
8000
+ *
8001
+ * @param request - DocExportByDelegatedPermissionRequest
8002
+ * @returns DocExportByDelegatedPermissionResponse
8003
+ */
8004
+ docExportByDelegatedPermission(dentryUuid: string, request: DocExportByDelegatedPermissionRequest): Promise<DocExportByDelegatedPermissionResponse>;
8005
+ /**
8006
+ * 以委托权限方式覆写全文
8007
+ *
8008
+ * @param request - DocUpdateContentWithDelegatedPermissionRequest
8009
+ * @param headers - DocUpdateContentWithDelegatedPermissionHeaders
8010
+ * @param runtime - runtime options for this request RuntimeOptions
8011
+ * @returns DocUpdateContentWithDelegatedPermissionResponse
8012
+ */
8013
+ docUpdateContentWithDelegatedPermissionWithOptions(docKey: string, request: DocUpdateContentWithDelegatedPermissionRequest, headers: DocUpdateContentWithDelegatedPermissionHeaders, runtime: $Util.RuntimeOptions): Promise<DocUpdateContentWithDelegatedPermissionResponse>;
8014
+ /**
8015
+ * 以委托权限方式覆写全文
8016
+ *
8017
+ * @param request - DocUpdateContentWithDelegatedPermissionRequest
8018
+ * @returns DocUpdateContentWithDelegatedPermissionResponse
8019
+ */
8020
+ docUpdateContentWithDelegatedPermission(docKey: string, request: DocUpdateContentWithDelegatedPermissionRequest): Promise<DocUpdateContentWithDelegatedPermissionResponse>;
7098
8021
  /**
7099
8022
  * 导出文档
7100
8023
  *
@@ -7239,6 +8162,19 @@ export default class Client extends OpenApi {
7239
8162
  * @returns GetStarInfoResponse
7240
8163
  */
7241
8164
  getStarInfo(dentryUuid: string, request: GetStarInfoRequest): Promise<GetStarInfoResponse>;
8165
+ /**
8166
+ * 获取任务信息
8167
+ *
8168
+ * @param headers - GetTaskInfoHeaders
8169
+ * @param runtime - runtime options for this request RuntimeOptions
8170
+ * @returns GetTaskInfoResponse
8171
+ */
8172
+ getTaskInfoWithOptions(taskId: string, headers: GetTaskInfoHeaders, runtime: $Util.RuntimeOptions): Promise<GetTaskInfoResponse>;
8173
+ /**
8174
+ * 获取任务信息
8175
+ * @returns GetTaskInfoResponse
8176
+ */
8177
+ getTaskInfo(taskId: string): Promise<GetTaskInfoResponse>;
7242
8178
  /**
7243
8179
  * 查询小组详情
7244
8180
  *
@@ -7319,6 +8255,22 @@ export default class Client extends OpenApi {
7319
8255
  * @returns GetUuidByDentryIdResponse
7320
8256
  */
7321
8257
  getUuidByDentryId(dentryId: string, request: GetUuidByDentryIdRequest): Promise<GetUuidByDentryIdResponse>;
8258
+ /**
8259
+ * 获取知识库权限范围
8260
+ *
8261
+ * @param request - GetWorkspacePermissionScopesRequest
8262
+ * @param headers - GetWorkspacePermissionScopesHeaders
8263
+ * @param runtime - runtime options for this request RuntimeOptions
8264
+ * @returns GetWorkspacePermissionScopesResponse
8265
+ */
8266
+ getWorkspacePermissionScopesWithOptions(workspaceId: string, request: GetWorkspacePermissionScopesRequest, headers: GetWorkspacePermissionScopesHeaders, runtime: $Util.RuntimeOptions): Promise<GetWorkspacePermissionScopesResponse>;
8267
+ /**
8268
+ * 获取知识库权限范围
8269
+ *
8270
+ * @param request - GetWorkspacePermissionScopesRequest
8271
+ * @returns GetWorkspacePermissionScopesResponse
8272
+ */
8273
+ getWorkspacePermissionScopes(workspaceId: string, request: GetWorkspacePermissionScopesRequest): Promise<GetWorkspacePermissionScopesResponse>;
7322
8274
  /**
7323
8275
  * 以超级管理员身份转交小组
7324
8276
  *
@@ -7335,6 +8287,22 @@ export default class Client extends OpenApi {
7335
8287
  * @returns HandoverTeamWithoutAuthResponse
7336
8288
  */
7337
8289
  handoverTeamWithoutAuth(request: HandoverTeamWithoutAuthRequest): Promise<HandoverTeamWithoutAuthResponse>;
8290
+ /**
8291
+ * 知识库转交所有者
8292
+ *
8293
+ * @param request - HandoveryWorkspaceRequest
8294
+ * @param headers - HandoveryWorkspaceHeaders
8295
+ * @param runtime - runtime options for this request RuntimeOptions
8296
+ * @returns HandoveryWorkspaceResponse
8297
+ */
8298
+ handoveryWorkspaceWithOptions(request: HandoveryWorkspaceRequest, headers: HandoveryWorkspaceHeaders, runtime: $Util.RuntimeOptions): Promise<HandoveryWorkspaceResponse>;
8299
+ /**
8300
+ * 知识库转交所有者
8301
+ *
8302
+ * @param request - HandoveryWorkspaceRequest
8303
+ * @returns HandoveryWorkspaceResponse
8304
+ */
8305
+ handoveryWorkspace(request: HandoveryWorkspaceRequest): Promise<HandoveryWorkspaceResponse>;
7338
8306
  /**
7339
8307
  * 查询小组动态
7340
8308
  *
@@ -7559,6 +8527,22 @@ export default class Client extends OpenApi {
7559
8527
  * @returns QueryDocContentResponse
7560
8528
  */
7561
8529
  queryDocContent(dentryUuid: string, request: QueryDocContentRequest): Promise<QueryDocContentResponse>;
8530
+ /**
8531
+ * 查询文档内容获取任务状态
8532
+ *
8533
+ * @param request - QueryGetContentJobRequest
8534
+ * @param headers - QueryGetContentJobHeaders
8535
+ * @param runtime - runtime options for this request RuntimeOptions
8536
+ * @returns QueryGetContentJobResponse
8537
+ */
8538
+ queryGetContentJobWithOptions(dentryUuid: string, request: QueryGetContentJobRequest, headers: QueryGetContentJobHeaders, runtime: $Util.RuntimeOptions): Promise<QueryGetContentJobResponse>;
8539
+ /**
8540
+ * 查询文档内容获取任务状态
8541
+ *
8542
+ * @param request - QueryGetContentJobRequest
8543
+ * @returns QueryGetContentJobResponse
8544
+ */
8545
+ queryGetContentJob(dentryUuid: string, request: QueryGetContentJobRequest): Promise<QueryGetContentJobResponse>;
7562
8546
  /**
7563
8547
  * 根据链接查询节点或知识库信息
7564
8548
  *
@@ -7732,6 +8716,22 @@ export default class Client extends OpenApi {
7732
8716
  * @returns ShareUrlResponse
7733
8717
  */
7734
8718
  shareUrl(request: ShareUrlRequest): Promise<ShareUrlResponse>;
8719
+ /**
8720
+ * 提交文档内容获取任务
8721
+ *
8722
+ * @param request - SubmitGetContentJobRequest
8723
+ * @param headers - SubmitGetContentJobHeaders
8724
+ * @param runtime - runtime options for this request RuntimeOptions
8725
+ * @returns SubmitGetContentJobResponse
8726
+ */
8727
+ submitGetContentJobWithOptions(dentryUuid: string, request: SubmitGetContentJobRequest, headers: SubmitGetContentJobHeaders, runtime: $Util.RuntimeOptions): Promise<SubmitGetContentJobResponse>;
8728
+ /**
8729
+ * 提交文档内容获取任务
8730
+ *
8731
+ * @param request - SubmitGetContentJobRequest
8732
+ * @returns SubmitGetContentJobResponse
8733
+ */
8734
+ submitGetContentJob(dentryUuid: string, request: SubmitGetContentJobRequest): Promise<SubmitGetContentJobResponse>;
7735
8735
  /**
7736
8736
  * 获取知识库模板列表
7737
8737
  *