@tachybase/plugin-auth-dingtalk 1.3.19 → 1.3.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/dist/externalVersion.js +5 -5
  2. package/dist/node_modules/@alicloud/dingtalk/dist/agoal_1_0/client.d.ts +1750 -330
  3. package/dist/node_modules/@alicloud/dingtalk/dist/agoal_1_0/client.js +1733 -114
  4. package/dist/node_modules/@alicloud/dingtalk/dist/ai_paa_s_1_0/client.d.ts +294 -0
  5. package/dist/node_modules/@alicloud/dingtalk/dist/ai_paa_s_1_0/client.js +461 -2
  6. package/dist/node_modules/@alicloud/dingtalk/dist/assistant_1_0/client.d.ts +691 -7
  7. package/dist/node_modules/@alicloud/dingtalk/dist/assistant_1_0/client.js +1143 -37
  8. package/dist/node_modules/@alicloud/dingtalk/dist/ats_1_0/client.d.ts +202 -0
  9. package/dist/node_modules/@alicloud/dingtalk/dist/ats_1_0/client.js +335 -2
  10. package/dist/node_modules/@alicloud/dingtalk/dist/attendance_1_0/client.d.ts +21 -13
  11. package/dist/node_modules/@alicloud/dingtalk/dist/attendance_1_0/client.js +21 -0
  12. package/dist/node_modules/@alicloud/dingtalk/dist/bizfinance_1_0/client.d.ts +103 -1
  13. package/dist/node_modules/@alicloud/dingtalk/dist/bizfinance_1_0/client.js +169 -5
  14. package/dist/node_modules/@alicloud/dingtalk/dist/bizfinance_2_0/client.d.ts +3261 -901
  15. package/dist/node_modules/@alicloud/dingtalk/dist/bizfinance_2_0/client.js +4736 -1197
  16. package/dist/node_modules/@alicloud/dingtalk/dist/calendar_1_0/client.d.ts +145 -0
  17. package/dist/node_modules/@alicloud/dingtalk/dist/calendar_1_0/client.js +238 -6
  18. package/dist/node_modules/@alicloud/dingtalk/dist/card_1_0/client.d.ts +105 -0
  19. package/dist/node_modules/@alicloud/dingtalk/dist/card_1_0/client.js +181 -3
  20. package/dist/node_modules/@alicloud/dingtalk/dist/conference_1_0/client.d.ts +159 -2
  21. package/dist/node_modules/@alicloud/dingtalk/dist/conference_1_0/client.js +243 -3
  22. package/dist/node_modules/@alicloud/dingtalk/dist/contact_1_0/client.d.ts +399 -2
  23. package/dist/node_modules/@alicloud/dingtalk/dist/contact_1_0/client.js +614 -11
  24. package/dist/node_modules/@alicloud/dingtalk/dist/contract_1_0/client.d.ts +2789 -274
  25. package/dist/node_modules/@alicloud/dingtalk/dist/contract_1_0/client.js +4218 -407
  26. package/dist/node_modules/@alicloud/dingtalk/dist/crm_1_0/client.d.ts +81 -0
  27. package/dist/node_modules/@alicloud/dingtalk/dist/crm_1_0/client.js +133 -7
  28. package/dist/node_modules/@alicloud/dingtalk/dist/datacenter_1_0/client.d.ts +168 -0
  29. package/dist/node_modules/@alicloud/dingtalk/dist/datacenter_1_0/client.js +281 -11
  30. package/dist/node_modules/@alicloud/dingtalk/dist/diot_1_0/client.js +0 -1
  31. package/dist/node_modules/@alicloud/dingtalk/dist/doc_1_0/client.d.ts +1110 -24
  32. package/dist/node_modules/@alicloud/dingtalk/dist/doc_1_0/client.js +1714 -115
  33. package/dist/node_modules/@alicloud/dingtalk/dist/doc_2_0/client.d.ts +1073 -73
  34. package/dist/node_modules/@alicloud/dingtalk/dist/doc_2_0/client.js +1316 -39
  35. package/dist/node_modules/@alicloud/dingtalk/dist/edu_1_0/client.d.ts +5893 -2422
  36. package/dist/node_modules/@alicloud/dingtalk/dist/edu_1_0/client.js +7232 -1965
  37. package/dist/node_modules/@alicloud/dingtalk/dist/event_1_0/client.js +0 -1
  38. package/dist/node_modules/@alicloud/dingtalk/dist/exclusive_1_0/client.d.ts +851 -51
  39. package/dist/node_modules/@alicloud/dingtalk/dist/exclusive_1_0/client.js +1239 -66
  40. package/dist/node_modules/@alicloud/dingtalk/dist/flashmeeting_1_0/client.d.ts +92 -0
  41. package/dist/node_modules/@alicloud/dingtalk/dist/flashmeeting_1_0/client.js +166 -1
  42. package/dist/node_modules/@alicloud/dingtalk/dist/gateway_1_0/client.js +0 -1
  43. package/dist/node_modules/@alicloud/dingtalk/dist/hrbrain_1_0/client.d.ts +1373 -233
  44. package/dist/node_modules/@alicloud/dingtalk/dist/hrbrain_1_0/client.js +2004 -246
  45. package/dist/node_modules/@alicloud/dingtalk/dist/hrm_1_0/client.d.ts +598 -3
  46. package/dist/node_modules/@alicloud/dingtalk/dist/hrm_1_0/client.js +893 -33
  47. package/dist/node_modules/@alicloud/dingtalk/dist/im_1_0/client.d.ts +1373 -122
  48. package/dist/node_modules/@alicloud/dingtalk/dist/im_1_0/client.js +2099 -264
  49. package/dist/node_modules/@alicloud/dingtalk/dist/im_2_0/client.js +0 -1
  50. package/dist/node_modules/@alicloud/dingtalk/dist/index.d.ts +6 -0
  51. package/dist/node_modules/@alicloud/dingtalk/dist/index.js +2 -2
  52. package/dist/node_modules/@alicloud/dingtalk/dist/industry_1_0/client.d.ts +160 -0
  53. package/dist/node_modules/@alicloud/dingtalk/dist/industry_1_0/client.js +227 -14
  54. package/dist/node_modules/@alicloud/dingtalk/dist/live_1_0/client.d.ts +4 -2
  55. package/dist/node_modules/@alicloud/dingtalk/dist/live_1_0/client.js +6 -2
  56. package/dist/node_modules/@alicloud/dingtalk/dist/mail_1_0/client.d.ts +1089 -38
  57. package/dist/node_modules/@alicloud/dingtalk/dist/mail_1_0/client.js +1429 -62
  58. package/dist/node_modules/@alicloud/dingtalk/dist/manufacturing_1_0/client.js +0 -1
  59. package/dist/node_modules/@alicloud/dingtalk/dist/meter_1_0/client.d.ts +101 -0
  60. package/dist/node_modules/@alicloud/dingtalk/dist/meter_1_0/client.js +202 -0
  61. package/dist/node_modules/@alicloud/dingtalk/dist/micro_app_1_0/client.d.ts +113 -0
  62. package/dist/node_modules/@alicloud/dingtalk/dist/micro_app_1_0/client.js +171 -3
  63. package/dist/node_modules/@alicloud/dingtalk/dist/miniapp_1_0/client.js +0 -1
  64. package/dist/node_modules/@alicloud/dingtalk/dist/minutes_1_0/client.d.ts +940 -0
  65. package/dist/node_modules/@alicloud/dingtalk/dist/minutes_1_0/client.js +1545 -0
  66. package/dist/node_modules/@alicloud/dingtalk/dist/oauth2_1_0/client.js +0 -1
  67. package/dist/node_modules/@alicloud/dingtalk/dist/pedia_1_0/client.d.ts +1 -0
  68. package/dist/node_modules/@alicloud/dingtalk/dist/pedia_1_0/client.js +5 -0
  69. package/dist/node_modules/@alicloud/dingtalk/dist/project_1_0/client.d.ts +83 -0
  70. package/dist/node_modules/@alicloud/dingtalk/dist/project_1_0/client.js +68 -0
  71. package/dist/node_modules/@alicloud/dingtalk/dist/rooms_1_0/client.d.ts +90 -0
  72. package/dist/node_modules/@alicloud/dingtalk/dist/rooms_1_0/client.js +83 -1
  73. package/dist/node_modules/@alicloud/dingtalk/dist/salary_1_0/client.d.ts +642 -0
  74. package/dist/node_modules/@alicloud/dingtalk/dist/salary_1_0/client.js +919 -0
  75. package/dist/node_modules/@alicloud/dingtalk/dist/storage_1_0/client.d.ts +130 -0
  76. package/dist/node_modules/@alicloud/dingtalk/dist/storage_1_0/client.js +171 -6
  77. package/dist/node_modules/@alicloud/dingtalk/dist/storage_2_0/client.d.ts +283 -0
  78. package/dist/node_modules/@alicloud/dingtalk/dist/storage_2_0/client.js +340 -2
  79. package/dist/node_modules/@alicloud/dingtalk/dist/team_sphere_1_0/client.d.ts +223 -0
  80. package/dist/node_modules/@alicloud/dingtalk/dist/team_sphere_1_0/client.js +347 -4
  81. package/dist/node_modules/@alicloud/dingtalk/dist/todo_1_0/client.d.ts +42 -0
  82. package/dist/node_modules/@alicloud/dingtalk/dist/todo_1_0/client.js +53 -2
  83. package/dist/node_modules/@alicloud/dingtalk/dist/todo_e_e_1_0/client.d.ts +458 -4
  84. package/dist/node_modules/@alicloud/dingtalk/dist/todo_e_e_1_0/client.js +942 -153
  85. package/dist/node_modules/@alicloud/dingtalk/dist/trip_1_0/client.d.ts +5 -0
  86. package/dist/node_modules/@alicloud/dingtalk/dist/trip_1_0/client.js +2 -0
  87. package/dist/node_modules/@alicloud/dingtalk/dist/vip_member_1_0/client.d.ts +254 -0
  88. package/dist/node_modules/@alicloud/dingtalk/dist/vip_member_1_0/client.js +477 -1
  89. package/dist/node_modules/@alicloud/dingtalk/dist/watt_1_0/client.js +0 -1
  90. package/dist/node_modules/@alicloud/dingtalk/dist/wiki_2_0/client.d.ts +234 -0
  91. package/dist/node_modules/@alicloud/dingtalk/dist/wiki_2_0/client.js +298 -2
  92. package/dist/node_modules/@alicloud/dingtalk/dist/workflow_1_0/client.d.ts +746 -15
  93. package/dist/node_modules/@alicloud/dingtalk/dist/workflow_1_0/client.js +871 -20
  94. package/dist/node_modules/@alicloud/dingtalk/dist/yida_1_0/client.d.ts +402 -0
  95. package/dist/node_modules/@alicloud/dingtalk/dist/yida_1_0/client.js +412 -7
  96. package/dist/node_modules/@alicloud/dingtalk/dist/yida_2_0/client.d.ts +890 -112
  97. package/dist/node_modules/@alicloud/dingtalk/dist/yida_2_0/client.js +1063 -2
  98. package/dist/node_modules/@alicloud/dingtalk/meter_1_0.js +1 -0
  99. package/dist/node_modules/@alicloud/dingtalk/minutes_1_0.js +1 -0
  100. package/dist/node_modules/@alicloud/dingtalk/package.json +1 -1
  101. package/dist/node_modules/@alicloud/dingtalk/salary_1_0.js +1 -0
  102. package/dist/node_modules/@alicloud/dingtalk/src/agoal_1_0/client.ts +2695 -319
  103. package/dist/node_modules/@alicloud/dingtalk/src/ai_paa_s_1_0/client.ts +566 -0
  104. package/dist/node_modules/@alicloud/dingtalk/src/assistant_1_0/client.ts +1492 -117
  105. package/dist/node_modules/@alicloud/dingtalk/src/ats_1_0/client.ts +420 -0
  106. package/dist/node_modules/@alicloud/dingtalk/src/attendance_1_0/client.ts +45 -13
  107. package/dist/node_modules/@alicloud/dingtalk/src/bizfinance_1_0/client.ts +232 -2
  108. package/dist/node_modules/@alicloud/dingtalk/src/bizfinance_2_0/client.ts +6892 -2251
  109. package/dist/node_modules/@alicloud/dingtalk/src/calendar_1_0/client.ts +287 -0
  110. package/dist/node_modules/@alicloud/dingtalk/src/card_1_0/client.ts +224 -0
  111. package/dist/node_modules/@alicloud/dingtalk/src/conference_1_0/client.ts +297 -2
  112. package/dist/node_modules/@alicloud/dingtalk/src/contact_1_0/client.ts +811 -42
  113. package/dist/node_modules/@alicloud/dingtalk/src/contract_1_0/client.ts +5523 -617
  114. package/dist/node_modules/@alicloud/dingtalk/src/crm_1_0/client.ts +157 -0
  115. package/dist/node_modules/@alicloud/dingtalk/src/datacenter_1_0/client.ts +340 -0
  116. package/dist/node_modules/@alicloud/dingtalk/src/diot_1_0/client.ts +0 -1
  117. package/dist/node_modules/@alicloud/dingtalk/src/doc_1_0/client.ts +2802 -720
  118. package/dist/node_modules/@alicloud/dingtalk/src/doc_2_0/client.ts +1889 -140
  119. package/dist/node_modules/@alicloud/dingtalk/src/edu_1_0/client.ts +8496 -1557
  120. package/dist/node_modules/@alicloud/dingtalk/src/event_1_0/client.ts +0 -1
  121. package/dist/node_modules/@alicloud/dingtalk/src/exclusive_1_0/client.ts +1831 -283
  122. package/dist/node_modules/@alicloud/dingtalk/src/flashmeeting_1_0/client.ts +201 -0
  123. package/dist/node_modules/@alicloud/dingtalk/src/gateway_1_0/client.ts +0 -1
  124. package/dist/node_modules/@alicloud/dingtalk/src/hrbrain_1_0/client.ts +2742 -542
  125. package/dist/node_modules/@alicloud/dingtalk/src/hrm_1_0/client.ts +1182 -33
  126. package/dist/node_modules/@alicloud/dingtalk/src/im_1_0/client.ts +3100 -718
  127. package/dist/node_modules/@alicloud/dingtalk/src/im_2_0/client.ts +0 -1
  128. package/dist/node_modules/@alicloud/dingtalk/src/index.ts +6 -0
  129. package/dist/node_modules/@alicloud/dingtalk/src/industry_1_0/client.ts +319 -0
  130. package/dist/node_modules/@alicloud/dingtalk/src/live_1_0/client.ts +8 -2
  131. package/dist/node_modules/@alicloud/dingtalk/src/mail_1_0/client.ts +2029 -159
  132. package/dist/node_modules/@alicloud/dingtalk/src/manufacturing_1_0/client.ts +0 -1
  133. package/dist/node_modules/@alicloud/dingtalk/src/meter_1_0/client.ts +201 -0
  134. package/dist/node_modules/@alicloud/dingtalk/src/micro_app_1_0/client.ts +215 -1
  135. package/dist/node_modules/@alicloud/dingtalk/src/miniapp_1_0/client.ts +0 -1
  136. package/dist/node_modules/@alicloud/dingtalk/src/minutes_1_0/client.ts +1871 -0
  137. package/dist/node_modules/@alicloud/dingtalk/src/oauth2_1_0/client.ts +0 -1
  138. package/dist/node_modules/@alicloud/dingtalk/src/pedia_1_0/client.ts +7 -0
  139. package/dist/node_modules/@alicloud/dingtalk/src/project_1_0/client.ts +161 -0
  140. package/dist/node_modules/@alicloud/dingtalk/src/rooms_1_0/client.ts +147 -0
  141. package/dist/node_modules/@alicloud/dingtalk/src/salary_1_0/client.ts +1156 -0
  142. package/dist/node_modules/@alicloud/dingtalk/src/storage_1_0/client.ts +226 -0
  143. package/dist/node_modules/@alicloud/dingtalk/src/storage_2_0/client.ts +492 -0
  144. package/dist/node_modules/@alicloud/dingtalk/src/team_sphere_1_0/client.ts +442 -0
  145. package/dist/node_modules/@alicloud/dingtalk/src/todo_1_0/client.ts +89 -0
  146. package/dist/node_modules/@alicloud/dingtalk/src/todo_e_e_1_0/client.ts +1061 -88
  147. package/dist/node_modules/@alicloud/dingtalk/src/trip_1_0/client.ts +7 -0
  148. package/dist/node_modules/@alicloud/dingtalk/src/vip_member_1_0/client.ts +583 -0
  149. package/dist/node_modules/@alicloud/dingtalk/src/watt_1_0/client.ts +0 -1
  150. package/dist/node_modules/@alicloud/dingtalk/src/wiki_2_0/client.ts +423 -0
  151. package/dist/node_modules/@alicloud/dingtalk/src/workflow_1_0/client.ts +1304 -24
  152. package/dist/node_modules/@alicloud/dingtalk/src/yida_1_0/client.ts +774 -102
  153. package/dist/node_modules/@alicloud/dingtalk/src/yida_2_0/client.ts +1910 -429
  154. package/dist/node_modules/@alicloud/openapi-client/package.json +1 -1
  155. package/dist/node_modules/@alicloud/tea-util/package.json +1 -1
  156. package/package.json +8 -8
@@ -66,6 +66,133 @@ export class ConversationCategoryModel extends $tea.Model {
66
66
  }
67
67
  }
68
68
 
69
+ export class AddCustomSignConfigHeaders extends $tea.Model {
70
+ commonHeaders?: { [key: string]: string };
71
+ xAcsDingtalkAccessToken?: string;
72
+ static names(): { [key: string]: string } {
73
+ return {
74
+ commonHeaders: 'commonHeaders',
75
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
76
+ };
77
+ }
78
+
79
+ static types(): { [key: string]: any } {
80
+ return {
81
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
82
+ xAcsDingtalkAccessToken: 'string',
83
+ };
84
+ }
85
+
86
+ constructor(map?: { [key: string]: any }) {
87
+ super(map);
88
+ }
89
+ }
90
+
91
+ export class AddCustomSignConfigRequest extends $tea.Model {
92
+ allEffect?: boolean;
93
+ canDownload?: boolean;
94
+ /**
95
+ * @remarks
96
+ * This parameter is required.
97
+ *
98
+ * @example
99
+ * xxx协议
100
+ */
101
+ protocolName?: string;
102
+ pushDeptIds?: string[];
103
+ pushStaffIds?: string[];
104
+ /**
105
+ * @remarks
106
+ * This parameter is required.
107
+ */
108
+ signTermFiles?: AddCustomSignConfigRequestSignTermFiles[];
109
+ /**
110
+ * @remarks
111
+ * This parameter is required.
112
+ *
113
+ * @example
114
+ * xxx协议说明
115
+ */
116
+ termMessage?: string;
117
+ unpushDeptIds?: string[];
118
+ unpushStaffIds?: string[];
119
+ static names(): { [key: string]: string } {
120
+ return {
121
+ allEffect: 'allEffect',
122
+ canDownload: 'canDownload',
123
+ protocolName: 'protocolName',
124
+ pushDeptIds: 'pushDeptIds',
125
+ pushStaffIds: 'pushStaffIds',
126
+ signTermFiles: 'signTermFiles',
127
+ termMessage: 'termMessage',
128
+ unpushDeptIds: 'unpushDeptIds',
129
+ unpushStaffIds: 'unpushStaffIds',
130
+ };
131
+ }
132
+
133
+ static types(): { [key: string]: any } {
134
+ return {
135
+ allEffect: 'boolean',
136
+ canDownload: 'boolean',
137
+ protocolName: 'string',
138
+ pushDeptIds: { 'type': 'array', 'itemType': 'string' },
139
+ pushStaffIds: { 'type': 'array', 'itemType': 'string' },
140
+ signTermFiles: { 'type': 'array', 'itemType': AddCustomSignConfigRequestSignTermFiles },
141
+ termMessage: 'string',
142
+ unpushDeptIds: { 'type': 'array', 'itemType': 'string' },
143
+ unpushStaffIds: { 'type': 'array', 'itemType': 'string' },
144
+ };
145
+ }
146
+
147
+ constructor(map?: { [key: string]: any }) {
148
+ super(map);
149
+ }
150
+ }
151
+
152
+ export class AddCustomSignConfigResponseBody extends $tea.Model {
153
+ success?: boolean;
154
+ static names(): { [key: string]: string } {
155
+ return {
156
+ success: 'success',
157
+ };
158
+ }
159
+
160
+ static types(): { [key: string]: any } {
161
+ return {
162
+ success: 'boolean',
163
+ };
164
+ }
165
+
166
+ constructor(map?: { [key: string]: any }) {
167
+ super(map);
168
+ }
169
+ }
170
+
171
+ export class AddCustomSignConfigResponse extends $tea.Model {
172
+ headers?: { [key: string]: string };
173
+ statusCode?: number;
174
+ body?: AddCustomSignConfigResponseBody;
175
+ static names(): { [key: string]: string } {
176
+ return {
177
+ headers: 'headers',
178
+ statusCode: 'statusCode',
179
+ body: 'body',
180
+ };
181
+ }
182
+
183
+ static types(): { [key: string]: any } {
184
+ return {
185
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
186
+ statusCode: 'number',
187
+ body: AddCustomSignConfigResponseBody,
188
+ };
189
+ }
190
+
191
+ constructor(map?: { [key: string]: any }) {
192
+ super(map);
193
+ }
194
+ }
195
+
69
196
  export class AddOrgHeaders extends $tea.Model {
70
197
  commonHeaders?: { [key: string]: string };
71
198
  xAcsDingtalkAccessToken?: string;
@@ -407,7 +534,7 @@ export class BanOrOpenGroupWordsResponse extends $tea.Model {
407
534
  }
408
535
  }
409
536
 
410
- export class CreateCategoryAndBindingGroupsHeaders extends $tea.Model {
537
+ export class BusinessEventUpdateHeaders extends $tea.Model {
411
538
  commonHeaders?: { [key: string]: string };
412
539
  xAcsDingtalkAccessToken?: string;
413
540
  static names(): { [key: string]: string } {
@@ -429,20 +556,48 @@ export class CreateCategoryAndBindingGroupsHeaders extends $tea.Model {
429
556
  }
430
557
  }
431
558
 
432
- export class CreateCategoryAndBindingGroupsRequest extends $tea.Model {
433
- categoryName?: string;
434
- groupIds?: number[];
559
+ export class BusinessEventUpdateRequest extends $tea.Model {
560
+ /**
561
+ * @remarks
562
+ * This parameter is required.
563
+ */
564
+ businessData?: { [key: string]: any };
565
+ /**
566
+ * @remarks
567
+ * This parameter is required.
568
+ *
569
+ * @example
570
+ * 1
571
+ */
572
+ eventType?: number;
573
+ /**
574
+ * @remarks
575
+ * This parameter is required.
576
+ *
577
+ * @example
578
+ * cidxxx
579
+ */
580
+ openConversationId?: string;
581
+ /**
582
+ * @remarks
583
+ * This parameter is required.
584
+ */
585
+ updateByKey?: boolean;
435
586
  static names(): { [key: string]: string } {
436
587
  return {
437
- categoryName: 'categoryName',
438
- groupIds: 'groupIds',
588
+ businessData: 'businessData',
589
+ eventType: 'eventType',
590
+ openConversationId: 'openConversationId',
591
+ updateByKey: 'updateByKey',
439
592
  };
440
593
  }
441
594
 
442
595
  static types(): { [key: string]: any } {
443
596
  return {
444
- categoryName: 'string',
445
- groupIds: { 'type': 'array', 'itemType': 'number' },
597
+ businessData: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
598
+ eventType: 'number',
599
+ openConversationId: 'string',
600
+ updateByKey: 'boolean',
446
601
  };
447
602
  }
448
603
 
@@ -451,24 +606,20 @@ export class CreateCategoryAndBindingGroupsRequest extends $tea.Model {
451
606
  }
452
607
  }
453
608
 
454
- export class CreateCategoryAndBindingGroupsResponseBody extends $tea.Model {
455
- /**
456
- * @remarks
457
- * This parameter is required.
458
- *
459
- * @example
460
- * 1
461
- */
462
- id?: number;
609
+ export class BusinessEventUpdateResponseBody extends $tea.Model {
610
+ result?: boolean;
611
+ success?: boolean;
463
612
  static names(): { [key: string]: string } {
464
613
  return {
465
- id: 'id',
614
+ result: 'result',
615
+ success: 'success',
466
616
  };
467
617
  }
468
618
 
469
619
  static types(): { [key: string]: any } {
470
620
  return {
471
- id: 'number',
621
+ result: 'boolean',
622
+ success: 'boolean',
472
623
  };
473
624
  }
474
625
 
@@ -477,10 +628,10 @@ export class CreateCategoryAndBindingGroupsResponseBody extends $tea.Model {
477
628
  }
478
629
  }
479
630
 
480
- export class CreateCategoryAndBindingGroupsResponse extends $tea.Model {
631
+ export class BusinessEventUpdateResponse extends $tea.Model {
481
632
  headers?: { [key: string]: string };
482
633
  statusCode?: number;
483
- body?: CreateCategoryAndBindingGroupsResponseBody;
634
+ body?: BusinessEventUpdateResponseBody;
484
635
  static names(): { [key: string]: string } {
485
636
  return {
486
637
  headers: 'headers',
@@ -493,7 +644,7 @@ export class CreateCategoryAndBindingGroupsResponse extends $tea.Model {
493
644
  return {
494
645
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
495
646
  statusCode: 'number',
496
- body: CreateCategoryAndBindingGroupsResponseBody,
647
+ body: BusinessEventUpdateResponseBody,
497
648
  };
498
649
  }
499
650
 
@@ -502,7 +653,7 @@ export class CreateCategoryAndBindingGroupsResponse extends $tea.Model {
502
653
  }
503
654
  }
504
655
 
505
- export class CreateDlpTaskHeaders extends $tea.Model {
656
+ export class CheckControlHitStatusHeaders extends $tea.Model {
506
657
  commonHeaders?: { [key: string]: string };
507
658
  xAcsDingtalkAccessToken?: string;
508
659
  static names(): { [key: string]: string } {
@@ -524,34 +675,26 @@ export class CreateDlpTaskHeaders extends $tea.Model {
524
675
  }
525
676
  }
526
677
 
527
- export class CreateDlpTaskRequest extends $tea.Model {
528
- /**
529
- * @remarks
530
- * This parameter is required.
531
- */
532
- dentryId?: string;
533
- /**
534
- * @remarks
535
- * This parameter is required.
536
- */
537
- spaceId?: string;
678
+ export class CheckControlHitStatusRequest extends $tea.Model {
679
+ needMissedFunction?: boolean;
538
680
  /**
539
681
  * @remarks
540
682
  * This parameter is required.
683
+ *
684
+ * @example
685
+ * staffId
541
686
  */
542
687
  userId?: string;
543
688
  static names(): { [key: string]: string } {
544
689
  return {
545
- dentryId: 'dentryId',
546
- spaceId: 'spaceId',
690
+ needMissedFunction: 'needMissedFunction',
547
691
  userId: 'userId',
548
692
  };
549
693
  }
550
694
 
551
695
  static types(): { [key: string]: any } {
552
696
  return {
553
- dentryId: 'string',
554
- spaceId: 'string',
697
+ needMissedFunction: 'boolean',
555
698
  userId: 'string',
556
699
  };
557
700
  }
@@ -561,17 +704,24 @@ export class CreateDlpTaskRequest extends $tea.Model {
561
704
  }
562
705
  }
563
706
 
564
- export class CreateDlpTaskResponseBody extends $tea.Model {
565
- requestId?: string;
707
+ export class CheckControlHitStatusResponseBody extends $tea.Model {
708
+ result?: CheckControlHitStatusResponseBodyResult;
709
+ /**
710
+ * @remarks
711
+ * This parameter is required.
712
+ */
713
+ success?: boolean;
566
714
  static names(): { [key: string]: string } {
567
715
  return {
568
- requestId: 'requestId',
716
+ result: 'result',
717
+ success: 'success',
569
718
  };
570
719
  }
571
720
 
572
721
  static types(): { [key: string]: any } {
573
722
  return {
574
- requestId: 'string',
723
+ result: CheckControlHitStatusResponseBodyResult,
724
+ success: 'boolean',
575
725
  };
576
726
  }
577
727
 
@@ -580,10 +730,10 @@ export class CreateDlpTaskResponseBody extends $tea.Model {
580
730
  }
581
731
  }
582
732
 
583
- export class CreateDlpTaskResponse extends $tea.Model {
733
+ export class CheckControlHitStatusResponse extends $tea.Model {
584
734
  headers?: { [key: string]: string };
585
735
  statusCode?: number;
586
- body?: CreateDlpTaskResponseBody;
736
+ body?: CheckControlHitStatusResponseBody;
587
737
  static names(): { [key: string]: string } {
588
738
  return {
589
739
  headers: 'headers',
@@ -596,7 +746,7 @@ export class CreateDlpTaskResponse extends $tea.Model {
596
746
  return {
597
747
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
598
748
  statusCode: 'number',
599
- body: CreateDlpTaskResponseBody,
749
+ body: CheckControlHitStatusResponseBody,
600
750
  };
601
751
  }
602
752
 
@@ -605,7 +755,7 @@ export class CreateDlpTaskResponse extends $tea.Model {
605
755
  }
606
756
  }
607
757
 
608
- export class CreateMessageCategoryHeaders extends $tea.Model {
758
+ export class CreateCategoryAndBindingGroupsHeaders extends $tea.Model {
609
759
  commonHeaders?: { [key: string]: string };
610
760
  xAcsDingtalkAccessToken?: string;
611
761
  static names(): { [key: string]: string } {
@@ -627,9 +777,9 @@ export class CreateMessageCategoryHeaders extends $tea.Model {
627
777
  }
628
778
  }
629
779
 
630
- export class CreateMessageCategoryRequest extends $tea.Model {
780
+ export class CreateCategoryAndBindingGroupsRequest extends $tea.Model {
631
781
  categoryName?: string;
632
- groupIds?: string[];
782
+ groupIds?: number[];
633
783
  static names(): { [key: string]: string } {
634
784
  return {
635
785
  categoryName: 'categoryName',
@@ -640,7 +790,7 @@ export class CreateMessageCategoryRequest extends $tea.Model {
640
790
  static types(): { [key: string]: any } {
641
791
  return {
642
792
  categoryName: 'string',
643
- groupIds: { 'type': 'array', 'itemType': 'string' },
793
+ groupIds: { 'type': 'array', 'itemType': 'number' },
644
794
  };
645
795
  }
646
796
 
@@ -649,7 +799,7 @@ export class CreateMessageCategoryRequest extends $tea.Model {
649
799
  }
650
800
  }
651
801
 
652
- export class CreateMessageCategoryResponseBody extends $tea.Model {
802
+ export class CreateCategoryAndBindingGroupsResponseBody extends $tea.Model {
653
803
  /**
654
804
  * @remarks
655
805
  * This parameter is required.
@@ -675,10 +825,10 @@ export class CreateMessageCategoryResponseBody extends $tea.Model {
675
825
  }
676
826
  }
677
827
 
678
- export class CreateMessageCategoryResponse extends $tea.Model {
828
+ export class CreateCategoryAndBindingGroupsResponse extends $tea.Model {
679
829
  headers?: { [key: string]: string };
680
830
  statusCode?: number;
681
- body?: CreateMessageCategoryResponseBody;
831
+ body?: CreateCategoryAndBindingGroupsResponseBody;
682
832
  static names(): { [key: string]: string } {
683
833
  return {
684
834
  headers: 'headers',
@@ -691,7 +841,7 @@ export class CreateMessageCategoryResponse extends $tea.Model {
691
841
  return {
692
842
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
693
843
  statusCode: 'number',
694
- body: CreateMessageCategoryResponseBody,
844
+ body: CreateCategoryAndBindingGroupsResponseBody,
695
845
  };
696
846
  }
697
847
 
@@ -700,7 +850,7 @@ export class CreateMessageCategoryResponse extends $tea.Model {
700
850
  }
701
851
  }
702
852
 
703
- export class CreateRuleHeaders extends $tea.Model {
853
+ export class CreateDlpTaskHeaders extends $tea.Model {
704
854
  commonHeaders?: { [key: string]: string };
705
855
  xAcsDingtalkAccessToken?: string;
706
856
  static names(): { [key: string]: string } {
@@ -722,17 +872,35 @@ export class CreateRuleHeaders extends $tea.Model {
722
872
  }
723
873
  }
724
874
 
725
- export class CreateRuleRequest extends $tea.Model {
726
- customPlan?: CreateRuleRequestCustomPlan;
875
+ export class CreateDlpTaskRequest extends $tea.Model {
876
+ /**
877
+ * @remarks
878
+ * This parameter is required.
879
+ */
880
+ dentryId?: string;
881
+ /**
882
+ * @remarks
883
+ * This parameter is required.
884
+ */
885
+ spaceId?: string;
886
+ /**
887
+ * @remarks
888
+ * This parameter is required.
889
+ */
890
+ userId?: string;
727
891
  static names(): { [key: string]: string } {
728
892
  return {
729
- customPlan: 'customPlan',
893
+ dentryId: 'dentryId',
894
+ spaceId: 'spaceId',
895
+ userId: 'userId',
730
896
  };
731
897
  }
732
898
 
733
899
  static types(): { [key: string]: any } {
734
900
  return {
735
- customPlan: CreateRuleRequestCustomPlan,
901
+ dentryId: 'string',
902
+ spaceId: 'string',
903
+ userId: 'string',
736
904
  };
737
905
  }
738
906
 
@@ -741,21 +909,17 @@ export class CreateRuleRequest extends $tea.Model {
741
909
  }
742
910
  }
743
911
 
744
- export class CreateRuleResponseBody extends $tea.Model {
745
- /**
746
- * @example
747
- * 1
748
- */
749
- id?: number;
912
+ export class CreateDlpTaskResponseBody extends $tea.Model {
913
+ requestId?: string;
750
914
  static names(): { [key: string]: string } {
751
915
  return {
752
- id: 'id',
916
+ requestId: 'requestId',
753
917
  };
754
918
  }
755
919
 
756
920
  static types(): { [key: string]: any } {
757
921
  return {
758
- id: 'number',
922
+ requestId: 'string',
759
923
  };
760
924
  }
761
925
 
@@ -764,10 +928,10 @@ export class CreateRuleResponseBody extends $tea.Model {
764
928
  }
765
929
  }
766
930
 
767
- export class CreateRuleResponse extends $tea.Model {
931
+ export class CreateDlpTaskResponse extends $tea.Model {
768
932
  headers?: { [key: string]: string };
769
933
  statusCode?: number;
770
- body?: CreateRuleResponseBody;
934
+ body?: CreateDlpTaskResponseBody;
771
935
  static names(): { [key: string]: string } {
772
936
  return {
773
937
  headers: 'headers',
@@ -780,7 +944,7 @@ export class CreateRuleResponse extends $tea.Model {
780
944
  return {
781
945
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
782
946
  statusCode: 'number',
783
- body: CreateRuleResponseBody,
947
+ body: CreateDlpTaskResponseBody,
784
948
  };
785
949
  }
786
950
 
@@ -789,7 +953,7 @@ export class CreateRuleResponse extends $tea.Model {
789
953
  }
790
954
  }
791
955
 
792
- export class CreateTrustedDeviceHeaders extends $tea.Model {
956
+ export class CreateMessageCategoryHeaders extends $tea.Model {
793
957
  commonHeaders?: { [key: string]: string };
794
958
  xAcsDingtalkAccessToken?: string;
795
959
  static names(): { [key: string]: string } {
@@ -811,19 +975,203 @@ export class CreateTrustedDeviceHeaders extends $tea.Model {
811
975
  }
812
976
  }
813
977
 
814
- export class CreateTrustedDeviceRequest extends $tea.Model {
815
- /**
816
- * @example
817
- * CV11z5d2bdbb2260d1576000b4a9955fa
818
- */
819
- did?: string;
820
- /**
821
- * @example
822
- * 88:92:5a:1f:e8:24
823
- */
824
- macAddress?: string;
825
- /**
826
- * @remarks
978
+ export class CreateMessageCategoryRequest extends $tea.Model {
979
+ categoryName?: string;
980
+ groupIds?: string[];
981
+ static names(): { [key: string]: string } {
982
+ return {
983
+ categoryName: 'categoryName',
984
+ groupIds: 'groupIds',
985
+ };
986
+ }
987
+
988
+ static types(): { [key: string]: any } {
989
+ return {
990
+ categoryName: 'string',
991
+ groupIds: { 'type': 'array', 'itemType': 'string' },
992
+ };
993
+ }
994
+
995
+ constructor(map?: { [key: string]: any }) {
996
+ super(map);
997
+ }
998
+ }
999
+
1000
+ export class CreateMessageCategoryResponseBody extends $tea.Model {
1001
+ /**
1002
+ * @remarks
1003
+ * This parameter is required.
1004
+ *
1005
+ * @example
1006
+ * 1
1007
+ */
1008
+ id?: number;
1009
+ static names(): { [key: string]: string } {
1010
+ return {
1011
+ id: 'id',
1012
+ };
1013
+ }
1014
+
1015
+ static types(): { [key: string]: any } {
1016
+ return {
1017
+ id: 'number',
1018
+ };
1019
+ }
1020
+
1021
+ constructor(map?: { [key: string]: any }) {
1022
+ super(map);
1023
+ }
1024
+ }
1025
+
1026
+ export class CreateMessageCategoryResponse extends $tea.Model {
1027
+ headers?: { [key: string]: string };
1028
+ statusCode?: number;
1029
+ body?: CreateMessageCategoryResponseBody;
1030
+ static names(): { [key: string]: string } {
1031
+ return {
1032
+ headers: 'headers',
1033
+ statusCode: 'statusCode',
1034
+ body: 'body',
1035
+ };
1036
+ }
1037
+
1038
+ static types(): { [key: string]: any } {
1039
+ return {
1040
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1041
+ statusCode: 'number',
1042
+ body: CreateMessageCategoryResponseBody,
1043
+ };
1044
+ }
1045
+
1046
+ constructor(map?: { [key: string]: any }) {
1047
+ super(map);
1048
+ }
1049
+ }
1050
+
1051
+ export class CreateRuleHeaders extends $tea.Model {
1052
+ commonHeaders?: { [key: string]: string };
1053
+ xAcsDingtalkAccessToken?: string;
1054
+ static names(): { [key: string]: string } {
1055
+ return {
1056
+ commonHeaders: 'commonHeaders',
1057
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
1058
+ };
1059
+ }
1060
+
1061
+ static types(): { [key: string]: any } {
1062
+ return {
1063
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1064
+ xAcsDingtalkAccessToken: 'string',
1065
+ };
1066
+ }
1067
+
1068
+ constructor(map?: { [key: string]: any }) {
1069
+ super(map);
1070
+ }
1071
+ }
1072
+
1073
+ export class CreateRuleRequest extends $tea.Model {
1074
+ customPlan?: CreateRuleRequestCustomPlan;
1075
+ static names(): { [key: string]: string } {
1076
+ return {
1077
+ customPlan: 'customPlan',
1078
+ };
1079
+ }
1080
+
1081
+ static types(): { [key: string]: any } {
1082
+ return {
1083
+ customPlan: CreateRuleRequestCustomPlan,
1084
+ };
1085
+ }
1086
+
1087
+ constructor(map?: { [key: string]: any }) {
1088
+ super(map);
1089
+ }
1090
+ }
1091
+
1092
+ export class CreateRuleResponseBody extends $tea.Model {
1093
+ /**
1094
+ * @example
1095
+ * 1
1096
+ */
1097
+ id?: number;
1098
+ static names(): { [key: string]: string } {
1099
+ return {
1100
+ id: 'id',
1101
+ };
1102
+ }
1103
+
1104
+ static types(): { [key: string]: any } {
1105
+ return {
1106
+ id: 'number',
1107
+ };
1108
+ }
1109
+
1110
+ constructor(map?: { [key: string]: any }) {
1111
+ super(map);
1112
+ }
1113
+ }
1114
+
1115
+ export class CreateRuleResponse extends $tea.Model {
1116
+ headers?: { [key: string]: string };
1117
+ statusCode?: number;
1118
+ body?: CreateRuleResponseBody;
1119
+ static names(): { [key: string]: string } {
1120
+ return {
1121
+ headers: 'headers',
1122
+ statusCode: 'statusCode',
1123
+ body: 'body',
1124
+ };
1125
+ }
1126
+
1127
+ static types(): { [key: string]: any } {
1128
+ return {
1129
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1130
+ statusCode: 'number',
1131
+ body: CreateRuleResponseBody,
1132
+ };
1133
+ }
1134
+
1135
+ constructor(map?: { [key: string]: any }) {
1136
+ super(map);
1137
+ }
1138
+ }
1139
+
1140
+ export class CreateTrustedDeviceHeaders extends $tea.Model {
1141
+ commonHeaders?: { [key: string]: string };
1142
+ xAcsDingtalkAccessToken?: string;
1143
+ static names(): { [key: string]: string } {
1144
+ return {
1145
+ commonHeaders: 'commonHeaders',
1146
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
1147
+ };
1148
+ }
1149
+
1150
+ static types(): { [key: string]: any } {
1151
+ return {
1152
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1153
+ xAcsDingtalkAccessToken: 'string',
1154
+ };
1155
+ }
1156
+
1157
+ constructor(map?: { [key: string]: any }) {
1158
+ super(map);
1159
+ }
1160
+ }
1161
+
1162
+ export class CreateTrustedDeviceRequest extends $tea.Model {
1163
+ /**
1164
+ * @example
1165
+ * CV11z5d2bdbb2260d1576000b4a9955fa
1166
+ */
1167
+ did?: string;
1168
+ /**
1169
+ * @example
1170
+ * 88:92:5a:1f:e8:24
1171
+ */
1172
+ macAddress?: string;
1173
+ /**
1174
+ * @remarks
827
1175
  * This parameter is required.
828
1176
  *
829
1177
  * @example
@@ -835,6 +1183,11 @@ export class CreateTrustedDeviceRequest extends $tea.Model {
835
1183
  * 2
836
1184
  */
837
1185
  status?: number;
1186
+ /**
1187
+ * @example
1188
+ * 设备名称
1189
+ */
1190
+ title?: string;
838
1191
  /**
839
1192
  * @remarks
840
1193
  * This parameter is required.
@@ -849,6 +1202,7 @@ export class CreateTrustedDeviceRequest extends $tea.Model {
849
1202
  macAddress: 'macAddress',
850
1203
  platform: 'platform',
851
1204
  status: 'status',
1205
+ title: 'title',
852
1206
  userId: 'userId',
853
1207
  };
854
1208
  }
@@ -859,6 +1213,7 @@ export class CreateTrustedDeviceRequest extends $tea.Model {
859
1213
  macAddress: 'string',
860
1214
  platform: 'string',
861
1215
  status: 'number',
1216
+ title: 'string',
862
1217
  userId: 'string',
863
1218
  };
864
1219
  }
@@ -942,10 +1297,7 @@ export class CreateTrustedDeviceBatchHeaders extends $tea.Model {
942
1297
  }
943
1298
 
944
1299
  export class CreateTrustedDeviceBatchRequest extends $tea.Model {
945
- /**
946
- * @remarks
947
- * This parameter is required.
948
- */
1300
+ detailList?: CreateTrustedDeviceBatchRequestDetailList[];
949
1301
  macAddressList?: string[];
950
1302
  /**
951
1303
  * @remarks
@@ -965,6 +1317,7 @@ export class CreateTrustedDeviceBatchRequest extends $tea.Model {
965
1317
  userId?: string;
966
1318
  static names(): { [key: string]: string } {
967
1319
  return {
1320
+ detailList: 'detailList',
968
1321
  macAddressList: 'macAddressList',
969
1322
  platform: 'platform',
970
1323
  userId: 'userId',
@@ -973,6 +1326,7 @@ export class CreateTrustedDeviceBatchRequest extends $tea.Model {
973
1326
 
974
1327
  static types(): { [key: string]: any } {
975
1328
  return {
1329
+ detailList: { 'type': 'array', 'itemType': CreateTrustedDeviceBatchRequestDetailList },
976
1330
  macAddressList: { 'type': 'array', 'itemType': 'string' },
977
1331
  platform: 'string',
978
1332
  userId: 'string',
@@ -3315,7 +3669,7 @@ export class GetCidsByBotCodeResponse extends $tea.Model {
3315
3669
  }
3316
3670
  }
3317
3671
 
3318
- export class GetCommentListHeaders extends $tea.Model {
3672
+ export class GetClassTagHeaders extends $tea.Model {
3319
3673
  commonHeaders?: { [key: string]: string };
3320
3674
  xAcsDingtalkAccessToken?: string;
3321
3675
  static names(): { [key: string]: string } {
@@ -3337,34 +3691,28 @@ export class GetCommentListHeaders extends $tea.Model {
3337
3691
  }
3338
3692
  }
3339
3693
 
3340
- export class GetCommentListRequest extends $tea.Model {
3694
+ export class GetClassTagRequest extends $tea.Model {
3341
3695
  /**
3342
3696
  * @remarks
3343
3697
  * This parameter is required.
3344
- *
3345
- * @example
3346
- * 1
3347
3698
  */
3348
- pageNumber?: number;
3699
+ entityId?: string;
3349
3700
  /**
3350
3701
  * @remarks
3351
3702
  * This parameter is required.
3352
- *
3353
- * @example
3354
- * 10
3355
3703
  */
3356
- pageSize?: number;
3704
+ tagCode?: string;
3357
3705
  static names(): { [key: string]: string } {
3358
3706
  return {
3359
- pageNumber: 'pageNumber',
3360
- pageSize: 'pageSize',
3707
+ entityId: 'entityId',
3708
+ tagCode: 'tagCode',
3361
3709
  };
3362
3710
  }
3363
3711
 
3364
3712
  static types(): { [key: string]: any } {
3365
3713
  return {
3366
- pageNumber: 'number',
3367
- pageSize: 'number',
3714
+ entityId: 'string',
3715
+ tagCode: 'string',
3368
3716
  };
3369
3717
  }
3370
3718
 
@@ -3373,38 +3721,210 @@ export class GetCommentListRequest extends $tea.Model {
3373
3721
  }
3374
3722
  }
3375
3723
 
3376
- export class GetCommentListResponseBody extends $tea.Model {
3724
+ export class GetClassTagResponseBody extends $tea.Model {
3725
+ creatorName?: string;
3377
3726
  /**
3378
- * @remarks
3379
- * This parameter is required.
3727
+ * @example
3728
+ * 1
3380
3729
  */
3381
- data?: GetCommentListResponseBodyData[];
3730
+ dataType?: number;
3382
3731
  /**
3383
- * @remarks
3384
- * This parameter is required.
3732
+ * @example
3733
+ * 描述信息
3385
3734
  */
3386
- totalCount?: number;
3387
- static names(): { [key: string]: string } {
3388
- return {
3389
- data: 'data',
3390
- totalCount: 'totalCount',
3391
- };
3392
- }
3393
-
3394
- static types(): { [key: string]: any } {
3395
- return {
3396
- data: { 'type': 'array', 'itemType': GetCommentListResponseBodyData },
3397
- totalCount: 'number',
3398
- };
3399
- }
3400
-
3401
- constructor(map?: { [key: string]: any }) {
3402
- super(map);
3403
- }
3404
- }
3405
-
3406
- export class GetCommentListResponse extends $tea.Model {
3407
- headers?: { [key: string]: string };
3735
+ description?: string;
3736
+ /**
3737
+ * @example
3738
+ * 1
3739
+ */
3740
+ innerDownload?: string;
3741
+ /**
3742
+ * @example
3743
+ * 1
3744
+ */
3745
+ innerTransfer?: string;
3746
+ /**
3747
+ * @example
3748
+ * 张三
3749
+ */
3750
+ modifierName?: string;
3751
+ /**
3752
+ * @example
3753
+ * 标签名称
3754
+ */
3755
+ name?: string;
3756
+ /**
3757
+ * @example
3758
+ * 1
3759
+ */
3760
+ outOp?: string;
3761
+ /**
3762
+ * @example
3763
+ * 1
3764
+ */
3765
+ rank?: number;
3766
+ /**
3767
+ * @example
3768
+ * 1
3769
+ */
3770
+ status?: number;
3771
+ /**
3772
+ * @example
3773
+ * 1735023822867
3774
+ */
3775
+ updateTime?: number;
3776
+ static names(): { [key: string]: string } {
3777
+ return {
3778
+ creatorName: 'creatorName',
3779
+ dataType: 'dataType',
3780
+ description: 'description',
3781
+ innerDownload: 'innerDownload',
3782
+ innerTransfer: 'innerTransfer',
3783
+ modifierName: 'modifierName',
3784
+ name: 'name',
3785
+ outOp: 'outOp',
3786
+ rank: 'rank',
3787
+ status: 'status',
3788
+ updateTime: 'updateTime',
3789
+ };
3790
+ }
3791
+
3792
+ static types(): { [key: string]: any } {
3793
+ return {
3794
+ creatorName: 'string',
3795
+ dataType: 'number',
3796
+ description: 'string',
3797
+ innerDownload: 'string',
3798
+ innerTransfer: 'string',
3799
+ modifierName: 'string',
3800
+ name: 'string',
3801
+ outOp: 'string',
3802
+ rank: 'number',
3803
+ status: 'number',
3804
+ updateTime: 'number',
3805
+ };
3806
+ }
3807
+
3808
+ constructor(map?: { [key: string]: any }) {
3809
+ super(map);
3810
+ }
3811
+ }
3812
+
3813
+ export class GetClassTagResponse extends $tea.Model {
3814
+ headers?: { [key: string]: string };
3815
+ statusCode?: number;
3816
+ body?: GetClassTagResponseBody;
3817
+ static names(): { [key: string]: string } {
3818
+ return {
3819
+ headers: 'headers',
3820
+ statusCode: 'statusCode',
3821
+ body: 'body',
3822
+ };
3823
+ }
3824
+
3825
+ static types(): { [key: string]: any } {
3826
+ return {
3827
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3828
+ statusCode: 'number',
3829
+ body: GetClassTagResponseBody,
3830
+ };
3831
+ }
3832
+
3833
+ constructor(map?: { [key: string]: any }) {
3834
+ super(map);
3835
+ }
3836
+ }
3837
+
3838
+ export class GetCommentListHeaders extends $tea.Model {
3839
+ commonHeaders?: { [key: string]: string };
3840
+ xAcsDingtalkAccessToken?: string;
3841
+ static names(): { [key: string]: string } {
3842
+ return {
3843
+ commonHeaders: 'commonHeaders',
3844
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
3845
+ };
3846
+ }
3847
+
3848
+ static types(): { [key: string]: any } {
3849
+ return {
3850
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3851
+ xAcsDingtalkAccessToken: 'string',
3852
+ };
3853
+ }
3854
+
3855
+ constructor(map?: { [key: string]: any }) {
3856
+ super(map);
3857
+ }
3858
+ }
3859
+
3860
+ export class GetCommentListRequest extends $tea.Model {
3861
+ /**
3862
+ * @remarks
3863
+ * This parameter is required.
3864
+ *
3865
+ * @example
3866
+ * 1
3867
+ */
3868
+ pageNumber?: number;
3869
+ /**
3870
+ * @remarks
3871
+ * This parameter is required.
3872
+ *
3873
+ * @example
3874
+ * 10
3875
+ */
3876
+ pageSize?: number;
3877
+ static names(): { [key: string]: string } {
3878
+ return {
3879
+ pageNumber: 'pageNumber',
3880
+ pageSize: 'pageSize',
3881
+ };
3882
+ }
3883
+
3884
+ static types(): { [key: string]: any } {
3885
+ return {
3886
+ pageNumber: 'number',
3887
+ pageSize: 'number',
3888
+ };
3889
+ }
3890
+
3891
+ constructor(map?: { [key: string]: any }) {
3892
+ super(map);
3893
+ }
3894
+ }
3895
+
3896
+ export class GetCommentListResponseBody extends $tea.Model {
3897
+ /**
3898
+ * @remarks
3899
+ * This parameter is required.
3900
+ */
3901
+ data?: GetCommentListResponseBodyData[];
3902
+ /**
3903
+ * @remarks
3904
+ * This parameter is required.
3905
+ */
3906
+ totalCount?: number;
3907
+ static names(): { [key: string]: string } {
3908
+ return {
3909
+ data: 'data',
3910
+ totalCount: 'totalCount',
3911
+ };
3912
+ }
3913
+
3914
+ static types(): { [key: string]: any } {
3915
+ return {
3916
+ data: { 'type': 'array', 'itemType': GetCommentListResponseBodyData },
3917
+ totalCount: 'number',
3918
+ };
3919
+ }
3920
+
3921
+ constructor(map?: { [key: string]: any }) {
3922
+ super(map);
3923
+ }
3924
+ }
3925
+
3926
+ export class GetCommentListResponse extends $tea.Model {
3927
+ headers?: { [key: string]: string };
3408
3928
  statusCode?: number;
3409
3929
  body?: GetCommentListResponseBody;
3410
3930
  static names(): { [key: string]: string } {
@@ -5185,7 +5705,353 @@ export class GetMsgLocationResponseBody extends $tea.Model {
5185
5705
  export class GetMsgLocationResponse extends $tea.Model {
5186
5706
  headers?: { [key: string]: string };
5187
5707
  statusCode?: number;
5188
- body?: GetMsgLocationResponseBody;
5708
+ body?: GetMsgLocationResponseBody;
5709
+ static names(): { [key: string]: string } {
5710
+ return {
5711
+ headers: 'headers',
5712
+ statusCode: 'statusCode',
5713
+ body: 'body',
5714
+ };
5715
+ }
5716
+
5717
+ static types(): { [key: string]: any } {
5718
+ return {
5719
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5720
+ statusCode: 'number',
5721
+ body: GetMsgLocationResponseBody,
5722
+ };
5723
+ }
5724
+
5725
+ constructor(map?: { [key: string]: any }) {
5726
+ super(map);
5727
+ }
5728
+ }
5729
+
5730
+ export class GetOaOperatorLogListHeaders extends $tea.Model {
5731
+ commonHeaders?: { [key: string]: string };
5732
+ xAcsDingtalkAccessToken?: string;
5733
+ static names(): { [key: string]: string } {
5734
+ return {
5735
+ commonHeaders: 'commonHeaders',
5736
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
5737
+ };
5738
+ }
5739
+
5740
+ static types(): { [key: string]: any } {
5741
+ return {
5742
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5743
+ xAcsDingtalkAccessToken: 'string',
5744
+ };
5745
+ }
5746
+
5747
+ constructor(map?: { [key: string]: any }) {
5748
+ super(map);
5749
+ }
5750
+ }
5751
+
5752
+ export class GetOaOperatorLogListRequest extends $tea.Model {
5753
+ categoryList?: string[];
5754
+ /**
5755
+ * @remarks
5756
+ * This parameter is required.
5757
+ */
5758
+ endTime?: number;
5759
+ opUserId?: string;
5760
+ /**
5761
+ * @remarks
5762
+ * This parameter is required.
5763
+ *
5764
+ * @example
5765
+ * 1
5766
+ */
5767
+ pageNumber?: number;
5768
+ /**
5769
+ * @remarks
5770
+ * This parameter is required.
5771
+ *
5772
+ * @example
5773
+ * 50
5774
+ */
5775
+ pageSize?: number;
5776
+ /**
5777
+ * @remarks
5778
+ * This parameter is required.
5779
+ */
5780
+ startTime?: number;
5781
+ static names(): { [key: string]: string } {
5782
+ return {
5783
+ categoryList: 'categoryList',
5784
+ endTime: 'endTime',
5785
+ opUserId: 'opUserId',
5786
+ pageNumber: 'pageNumber',
5787
+ pageSize: 'pageSize',
5788
+ startTime: 'startTime',
5789
+ };
5790
+ }
5791
+
5792
+ static types(): { [key: string]: any } {
5793
+ return {
5794
+ categoryList: { 'type': 'array', 'itemType': 'string' },
5795
+ endTime: 'number',
5796
+ opUserId: 'string',
5797
+ pageNumber: 'number',
5798
+ pageSize: 'number',
5799
+ startTime: 'number',
5800
+ };
5801
+ }
5802
+
5803
+ constructor(map?: { [key: string]: any }) {
5804
+ super(map);
5805
+ }
5806
+ }
5807
+
5808
+ export class GetOaOperatorLogListResponseBody extends $tea.Model {
5809
+ /**
5810
+ * @remarks
5811
+ * This parameter is required.
5812
+ */
5813
+ data?: GetOaOperatorLogListResponseBodyData[];
5814
+ /**
5815
+ * @remarks
5816
+ * This parameter is required.
5817
+ */
5818
+ itemCount?: number;
5819
+ static names(): { [key: string]: string } {
5820
+ return {
5821
+ data: 'data',
5822
+ itemCount: 'itemCount',
5823
+ };
5824
+ }
5825
+
5826
+ static types(): { [key: string]: any } {
5827
+ return {
5828
+ data: { 'type': 'array', 'itemType': GetOaOperatorLogListResponseBodyData },
5829
+ itemCount: 'number',
5830
+ };
5831
+ }
5832
+
5833
+ constructor(map?: { [key: string]: any }) {
5834
+ super(map);
5835
+ }
5836
+ }
5837
+
5838
+ export class GetOaOperatorLogListResponse extends $tea.Model {
5839
+ headers?: { [key: string]: string };
5840
+ statusCode?: number;
5841
+ body?: GetOaOperatorLogListResponseBody;
5842
+ static names(): { [key: string]: string } {
5843
+ return {
5844
+ headers: 'headers',
5845
+ statusCode: 'statusCode',
5846
+ body: 'body',
5847
+ };
5848
+ }
5849
+
5850
+ static types(): { [key: string]: any } {
5851
+ return {
5852
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5853
+ statusCode: 'number',
5854
+ body: GetOaOperatorLogListResponseBody,
5855
+ };
5856
+ }
5857
+
5858
+ constructor(map?: { [key: string]: any }) {
5859
+ super(map);
5860
+ }
5861
+ }
5862
+
5863
+ export class GetOutGroupsByPageHeaders extends $tea.Model {
5864
+ commonHeaders?: { [key: string]: string };
5865
+ xAcsDingtalkAccessToken?: string;
5866
+ static names(): { [key: string]: string } {
5867
+ return {
5868
+ commonHeaders: 'commonHeaders',
5869
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
5870
+ };
5871
+ }
5872
+
5873
+ static types(): { [key: string]: any } {
5874
+ return {
5875
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5876
+ xAcsDingtalkAccessToken: 'string',
5877
+ };
5878
+ }
5879
+
5880
+ constructor(map?: { [key: string]: any }) {
5881
+ super(map);
5882
+ }
5883
+ }
5884
+
5885
+ export class GetOutGroupsByPageRequest extends $tea.Model {
5886
+ /**
5887
+ * @remarks
5888
+ * This parameter is required.
5889
+ *
5890
+ * @example
5891
+ * 1
5892
+ */
5893
+ pageNumber?: number;
5894
+ /**
5895
+ * @example
5896
+ * 20
5897
+ */
5898
+ pageSize?: number;
5899
+ static names(): { [key: string]: string } {
5900
+ return {
5901
+ pageNumber: 'pageNumber',
5902
+ pageSize: 'pageSize',
5903
+ };
5904
+ }
5905
+
5906
+ static types(): { [key: string]: any } {
5907
+ return {
5908
+ pageNumber: 'number',
5909
+ pageSize: 'number',
5910
+ };
5911
+ }
5912
+
5913
+ constructor(map?: { [key: string]: any }) {
5914
+ super(map);
5915
+ }
5916
+ }
5917
+
5918
+ export class GetOutGroupsByPageResponseBody extends $tea.Model {
5919
+ /**
5920
+ * @remarks
5921
+ * This parameter is required.
5922
+ */
5923
+ responseBody?: GetOutGroupsByPageResponseBodyResponseBody;
5924
+ static names(): { [key: string]: string } {
5925
+ return {
5926
+ responseBody: 'responseBody',
5927
+ };
5928
+ }
5929
+
5930
+ static types(): { [key: string]: any } {
5931
+ return {
5932
+ responseBody: GetOutGroupsByPageResponseBodyResponseBody,
5933
+ };
5934
+ }
5935
+
5936
+ constructor(map?: { [key: string]: any }) {
5937
+ super(map);
5938
+ }
5939
+ }
5940
+
5941
+ export class GetOutGroupsByPageResponse extends $tea.Model {
5942
+ headers?: { [key: string]: string };
5943
+ statusCode?: number;
5944
+ body?: GetOutGroupsByPageResponseBody;
5945
+ static names(): { [key: string]: string } {
5946
+ return {
5947
+ headers: 'headers',
5948
+ statusCode: 'statusCode',
5949
+ body: 'body',
5950
+ };
5951
+ }
5952
+
5953
+ static types(): { [key: string]: any } {
5954
+ return {
5955
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5956
+ statusCode: 'number',
5957
+ body: GetOutGroupsByPageResponseBody,
5958
+ };
5959
+ }
5960
+
5961
+ constructor(map?: { [key: string]: any }) {
5962
+ super(map);
5963
+ }
5964
+ }
5965
+
5966
+ export class GetOutsideAuditGroupMessageByPageHeaders extends $tea.Model {
5967
+ commonHeaders?: { [key: string]: string };
5968
+ xAcsDingtalkAccessToken?: string;
5969
+ static names(): { [key: string]: string } {
5970
+ return {
5971
+ commonHeaders: 'commonHeaders',
5972
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
5973
+ };
5974
+ }
5975
+
5976
+ static types(): { [key: string]: any } {
5977
+ return {
5978
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5979
+ xAcsDingtalkAccessToken: 'string',
5980
+ };
5981
+ }
5982
+
5983
+ constructor(map?: { [key: string]: any }) {
5984
+ super(map);
5985
+ }
5986
+ }
5987
+
5988
+ export class GetOutsideAuditGroupMessageByPageRequest extends $tea.Model {
5989
+ /**
5990
+ * @example
5991
+ * 20
5992
+ */
5993
+ maxResults?: number;
5994
+ /**
5995
+ * @remarks
5996
+ * This parameter is required.
5997
+ *
5998
+ * @example
5999
+ * 1680493837426
6000
+ */
6001
+ nextToken?: number;
6002
+ /**
6003
+ * @remarks
6004
+ * This parameter is required.
6005
+ */
6006
+ openConversationId?: string;
6007
+ static names(): { [key: string]: string } {
6008
+ return {
6009
+ maxResults: 'maxResults',
6010
+ nextToken: 'nextToken',
6011
+ openConversationId: 'openConversationId',
6012
+ };
6013
+ }
6014
+
6015
+ static types(): { [key: string]: any } {
6016
+ return {
6017
+ maxResults: 'number',
6018
+ nextToken: 'number',
6019
+ openConversationId: 'string',
6020
+ };
6021
+ }
6022
+
6023
+ constructor(map?: { [key: string]: any }) {
6024
+ super(map);
6025
+ }
6026
+ }
6027
+
6028
+ export class GetOutsideAuditGroupMessageByPageResponseBody extends $tea.Model {
6029
+ /**
6030
+ * @remarks
6031
+ * This parameter is required.
6032
+ */
6033
+ responseBody?: GetOutsideAuditGroupMessageByPageResponseBodyResponseBody;
6034
+ static names(): { [key: string]: string } {
6035
+ return {
6036
+ responseBody: 'responseBody',
6037
+ };
6038
+ }
6039
+
6040
+ static types(): { [key: string]: any } {
6041
+ return {
6042
+ responseBody: GetOutsideAuditGroupMessageByPageResponseBodyResponseBody,
6043
+ };
6044
+ }
6045
+
6046
+ constructor(map?: { [key: string]: any }) {
6047
+ super(map);
6048
+ }
6049
+ }
6050
+
6051
+ export class GetOutsideAuditGroupMessageByPageResponse extends $tea.Model {
6052
+ headers?: { [key: string]: string };
6053
+ statusCode?: number;
6054
+ body?: GetOutsideAuditGroupMessageByPageResponseBody;
5189
6055
  static names(): { [key: string]: string } {
5190
6056
  return {
5191
6057
  headers: 'headers',
@@ -5198,7 +6064,7 @@ export class GetMsgLocationResponse extends $tea.Model {
5198
6064
  return {
5199
6065
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5200
6066
  statusCode: 'number',
5201
- body: GetMsgLocationResponseBody,
6067
+ body: GetOutsideAuditGroupMessageByPageResponseBody,
5202
6068
  };
5203
6069
  }
5204
6070
 
@@ -5207,7 +6073,7 @@ export class GetMsgLocationResponse extends $tea.Model {
5207
6073
  }
5208
6074
  }
5209
6075
 
5210
- export class GetOaOperatorLogListHeaders extends $tea.Model {
6076
+ export class GetPartnerTypeByParentIdHeaders extends $tea.Model {
5211
6077
  commonHeaders?: { [key: string]: string };
5212
6078
  xAcsDingtalkAccessToken?: string;
5213
6079
  static names(): { [key: string]: string } {
@@ -5229,84 +6095,21 @@ export class GetOaOperatorLogListHeaders extends $tea.Model {
5229
6095
  }
5230
6096
  }
5231
6097
 
5232
- export class GetOaOperatorLogListRequest extends $tea.Model {
5233
- categoryList?: string[];
5234
- /**
5235
- * @remarks
5236
- * This parameter is required.
5237
- */
5238
- endTime?: number;
5239
- opUserId?: string;
5240
- /**
5241
- * @remarks
5242
- * This parameter is required.
5243
- *
5244
- * @example
5245
- * 1
5246
- */
5247
- pageNumber?: number;
5248
- /**
5249
- * @remarks
5250
- * This parameter is required.
5251
- *
5252
- * @example
5253
- * 50
5254
- */
5255
- pageSize?: number;
5256
- /**
5257
- * @remarks
5258
- * This parameter is required.
5259
- */
5260
- startTime?: number;
5261
- static names(): { [key: string]: string } {
5262
- return {
5263
- categoryList: 'categoryList',
5264
- endTime: 'endTime',
5265
- opUserId: 'opUserId',
5266
- pageNumber: 'pageNumber',
5267
- pageSize: 'pageSize',
5268
- startTime: 'startTime',
5269
- };
5270
- }
5271
-
5272
- static types(): { [key: string]: any } {
5273
- return {
5274
- categoryList: { 'type': 'array', 'itemType': 'string' },
5275
- endTime: 'number',
5276
- opUserId: 'string',
5277
- pageNumber: 'number',
5278
- pageSize: 'number',
5279
- startTime: 'number',
5280
- };
5281
- }
5282
-
5283
- constructor(map?: { [key: string]: any }) {
5284
- super(map);
5285
- }
5286
- }
5287
-
5288
- export class GetOaOperatorLogListResponseBody extends $tea.Model {
5289
- /**
5290
- * @remarks
5291
- * This parameter is required.
5292
- */
5293
- data?: GetOaOperatorLogListResponseBodyData[];
6098
+ export class GetPartnerTypeByParentIdResponseBody extends $tea.Model {
5294
6099
  /**
5295
6100
  * @remarks
5296
6101
  * This parameter is required.
5297
6102
  */
5298
- itemCount?: number;
6103
+ data?: GetPartnerTypeByParentIdResponseBodyData[];
5299
6104
  static names(): { [key: string]: string } {
5300
6105
  return {
5301
6106
  data: 'data',
5302
- itemCount: 'itemCount',
5303
6107
  };
5304
6108
  }
5305
6109
 
5306
6110
  static types(): { [key: string]: any } {
5307
6111
  return {
5308
- data: { 'type': 'array', 'itemType': GetOaOperatorLogListResponseBodyData },
5309
- itemCount: 'number',
6112
+ data: { 'type': 'array', 'itemType': GetPartnerTypeByParentIdResponseBodyData },
5310
6113
  };
5311
6114
  }
5312
6115
 
@@ -5315,10 +6118,10 @@ export class GetOaOperatorLogListResponseBody extends $tea.Model {
5315
6118
  }
5316
6119
  }
5317
6120
 
5318
- export class GetOaOperatorLogListResponse extends $tea.Model {
6121
+ export class GetPartnerTypeByParentIdResponse extends $tea.Model {
5319
6122
  headers?: { [key: string]: string };
5320
6123
  statusCode?: number;
5321
- body?: GetOaOperatorLogListResponseBody;
6124
+ body?: GetPartnerTypeByParentIdResponseBody;
5322
6125
  static names(): { [key: string]: string } {
5323
6126
  return {
5324
6127
  headers: 'headers',
@@ -5331,7 +6134,7 @@ export class GetOaOperatorLogListResponse extends $tea.Model {
5331
6134
  return {
5332
6135
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5333
6136
  statusCode: 'number',
5334
- body: GetOaOperatorLogListResponseBody,
6137
+ body: GetPartnerTypeByParentIdResponseBody,
5335
6138
  };
5336
6139
  }
5337
6140
 
@@ -5340,7 +6143,7 @@ export class GetOaOperatorLogListResponse extends $tea.Model {
5340
6143
  }
5341
6144
  }
5342
6145
 
5343
- export class GetOutGroupsByPageHeaders extends $tea.Model {
6146
+ export class GetPrivateStoreCapacityUsageHeaders extends $tea.Model {
5344
6147
  commonHeaders?: { [key: string]: string };
5345
6148
  xAcsDingtalkAccessToken?: string;
5346
6149
  static names(): { [key: string]: string } {
@@ -5362,31 +6165,24 @@ export class GetOutGroupsByPageHeaders extends $tea.Model {
5362
6165
  }
5363
6166
  }
5364
6167
 
5365
- export class GetOutGroupsByPageRequest extends $tea.Model {
6168
+ export class GetPrivateStoreCapacityUsageRequest extends $tea.Model {
5366
6169
  /**
5367
6170
  * @remarks
5368
6171
  * This parameter is required.
5369
6172
  *
5370
6173
  * @example
5371
- * 1
5372
- */
5373
- pageNumber?: number;
5374
- /**
5375
- * @example
5376
- * 20
6174
+ * ding1234
5377
6175
  */
5378
- pageSize?: number;
6176
+ targetCorpId?: string;
5379
6177
  static names(): { [key: string]: string } {
5380
6178
  return {
5381
- pageNumber: 'pageNumber',
5382
- pageSize: 'pageSize',
6179
+ targetCorpId: 'targetCorpId',
5383
6180
  };
5384
6181
  }
5385
6182
 
5386
6183
  static types(): { [key: string]: any } {
5387
6184
  return {
5388
- pageNumber: 'number',
5389
- pageSize: 'number',
6185
+ targetCorpId: 'string',
5390
6186
  };
5391
6187
  }
5392
6188
 
@@ -5395,21 +6191,17 @@ export class GetOutGroupsByPageRequest extends $tea.Model {
5395
6191
  }
5396
6192
  }
5397
6193
 
5398
- export class GetOutGroupsByPageResponseBody extends $tea.Model {
5399
- /**
5400
- * @remarks
5401
- * This parameter is required.
5402
- */
5403
- responseBody?: GetOutGroupsByPageResponseBodyResponseBody;
6194
+ export class GetPrivateStoreCapacityUsageResponseBody extends $tea.Model {
6195
+ usedSize?: number;
5404
6196
  static names(): { [key: string]: string } {
5405
6197
  return {
5406
- responseBody: 'responseBody',
6198
+ usedSize: 'usedSize',
5407
6199
  };
5408
6200
  }
5409
6201
 
5410
6202
  static types(): { [key: string]: any } {
5411
6203
  return {
5412
- responseBody: GetOutGroupsByPageResponseBodyResponseBody,
6204
+ usedSize: 'number',
5413
6205
  };
5414
6206
  }
5415
6207
 
@@ -5418,10 +6210,10 @@ export class GetOutGroupsByPageResponseBody extends $tea.Model {
5418
6210
  }
5419
6211
  }
5420
6212
 
5421
- export class GetOutGroupsByPageResponse extends $tea.Model {
6213
+ export class GetPrivateStoreCapacityUsageResponse extends $tea.Model {
5422
6214
  headers?: { [key: string]: string };
5423
6215
  statusCode?: number;
5424
- body?: GetOutGroupsByPageResponseBody;
6216
+ body?: GetPrivateStoreCapacityUsageResponseBody;
5425
6217
  static names(): { [key: string]: string } {
5426
6218
  return {
5427
6219
  headers: 'headers',
@@ -5434,7 +6226,7 @@ export class GetOutGroupsByPageResponse extends $tea.Model {
5434
6226
  return {
5435
6227
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5436
6228
  statusCode: 'number',
5437
- body: GetOutGroupsByPageResponseBody,
6229
+ body: GetPrivateStoreCapacityUsageResponseBody,
5438
6230
  };
5439
6231
  }
5440
6232
 
@@ -5443,7 +6235,7 @@ export class GetOutGroupsByPageResponse extends $tea.Model {
5443
6235
  }
5444
6236
  }
5445
6237
 
5446
- export class GetOutsideAuditGroupMessageByPageHeaders extends $tea.Model {
6238
+ export class GetPrivateStoreFileInfosByPageHeaders extends $tea.Model {
5447
6239
  commonHeaders?: { [key: string]: string };
5448
6240
  xAcsDingtalkAccessToken?: string;
5449
6241
  static names(): { [key: string]: string } {
@@ -5465,38 +6257,47 @@ export class GetOutsideAuditGroupMessageByPageHeaders extends $tea.Model {
5465
6257
  }
5466
6258
  }
5467
6259
 
5468
- export class GetOutsideAuditGroupMessageByPageRequest extends $tea.Model {
6260
+ export class GetPrivateStoreFileInfosByPageRequest extends $tea.Model {
5469
6261
  /**
6262
+ * @remarks
6263
+ * This parameter is required.
6264
+ *
5470
6265
  * @example
5471
- * 20
6266
+ * 1680493837426
5472
6267
  */
6268
+ fileCreateTime?: number;
6269
+ fileStatus?: string;
5473
6270
  maxResults?: number;
6271
+ nextToken?: string;
5474
6272
  /**
5475
6273
  * @remarks
5476
6274
  * This parameter is required.
5477
- *
5478
- * @example
5479
- * 1680493837426
5480
6275
  */
5481
- nextToken?: number;
6276
+ order?: string;
5482
6277
  /**
5483
6278
  * @remarks
5484
6279
  * This parameter is required.
5485
6280
  */
5486
- openConversationId?: string;
6281
+ targetCorpId?: string;
5487
6282
  static names(): { [key: string]: string } {
5488
6283
  return {
6284
+ fileCreateTime: 'fileCreateTime',
6285
+ fileStatus: 'fileStatus',
5489
6286
  maxResults: 'maxResults',
5490
6287
  nextToken: 'nextToken',
5491
- openConversationId: 'openConversationId',
6288
+ order: 'order',
6289
+ targetCorpId: 'targetCorpId',
5492
6290
  };
5493
6291
  }
5494
6292
 
5495
6293
  static types(): { [key: string]: any } {
5496
6294
  return {
6295
+ fileCreateTime: 'number',
6296
+ fileStatus: 'string',
5497
6297
  maxResults: 'number',
5498
- nextToken: 'number',
5499
- openConversationId: 'string',
6298
+ nextToken: 'string',
6299
+ order: 'string',
6300
+ targetCorpId: 'string',
5500
6301
  };
5501
6302
  }
5502
6303
 
@@ -5505,21 +6306,20 @@ export class GetOutsideAuditGroupMessageByPageRequest extends $tea.Model {
5505
6306
  }
5506
6307
  }
5507
6308
 
5508
- export class GetOutsideAuditGroupMessageByPageResponseBody extends $tea.Model {
5509
- /**
5510
- * @remarks
5511
- * This parameter is required.
5512
- */
5513
- responseBody?: GetOutsideAuditGroupMessageByPageResponseBodyResponseBody;
6309
+ export class GetPrivateStoreFileInfosByPageResponseBody extends $tea.Model {
6310
+ fileInfos?: GetPrivateStoreFileInfosByPageResponseBodyFileInfos[];
6311
+ nextToken?: string;
5514
6312
  static names(): { [key: string]: string } {
5515
6313
  return {
5516
- responseBody: 'responseBody',
6314
+ fileInfos: 'fileInfos',
6315
+ nextToken: 'nextToken',
5517
6316
  };
5518
6317
  }
5519
6318
 
5520
6319
  static types(): { [key: string]: any } {
5521
6320
  return {
5522
- responseBody: GetOutsideAuditGroupMessageByPageResponseBodyResponseBody,
6321
+ fileInfos: { 'type': 'array', 'itemType': GetPrivateStoreFileInfosByPageResponseBodyFileInfos },
6322
+ nextToken: 'string',
5523
6323
  };
5524
6324
  }
5525
6325
 
@@ -5528,10 +6328,10 @@ export class GetOutsideAuditGroupMessageByPageResponseBody extends $tea.Model {
5528
6328
  }
5529
6329
  }
5530
6330
 
5531
- export class GetOutsideAuditGroupMessageByPageResponse extends $tea.Model {
6331
+ export class GetPrivateStoreFileInfosByPageResponse extends $tea.Model {
5532
6332
  headers?: { [key: string]: string };
5533
6333
  statusCode?: number;
5534
- body?: GetOutsideAuditGroupMessageByPageResponseBody;
6334
+ body?: GetPrivateStoreFileInfosByPageResponseBody;
5535
6335
  static names(): { [key: string]: string } {
5536
6336
  return {
5537
6337
  headers: 'headers',
@@ -5544,7 +6344,7 @@ export class GetOutsideAuditGroupMessageByPageResponse extends $tea.Model {
5544
6344
  return {
5545
6345
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5546
6346
  statusCode: 'number',
5547
- body: GetOutsideAuditGroupMessageByPageResponseBody,
6347
+ body: GetPrivateStoreFileInfosByPageResponseBody,
5548
6348
  };
5549
6349
  }
5550
6350
 
@@ -5553,7 +6353,7 @@ export class GetOutsideAuditGroupMessageByPageResponse extends $tea.Model {
5553
6353
  }
5554
6354
  }
5555
6355
 
5556
- export class GetPartnerTypeByParentIdHeaders extends $tea.Model {
6356
+ export class GetPrivateStoreFilePathHeaders extends $tea.Model {
5557
6357
  commonHeaders?: { [key: string]: string };
5558
6358
  xAcsDingtalkAccessToken?: string;
5559
6359
  static names(): { [key: string]: string } {
@@ -5575,21 +6375,28 @@ export class GetPartnerTypeByParentIdHeaders extends $tea.Model {
5575
6375
  }
5576
6376
  }
5577
6377
 
5578
- export class GetPartnerTypeByParentIdResponseBody extends $tea.Model {
6378
+ export class GetPrivateStoreFilePathRequest extends $tea.Model {
5579
6379
  /**
5580
6380
  * @remarks
5581
6381
  * This parameter is required.
5582
6382
  */
5583
- data?: GetPartnerTypeByParentIdResponseBodyData[];
6383
+ dentryId?: number;
6384
+ /**
6385
+ * @remarks
6386
+ * This parameter is required.
6387
+ */
6388
+ spaceId?: number;
5584
6389
  static names(): { [key: string]: string } {
5585
6390
  return {
5586
- data: 'data',
6391
+ dentryId: 'dentryId',
6392
+ spaceId: 'spaceId',
5587
6393
  };
5588
6394
  }
5589
6395
 
5590
6396
  static types(): { [key: string]: any } {
5591
6397
  return {
5592
- data: { 'type': 'array', 'itemType': GetPartnerTypeByParentIdResponseBodyData },
6398
+ dentryId: 'number',
6399
+ spaceId: 'number',
5593
6400
  };
5594
6401
  }
5595
6402
 
@@ -5598,10 +6405,29 @@ export class GetPartnerTypeByParentIdResponseBody extends $tea.Model {
5598
6405
  }
5599
6406
  }
5600
6407
 
5601
- export class GetPartnerTypeByParentIdResponse extends $tea.Model {
6408
+ export class GetPrivateStoreFilePathResponseBody extends $tea.Model {
6409
+ filePath?: string;
6410
+ static names(): { [key: string]: string } {
6411
+ return {
6412
+ filePath: 'filePath',
6413
+ };
6414
+ }
6415
+
6416
+ static types(): { [key: string]: any } {
6417
+ return {
6418
+ filePath: 'string',
6419
+ };
6420
+ }
6421
+
6422
+ constructor(map?: { [key: string]: any }) {
6423
+ super(map);
6424
+ }
6425
+ }
6426
+
6427
+ export class GetPrivateStoreFilePathResponse extends $tea.Model {
5602
6428
  headers?: { [key: string]: string };
5603
6429
  statusCode?: number;
5604
- body?: GetPartnerTypeByParentIdResponseBody;
6430
+ body?: GetPrivateStoreFilePathResponseBody;
5605
6431
  static names(): { [key: string]: string } {
5606
6432
  return {
5607
6433
  headers: 'headers',
@@ -5614,7 +6440,7 @@ export class GetPartnerTypeByParentIdResponse extends $tea.Model {
5614
6440
  return {
5615
6441
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5616
6442
  statusCode: 'number',
5617
- body: GetPartnerTypeByParentIdResponseBody,
6443
+ body: GetPrivateStoreFilePathResponseBody,
5618
6444
  };
5619
6445
  }
5620
6446
 
@@ -13739,7 +14565,95 @@ export class UpdateStorageModeResponseBody extends $tea.Model {
13739
14565
 
13740
14566
  static types(): { [key: string]: any } {
13741
14567
  return {
13742
- targetCorpId: 'string',
14568
+ targetCorpId: 'string',
14569
+ };
14570
+ }
14571
+
14572
+ constructor(map?: { [key: string]: any }) {
14573
+ super(map);
14574
+ }
14575
+ }
14576
+
14577
+ export class UpdateStorageModeResponse extends $tea.Model {
14578
+ headers?: { [key: string]: string };
14579
+ statusCode?: number;
14580
+ body?: UpdateStorageModeResponseBody;
14581
+ static names(): { [key: string]: string } {
14582
+ return {
14583
+ headers: 'headers',
14584
+ statusCode: 'statusCode',
14585
+ body: 'body',
14586
+ };
14587
+ }
14588
+
14589
+ static types(): { [key: string]: any } {
14590
+ return {
14591
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14592
+ statusCode: 'number',
14593
+ body: UpdateStorageModeResponseBody,
14594
+ };
14595
+ }
14596
+
14597
+ constructor(map?: { [key: string]: any }) {
14598
+ super(map);
14599
+ }
14600
+ }
14601
+
14602
+ export class UpdateTrustedDeviceHeaders extends $tea.Model {
14603
+ commonHeaders?: { [key: string]: string };
14604
+ xAcsDingtalkAccessToken?: string;
14605
+ static names(): { [key: string]: string } {
14606
+ return {
14607
+ commonHeaders: 'commonHeaders',
14608
+ xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token',
14609
+ };
14610
+ }
14611
+
14612
+ static types(): { [key: string]: any } {
14613
+ return {
14614
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14615
+ xAcsDingtalkAccessToken: 'string',
14616
+ };
14617
+ }
14618
+
14619
+ constructor(map?: { [key: string]: any }) {
14620
+ super(map);
14621
+ }
14622
+ }
14623
+
14624
+ export class UpdateTrustedDeviceRequest extends $tea.Model {
14625
+ status?: number;
14626
+ title?: string;
14627
+ static names(): { [key: string]: string } {
14628
+ return {
14629
+ status: 'status',
14630
+ title: 'title',
14631
+ };
14632
+ }
14633
+
14634
+ static types(): { [key: string]: any } {
14635
+ return {
14636
+ status: 'number',
14637
+ title: 'string',
14638
+ };
14639
+ }
14640
+
14641
+ constructor(map?: { [key: string]: any }) {
14642
+ super(map);
14643
+ }
14644
+ }
14645
+
14646
+ export class UpdateTrustedDeviceResponseBody extends $tea.Model {
14647
+ success?: boolean;
14648
+ static names(): { [key: string]: string } {
14649
+ return {
14650
+ success: 'success',
14651
+ };
14652
+ }
14653
+
14654
+ static types(): { [key: string]: any } {
14655
+ return {
14656
+ success: 'boolean',
13743
14657
  };
13744
14658
  }
13745
14659
 
@@ -13748,10 +14662,10 @@ export class UpdateStorageModeResponseBody extends $tea.Model {
13748
14662
  }
13749
14663
  }
13750
14664
 
13751
- export class UpdateStorageModeResponse extends $tea.Model {
14665
+ export class UpdateTrustedDeviceResponse extends $tea.Model {
13752
14666
  headers?: { [key: string]: string };
13753
14667
  statusCode?: number;
13754
- body?: UpdateStorageModeResponseBody;
14668
+ body?: UpdateTrustedDeviceResponseBody;
13755
14669
  static names(): { [key: string]: string } {
13756
14670
  return {
13757
14671
  headers: 'headers',
@@ -13764,7 +14678,7 @@ export class UpdateStorageModeResponse extends $tea.Model {
13764
14678
  return {
13765
14679
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13766
14680
  statusCode: 'number',
13767
- body: UpdateStorageModeResponseBody,
14681
+ body: UpdateTrustedDeviceResponseBody,
13768
14682
  };
13769
14683
  }
13770
14684
 
@@ -13879,6 +14793,36 @@ export class UpdateVoiceMsgCtrlStatusResponse extends $tea.Model {
13879
14793
  }
13880
14794
  }
13881
14795
 
14796
+ export class AddCustomSignConfigRequestSignTermFiles extends $tea.Model {
14797
+ /**
14798
+ * @remarks
14799
+ * This parameter is required.
14800
+ */
14801
+ fileName?: string;
14802
+ /**
14803
+ * @remarks
14804
+ * This parameter is required.
14805
+ */
14806
+ mediaId?: string;
14807
+ static names(): { [key: string]: string } {
14808
+ return {
14809
+ fileName: 'fileName',
14810
+ mediaId: 'mediaId',
14811
+ };
14812
+ }
14813
+
14814
+ static types(): { [key: string]: any } {
14815
+ return {
14816
+ fileName: 'string',
14817
+ mediaId: 'string',
14818
+ };
14819
+ }
14820
+
14821
+ constructor(map?: { [key: string]: any }) {
14822
+ super(map);
14823
+ }
14824
+ }
14825
+
13882
14826
  export class ApproveProcessCallbackRequestRequest extends $tea.Model {
13883
14827
  /**
13884
14828
  * @remarks
@@ -13958,6 +14902,31 @@ export class ApproveProcessCallbackRequestRequest extends $tea.Model {
13958
14902
  }
13959
14903
  }
13960
14904
 
14905
+ export class CheckControlHitStatusResponseBodyResult extends $tea.Model {
14906
+ controlList?: string[];
14907
+ controlStatus?: number;
14908
+ reason?: string;
14909
+ static names(): { [key: string]: string } {
14910
+ return {
14911
+ controlList: 'controlList',
14912
+ controlStatus: 'controlStatus',
14913
+ reason: 'reason',
14914
+ };
14915
+ }
14916
+
14917
+ static types(): { [key: string]: any } {
14918
+ return {
14919
+ controlList: { 'type': 'array', 'itemType': 'string' },
14920
+ controlStatus: 'number',
14921
+ reason: 'string',
14922
+ };
14923
+ }
14924
+
14925
+ constructor(map?: { [key: string]: any }) {
14926
+ super(map);
14927
+ }
14928
+ }
14929
+
13961
14930
  export class CreateRuleRequestCustomPlan extends $tea.Model {
13962
14931
  currentCategoryList?: string[];
13963
14932
  deptIds?: number[];
@@ -13993,6 +14962,28 @@ export class CreateRuleRequestCustomPlan extends $tea.Model {
13993
14962
  }
13994
14963
  }
13995
14964
 
14965
+ export class CreateTrustedDeviceBatchRequestDetailList extends $tea.Model {
14966
+ macAddress?: string;
14967
+ title?: string;
14968
+ static names(): { [key: string]: string } {
14969
+ return {
14970
+ macAddress: 'macAddress',
14971
+ title: 'title',
14972
+ };
14973
+ }
14974
+
14975
+ static types(): { [key: string]: any } {
14976
+ return {
14977
+ macAddress: 'string',
14978
+ title: 'string',
14979
+ };
14980
+ }
14981
+
14982
+ constructor(map?: { [key: string]: any }) {
14983
+ super(map);
14984
+ }
14985
+ }
14986
+
13996
14987
  export class FileStorageGetQuotaDataResponseBodyQuotaModelList extends $tea.Model {
13997
14988
  /**
13998
14989
  * @remarks
@@ -15625,6 +16616,43 @@ export class GetPartnerTypeByParentIdResponseBodyData extends $tea.Model {
15625
16616
  }
15626
16617
  }
15627
16618
 
16619
+ export class GetPrivateStoreFileInfosByPageResponseBodyFileInfos extends $tea.Model {
16620
+ dentryId?: number;
16621
+ fileCreateTime?: number;
16622
+ fileName?: string;
16623
+ filePath?: string;
16624
+ fileSize?: number;
16625
+ spaceId?: number;
16626
+ status?: string;
16627
+ static names(): { [key: string]: string } {
16628
+ return {
16629
+ dentryId: 'dentryId',
16630
+ fileCreateTime: 'fileCreateTime',
16631
+ fileName: 'fileName',
16632
+ filePath: 'filePath',
16633
+ fileSize: 'fileSize',
16634
+ spaceId: 'spaceId',
16635
+ status: 'status',
16636
+ };
16637
+ }
16638
+
16639
+ static types(): { [key: string]: any } {
16640
+ return {
16641
+ dentryId: 'number',
16642
+ fileCreateTime: 'number',
16643
+ fileName: 'string',
16644
+ filePath: 'string',
16645
+ fileSize: 'number',
16646
+ spaceId: 'number',
16647
+ status: 'string',
16648
+ };
16649
+ }
16650
+
16651
+ constructor(map?: { [key: string]: any }) {
16652
+ super(map);
16653
+ }
16654
+ }
16655
+
15628
16656
  export class GetPublicDevicesResponseBodyDataDeviceDepts extends $tea.Model {
15629
16657
  /**
15630
16658
  * @example
@@ -19003,6 +20031,92 @@ export default class Client extends OpenApi {
19003
20031
  }
19004
20032
 
19005
20033
 
20034
+ /**
20035
+ * 添加自主协议
20036
+ *
20037
+ * @param request - AddCustomSignConfigRequest
20038
+ * @param headers - AddCustomSignConfigHeaders
20039
+ * @param runtime - runtime options for this request RuntimeOptions
20040
+ * @returns AddCustomSignConfigResponse
20041
+ */
20042
+ async addCustomSignConfigWithOptions(request: AddCustomSignConfigRequest, headers: AddCustomSignConfigHeaders, runtime: $Util.RuntimeOptions): Promise<AddCustomSignConfigResponse> {
20043
+ Util.validateModel(request);
20044
+ let body : {[key: string ]: any} = { };
20045
+ if (!Util.isUnset(request.allEffect)) {
20046
+ body["allEffect"] = request.allEffect;
20047
+ }
20048
+
20049
+ if (!Util.isUnset(request.canDownload)) {
20050
+ body["canDownload"] = request.canDownload;
20051
+ }
20052
+
20053
+ if (!Util.isUnset(request.protocolName)) {
20054
+ body["protocolName"] = request.protocolName;
20055
+ }
20056
+
20057
+ if (!Util.isUnset(request.pushDeptIds)) {
20058
+ body["pushDeptIds"] = request.pushDeptIds;
20059
+ }
20060
+
20061
+ if (!Util.isUnset(request.pushStaffIds)) {
20062
+ body["pushStaffIds"] = request.pushStaffIds;
20063
+ }
20064
+
20065
+ if (!Util.isUnset(request.signTermFiles)) {
20066
+ body["signTermFiles"] = request.signTermFiles;
20067
+ }
20068
+
20069
+ if (!Util.isUnset(request.termMessage)) {
20070
+ body["termMessage"] = request.termMessage;
20071
+ }
20072
+
20073
+ if (!Util.isUnset(request.unpushDeptIds)) {
20074
+ body["unpushDeptIds"] = request.unpushDeptIds;
20075
+ }
20076
+
20077
+ if (!Util.isUnset(request.unpushStaffIds)) {
20078
+ body["unpushStaffIds"] = request.unpushStaffIds;
20079
+ }
20080
+
20081
+ let realHeaders : {[key: string ]: string} = { };
20082
+ if (!Util.isUnset(headers.commonHeaders)) {
20083
+ realHeaders = headers.commonHeaders;
20084
+ }
20085
+
20086
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
20087
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
20088
+ }
20089
+
20090
+ let req = new $OpenApi.OpenApiRequest({
20091
+ headers: realHeaders,
20092
+ body: OpenApiUtil.parseToMap(body),
20093
+ });
20094
+ let params = new $OpenApi.Params({
20095
+ action: "AddCustomSignConfig",
20096
+ version: "exclusive_1.0",
20097
+ protocol: "HTTP",
20098
+ pathname: `/v1.0/exclusive/sign/addCustomSignConfig`,
20099
+ method: "POST",
20100
+ authType: "AK",
20101
+ style: "ROA",
20102
+ reqBodyType: "none",
20103
+ bodyType: "json",
20104
+ });
20105
+ return $tea.cast<AddCustomSignConfigResponse>(await this.execute(params, req, runtime), new AddCustomSignConfigResponse({}));
20106
+ }
20107
+
20108
+ /**
20109
+ * 添加自主协议
20110
+ *
20111
+ * @param request - AddCustomSignConfigRequest
20112
+ * @returns AddCustomSignConfigResponse
20113
+ */
20114
+ async addCustomSignConfig(request: AddCustomSignConfigRequest): Promise<AddCustomSignConfigResponse> {
20115
+ let runtime = new $Util.RuntimeOptions({ });
20116
+ let headers = new AddCustomSignConfigHeaders({ });
20117
+ return await this.addCustomSignConfigWithOptions(request, headers, runtime);
20118
+ }
20119
+
19006
20120
  /**
19007
20121
  * 新增企业
19008
20122
  *
@@ -19137,29 +20251,153 @@ export default class Client extends OpenApi {
19137
20251
  * @param request - ApproveProcessCallbackRequest
19138
20252
  * @returns ApproveProcessCallbackResponse
19139
20253
  */
19140
- async approveProcessCallback(request: ApproveProcessCallbackRequest): Promise<ApproveProcessCallbackResponse> {
20254
+ async approveProcessCallback(request: ApproveProcessCallbackRequest): Promise<ApproveProcessCallbackResponse> {
20255
+ let runtime = new $Util.RuntimeOptions({ });
20256
+ let headers = new ApproveProcessCallbackHeaders({ });
20257
+ return await this.approveProcessCallbackWithOptions(request, headers, runtime);
20258
+ }
20259
+
20260
+ /**
20261
+ * 群禁言或解禁
20262
+ *
20263
+ * @param request - BanOrOpenGroupWordsRequest
20264
+ * @param headers - BanOrOpenGroupWordsHeaders
20265
+ * @param runtime - runtime options for this request RuntimeOptions
20266
+ * @returns BanOrOpenGroupWordsResponse
20267
+ */
20268
+ async banOrOpenGroupWordsWithOptions(request: BanOrOpenGroupWordsRequest, headers: BanOrOpenGroupWordsHeaders, runtime: $Util.RuntimeOptions): Promise<BanOrOpenGroupWordsResponse> {
20269
+ Util.validateModel(request);
20270
+ let body : {[key: string ]: any} = { };
20271
+ if (!Util.isUnset(request.banWordsType)) {
20272
+ body["banWordsType"] = request.banWordsType;
20273
+ }
20274
+
20275
+ if (!Util.isUnset(request.openConverationId)) {
20276
+ body["openConverationId"] = request.openConverationId;
20277
+ }
20278
+
20279
+ let realHeaders : {[key: string ]: string} = { };
20280
+ if (!Util.isUnset(headers.commonHeaders)) {
20281
+ realHeaders = headers.commonHeaders;
20282
+ }
20283
+
20284
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
20285
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
20286
+ }
20287
+
20288
+ let req = new $OpenApi.OpenApiRequest({
20289
+ headers: realHeaders,
20290
+ body: OpenApiUtil.parseToMap(body),
20291
+ });
20292
+ let params = new $OpenApi.Params({
20293
+ action: "BanOrOpenGroupWords",
20294
+ version: "exclusive_1.0",
20295
+ protocol: "HTTP",
20296
+ pathname: `/v1.0/exclusive/enterpriseSecurities/banOrOpenGroupWords`,
20297
+ method: "PUT",
20298
+ authType: "AK",
20299
+ style: "ROA",
20300
+ reqBodyType: "none",
20301
+ bodyType: "json",
20302
+ });
20303
+ return $tea.cast<BanOrOpenGroupWordsResponse>(await this.execute(params, req, runtime), new BanOrOpenGroupWordsResponse({}));
20304
+ }
20305
+
20306
+ /**
20307
+ * 群禁言或解禁
20308
+ *
20309
+ * @param request - BanOrOpenGroupWordsRequest
20310
+ * @returns BanOrOpenGroupWordsResponse
20311
+ */
20312
+ async banOrOpenGroupWords(request: BanOrOpenGroupWordsRequest): Promise<BanOrOpenGroupWordsResponse> {
20313
+ let runtime = new $Util.RuntimeOptions({ });
20314
+ let headers = new BanOrOpenGroupWordsHeaders({ });
20315
+ return await this.banOrOpenGroupWordsWithOptions(request, headers, runtime);
20316
+ }
20317
+
20318
+ /**
20319
+ * 业务融合群业务事件变更
20320
+ *
20321
+ * @param request - BusinessEventUpdateRequest
20322
+ * @param headers - BusinessEventUpdateHeaders
20323
+ * @param runtime - runtime options for this request RuntimeOptions
20324
+ * @returns BusinessEventUpdateResponse
20325
+ */
20326
+ async businessEventUpdateWithOptions(request: BusinessEventUpdateRequest, headers: BusinessEventUpdateHeaders, runtime: $Util.RuntimeOptions): Promise<BusinessEventUpdateResponse> {
20327
+ Util.validateModel(request);
20328
+ let body : {[key: string ]: any} = { };
20329
+ if (!Util.isUnset(request.businessData)) {
20330
+ body["businessData"] = request.businessData;
20331
+ }
20332
+
20333
+ if (!Util.isUnset(request.eventType)) {
20334
+ body["eventType"] = request.eventType;
20335
+ }
20336
+
20337
+ if (!Util.isUnset(request.openConversationId)) {
20338
+ body["openConversationId"] = request.openConversationId;
20339
+ }
20340
+
20341
+ if (!Util.isUnset(request.updateByKey)) {
20342
+ body["updateByKey"] = request.updateByKey;
20343
+ }
20344
+
20345
+ let realHeaders : {[key: string ]: string} = { };
20346
+ if (!Util.isUnset(headers.commonHeaders)) {
20347
+ realHeaders = headers.commonHeaders;
20348
+ }
20349
+
20350
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
20351
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
20352
+ }
20353
+
20354
+ let req = new $OpenApi.OpenApiRequest({
20355
+ headers: realHeaders,
20356
+ body: OpenApiUtil.parseToMap(body),
20357
+ });
20358
+ let params = new $OpenApi.Params({
20359
+ action: "BusinessEventUpdate",
20360
+ version: "exclusive_1.0",
20361
+ protocol: "HTTP",
20362
+ pathname: `/v1.0/exclusive/businessGroups/events`,
20363
+ method: "PUT",
20364
+ authType: "AK",
20365
+ style: "ROA",
20366
+ reqBodyType: "none",
20367
+ bodyType: "json",
20368
+ });
20369
+ return $tea.cast<BusinessEventUpdateResponse>(await this.execute(params, req, runtime), new BusinessEventUpdateResponse({}));
20370
+ }
20371
+
20372
+ /**
20373
+ * 业务融合群业务事件变更
20374
+ *
20375
+ * @param request - BusinessEventUpdateRequest
20376
+ * @returns BusinessEventUpdateResponse
20377
+ */
20378
+ async businessEventUpdate(request: BusinessEventUpdateRequest): Promise<BusinessEventUpdateResponse> {
19141
20379
  let runtime = new $Util.RuntimeOptions({ });
19142
- let headers = new ApproveProcessCallbackHeaders({ });
19143
- return await this.approveProcessCallbackWithOptions(request, headers, runtime);
20380
+ let headers = new BusinessEventUpdateHeaders({ });
20381
+ return await this.businessEventUpdateWithOptions(request, headers, runtime);
19144
20382
  }
19145
20383
 
19146
20384
  /**
19147
- * 群禁言或解禁
20385
+ * 检测安全管控功能命中状态
19148
20386
  *
19149
- * @param request - BanOrOpenGroupWordsRequest
19150
- * @param headers - BanOrOpenGroupWordsHeaders
20387
+ * @param request - CheckControlHitStatusRequest
20388
+ * @param headers - CheckControlHitStatusHeaders
19151
20389
  * @param runtime - runtime options for this request RuntimeOptions
19152
- * @returns BanOrOpenGroupWordsResponse
20390
+ * @returns CheckControlHitStatusResponse
19153
20391
  */
19154
- async banOrOpenGroupWordsWithOptions(request: BanOrOpenGroupWordsRequest, headers: BanOrOpenGroupWordsHeaders, runtime: $Util.RuntimeOptions): Promise<BanOrOpenGroupWordsResponse> {
20392
+ async checkControlHitStatusWithOptions(request: CheckControlHitStatusRequest, headers: CheckControlHitStatusHeaders, runtime: $Util.RuntimeOptions): Promise<CheckControlHitStatusResponse> {
19155
20393
  Util.validateModel(request);
19156
- let body : {[key: string ]: any} = { };
19157
- if (!Util.isUnset(request.banWordsType)) {
19158
- body["banWordsType"] = request.banWordsType;
20394
+ let query : {[key: string ]: any} = { };
20395
+ if (!Util.isUnset(request.needMissedFunction)) {
20396
+ query["needMissedFunction"] = request.needMissedFunction;
19159
20397
  }
19160
20398
 
19161
- if (!Util.isUnset(request.openConverationId)) {
19162
- body["openConverationId"] = request.openConverationId;
20399
+ if (!Util.isUnset(request.userId)) {
20400
+ query["userId"] = request.userId;
19163
20401
  }
19164
20402
 
19165
20403
  let realHeaders : {[key: string ]: string} = { };
@@ -19173,32 +20411,32 @@ export default class Client extends OpenApi {
19173
20411
 
19174
20412
  let req = new $OpenApi.OpenApiRequest({
19175
20413
  headers: realHeaders,
19176
- body: OpenApiUtil.parseToMap(body),
20414
+ query: OpenApiUtil.query(query),
19177
20415
  });
19178
20416
  let params = new $OpenApi.Params({
19179
- action: "BanOrOpenGroupWords",
20417
+ action: "CheckControlHitStatus",
19180
20418
  version: "exclusive_1.0",
19181
20419
  protocol: "HTTP",
19182
- pathname: `/v1.0/exclusive/enterpriseSecurities/banOrOpenGroupWords`,
19183
- method: "PUT",
20420
+ pathname: `/v1.0/exclusive/soc/functionHitStatuses/check`,
20421
+ method: "POST",
19184
20422
  authType: "AK",
19185
20423
  style: "ROA",
19186
20424
  reqBodyType: "none",
19187
20425
  bodyType: "json",
19188
20426
  });
19189
- return $tea.cast<BanOrOpenGroupWordsResponse>(await this.execute(params, req, runtime), new BanOrOpenGroupWordsResponse({}));
20427
+ return $tea.cast<CheckControlHitStatusResponse>(await this.execute(params, req, runtime), new CheckControlHitStatusResponse({}));
19190
20428
  }
19191
20429
 
19192
20430
  /**
19193
- * 群禁言或解禁
20431
+ * 检测安全管控功能命中状态
19194
20432
  *
19195
- * @param request - BanOrOpenGroupWordsRequest
19196
- * @returns BanOrOpenGroupWordsResponse
20433
+ * @param request - CheckControlHitStatusRequest
20434
+ * @returns CheckControlHitStatusResponse
19197
20435
  */
19198
- async banOrOpenGroupWords(request: BanOrOpenGroupWordsRequest): Promise<BanOrOpenGroupWordsResponse> {
20436
+ async checkControlHitStatus(request: CheckControlHitStatusRequest): Promise<CheckControlHitStatusResponse> {
19199
20437
  let runtime = new $Util.RuntimeOptions({ });
19200
- let headers = new BanOrOpenGroupWordsHeaders({ });
19201
- return await this.banOrOpenGroupWordsWithOptions(request, headers, runtime);
20438
+ let headers = new CheckControlHitStatusHeaders({ });
20439
+ return await this.checkControlHitStatusWithOptions(request, headers, runtime);
19202
20440
  }
19203
20441
 
19204
20442
  /**
@@ -19460,6 +20698,10 @@ export default class Client extends OpenApi {
19460
20698
  body["status"] = request.status;
19461
20699
  }
19462
20700
 
20701
+ if (!Util.isUnset(request.title)) {
20702
+ body["title"] = request.title;
20703
+ }
20704
+
19463
20705
  if (!Util.isUnset(request.userId)) {
19464
20706
  body["userId"] = request.userId;
19465
20707
  }
@@ -19514,6 +20756,10 @@ export default class Client extends OpenApi {
19514
20756
  async createTrustedDeviceBatchWithOptions(request: CreateTrustedDeviceBatchRequest, headers: CreateTrustedDeviceBatchHeaders, runtime: $Util.RuntimeOptions): Promise<CreateTrustedDeviceBatchResponse> {
19515
20757
  Util.validateModel(request);
19516
20758
  let body : {[key: string ]: any} = { };
20759
+ if (!Util.isUnset(request.detailList)) {
20760
+ body["detailList"] = request.detailList;
20761
+ }
20762
+
19517
20763
  if (!Util.isUnset(request.macAddressList)) {
19518
20764
  body["macAddressList"] = request.macAddressList;
19519
20765
  }
@@ -20855,6 +22101,64 @@ export default class Client extends OpenApi {
20855
22101
  return await this.getCidsByBotCodeWithOptions(request, headers, runtime);
20856
22102
  }
20857
22103
 
22104
+ /**
22105
+ * 获取密级标签
22106
+ *
22107
+ * @param request - GetClassTagRequest
22108
+ * @param headers - GetClassTagHeaders
22109
+ * @param runtime - runtime options for this request RuntimeOptions
22110
+ * @returns GetClassTagResponse
22111
+ */
22112
+ async getClassTagWithOptions(request: GetClassTagRequest, headers: GetClassTagHeaders, runtime: $Util.RuntimeOptions): Promise<GetClassTagResponse> {
22113
+ Util.validateModel(request);
22114
+ let query : {[key: string ]: any} = { };
22115
+ if (!Util.isUnset(request.entityId)) {
22116
+ query["entityId"] = request.entityId;
22117
+ }
22118
+
22119
+ if (!Util.isUnset(request.tagCode)) {
22120
+ query["tagCode"] = request.tagCode;
22121
+ }
22122
+
22123
+ let realHeaders : {[key: string ]: string} = { };
22124
+ if (!Util.isUnset(headers.commonHeaders)) {
22125
+ realHeaders = headers.commonHeaders;
22126
+ }
22127
+
22128
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
22129
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
22130
+ }
22131
+
22132
+ let req = new $OpenApi.OpenApiRequest({
22133
+ headers: realHeaders,
22134
+ query: OpenApiUtil.query(query),
22135
+ });
22136
+ let params = new $OpenApi.Params({
22137
+ action: "GetClassTag",
22138
+ version: "exclusive_1.0",
22139
+ protocol: "HTTP",
22140
+ pathname: `/v1.0/exclusive/classes/entities/tags`,
22141
+ method: "GET",
22142
+ authType: "AK",
22143
+ style: "ROA",
22144
+ reqBodyType: "none",
22145
+ bodyType: "json",
22146
+ });
22147
+ return $tea.cast<GetClassTagResponse>(await this.execute(params, req, runtime), new GetClassTagResponse({}));
22148
+ }
22149
+
22150
+ /**
22151
+ * 获取密级标签
22152
+ *
22153
+ * @param request - GetClassTagRequest
22154
+ * @returns GetClassTagResponse
22155
+ */
22156
+ async getClassTag(request: GetClassTagRequest): Promise<GetClassTagResponse> {
22157
+ let runtime = new $Util.RuntimeOptions({ });
22158
+ let headers = new GetClassTagHeaders({ });
22159
+ return await this.getClassTagWithOptions(request, headers, runtime);
22160
+ }
22161
+
20858
22162
  /**
20859
22163
  * 获取发布号的评论列表
20860
22164
  *
@@ -22161,6 +23465,192 @@ export default class Client extends OpenApi {
22161
23465
  return await this.getPartnerTypeByParentIdWithOptions(parentId, headers, runtime);
22162
23466
  }
22163
23467
 
23468
+ /**
23469
+ * 获取专属存储容量信息
23470
+ *
23471
+ * @param request - GetPrivateStoreCapacityUsageRequest
23472
+ * @param headers - GetPrivateStoreCapacityUsageHeaders
23473
+ * @param runtime - runtime options for this request RuntimeOptions
23474
+ * @returns GetPrivateStoreCapacityUsageResponse
23475
+ */
23476
+ async getPrivateStoreCapacityUsageWithOptions(request: GetPrivateStoreCapacityUsageRequest, headers: GetPrivateStoreCapacityUsageHeaders, runtime: $Util.RuntimeOptions): Promise<GetPrivateStoreCapacityUsageResponse> {
23477
+ Util.validateModel(request);
23478
+ let query : {[key: string ]: any} = { };
23479
+ if (!Util.isUnset(request.targetCorpId)) {
23480
+ query["targetCorpId"] = request.targetCorpId;
23481
+ }
23482
+
23483
+ let realHeaders : {[key: string ]: string} = { };
23484
+ if (!Util.isUnset(headers.commonHeaders)) {
23485
+ realHeaders = headers.commonHeaders;
23486
+ }
23487
+
23488
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
23489
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
23490
+ }
23491
+
23492
+ let req = new $OpenApi.OpenApiRequest({
23493
+ headers: realHeaders,
23494
+ query: OpenApiUtil.query(query),
23495
+ });
23496
+ let params = new $OpenApi.Params({
23497
+ action: "GetPrivateStoreCapacityUsage",
23498
+ version: "exclusive_1.0",
23499
+ protocol: "HTTP",
23500
+ pathname: `/v1.0/exclusive/privateStores/capacityUsages/infos`,
23501
+ method: "GET",
23502
+ authType: "AK",
23503
+ style: "ROA",
23504
+ reqBodyType: "none",
23505
+ bodyType: "json",
23506
+ });
23507
+ return $tea.cast<GetPrivateStoreCapacityUsageResponse>(await this.execute(params, req, runtime), new GetPrivateStoreCapacityUsageResponse({}));
23508
+ }
23509
+
23510
+ /**
23511
+ * 获取专属存储容量信息
23512
+ *
23513
+ * @param request - GetPrivateStoreCapacityUsageRequest
23514
+ * @returns GetPrivateStoreCapacityUsageResponse
23515
+ */
23516
+ async getPrivateStoreCapacityUsage(request: GetPrivateStoreCapacityUsageRequest): Promise<GetPrivateStoreCapacityUsageResponse> {
23517
+ let runtime = new $Util.RuntimeOptions({ });
23518
+ let headers = new GetPrivateStoreCapacityUsageHeaders({ });
23519
+ return await this.getPrivateStoreCapacityUsageWithOptions(request, headers, runtime);
23520
+ }
23521
+
23522
+ /**
23523
+ * 分页获取专属存储文件信息
23524
+ *
23525
+ * @param request - GetPrivateStoreFileInfosByPageRequest
23526
+ * @param headers - GetPrivateStoreFileInfosByPageHeaders
23527
+ * @param runtime - runtime options for this request RuntimeOptions
23528
+ * @returns GetPrivateStoreFileInfosByPageResponse
23529
+ */
23530
+ async getPrivateStoreFileInfosByPageWithOptions(request: GetPrivateStoreFileInfosByPageRequest, headers: GetPrivateStoreFileInfosByPageHeaders, runtime: $Util.RuntimeOptions): Promise<GetPrivateStoreFileInfosByPageResponse> {
23531
+ Util.validateModel(request);
23532
+ let body : {[key: string ]: any} = { };
23533
+ if (!Util.isUnset(request.fileCreateTime)) {
23534
+ body["fileCreateTime"] = request.fileCreateTime;
23535
+ }
23536
+
23537
+ if (!Util.isUnset(request.fileStatus)) {
23538
+ body["fileStatus"] = request.fileStatus;
23539
+ }
23540
+
23541
+ if (!Util.isUnset(request.maxResults)) {
23542
+ body["maxResults"] = request.maxResults;
23543
+ }
23544
+
23545
+ if (!Util.isUnset(request.nextToken)) {
23546
+ body["nextToken"] = request.nextToken;
23547
+ }
23548
+
23549
+ if (!Util.isUnset(request.order)) {
23550
+ body["order"] = request.order;
23551
+ }
23552
+
23553
+ if (!Util.isUnset(request.targetCorpId)) {
23554
+ body["targetCorpId"] = request.targetCorpId;
23555
+ }
23556
+
23557
+ let realHeaders : {[key: string ]: string} = { };
23558
+ if (!Util.isUnset(headers.commonHeaders)) {
23559
+ realHeaders = headers.commonHeaders;
23560
+ }
23561
+
23562
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
23563
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
23564
+ }
23565
+
23566
+ let req = new $OpenApi.OpenApiRequest({
23567
+ headers: realHeaders,
23568
+ body: OpenApiUtil.parseToMap(body),
23569
+ });
23570
+ let params = new $OpenApi.Params({
23571
+ action: "GetPrivateStoreFileInfosByPage",
23572
+ version: "exclusive_1.0",
23573
+ protocol: "HTTP",
23574
+ pathname: `/v1.0/exclusive/privateStores/fileInfos/query`,
23575
+ method: "POST",
23576
+ authType: "AK",
23577
+ style: "ROA",
23578
+ reqBodyType: "none",
23579
+ bodyType: "json",
23580
+ });
23581
+ return $tea.cast<GetPrivateStoreFileInfosByPageResponse>(await this.execute(params, req, runtime), new GetPrivateStoreFileInfosByPageResponse({}));
23582
+ }
23583
+
23584
+ /**
23585
+ * 分页获取专属存储文件信息
23586
+ *
23587
+ * @param request - GetPrivateStoreFileInfosByPageRequest
23588
+ * @returns GetPrivateStoreFileInfosByPageResponse
23589
+ */
23590
+ async getPrivateStoreFileInfosByPage(request: GetPrivateStoreFileInfosByPageRequest): Promise<GetPrivateStoreFileInfosByPageResponse> {
23591
+ let runtime = new $Util.RuntimeOptions({ });
23592
+ let headers = new GetPrivateStoreFileInfosByPageHeaders({ });
23593
+ return await this.getPrivateStoreFileInfosByPageWithOptions(request, headers, runtime);
23594
+ }
23595
+
23596
+ /**
23597
+ * 获取专属存储文件路径
23598
+ *
23599
+ * @param request - GetPrivateStoreFilePathRequest
23600
+ * @param headers - GetPrivateStoreFilePathHeaders
23601
+ * @param runtime - runtime options for this request RuntimeOptions
23602
+ * @returns GetPrivateStoreFilePathResponse
23603
+ */
23604
+ async getPrivateStoreFilePathWithOptions(request: GetPrivateStoreFilePathRequest, headers: GetPrivateStoreFilePathHeaders, runtime: $Util.RuntimeOptions): Promise<GetPrivateStoreFilePathResponse> {
23605
+ Util.validateModel(request);
23606
+ let body : {[key: string ]: any} = { };
23607
+ if (!Util.isUnset(request.dentryId)) {
23608
+ body["dentryId"] = request.dentryId;
23609
+ }
23610
+
23611
+ if (!Util.isUnset(request.spaceId)) {
23612
+ body["spaceId"] = request.spaceId;
23613
+ }
23614
+
23615
+ let realHeaders : {[key: string ]: string} = { };
23616
+ if (!Util.isUnset(headers.commonHeaders)) {
23617
+ realHeaders = headers.commonHeaders;
23618
+ }
23619
+
23620
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
23621
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
23622
+ }
23623
+
23624
+ let req = new $OpenApi.OpenApiRequest({
23625
+ headers: realHeaders,
23626
+ body: OpenApiUtil.parseToMap(body),
23627
+ });
23628
+ let params = new $OpenApi.Params({
23629
+ action: "GetPrivateStoreFilePath",
23630
+ version: "exclusive_1.0",
23631
+ protocol: "HTTP",
23632
+ pathname: `/v1.0/exclusive/privateStores/filePaths/query`,
23633
+ method: "POST",
23634
+ authType: "AK",
23635
+ style: "ROA",
23636
+ reqBodyType: "none",
23637
+ bodyType: "json",
23638
+ });
23639
+ return $tea.cast<GetPrivateStoreFilePathResponse>(await this.execute(params, req, runtime), new GetPrivateStoreFilePathResponse({}));
23640
+ }
23641
+
23642
+ /**
23643
+ * 获取专属存储文件路径
23644
+ *
23645
+ * @param request - GetPrivateStoreFilePathRequest
23646
+ * @returns GetPrivateStoreFilePathResponse
23647
+ */
23648
+ async getPrivateStoreFilePath(request: GetPrivateStoreFilePathRequest): Promise<GetPrivateStoreFilePathResponse> {
23649
+ let runtime = new $Util.RuntimeOptions({ });
23650
+ let headers = new GetPrivateStoreFilePathHeaders({ });
23651
+ return await this.getPrivateStoreFilePathWithOptions(request, headers, runtime);
23652
+ }
23653
+
22164
23654
  /**
22165
23655
  * 获取公共设备列表。
22166
23656
  *
@@ -26848,6 +28338,64 @@ export default class Client extends OpenApi {
26848
28338
  return await this.updateStorageModeWithOptions(request, headers, runtime);
26849
28339
  }
26850
28340
 
28341
+ /**
28342
+ * 通过设备编号修改设备信息。
28343
+ *
28344
+ * @param request - UpdateTrustedDeviceRequest
28345
+ * @param headers - UpdateTrustedDeviceHeaders
28346
+ * @param runtime - runtime options for this request RuntimeOptions
28347
+ * @returns UpdateTrustedDeviceResponse
28348
+ */
28349
+ async updateTrustedDeviceWithOptions(deviceId: string, request: UpdateTrustedDeviceRequest, headers: UpdateTrustedDeviceHeaders, runtime: $Util.RuntimeOptions): Promise<UpdateTrustedDeviceResponse> {
28350
+ Util.validateModel(request);
28351
+ let body : {[key: string ]: any} = { };
28352
+ if (!Util.isUnset(request.status)) {
28353
+ body["status"] = request.status;
28354
+ }
28355
+
28356
+ if (!Util.isUnset(request.title)) {
28357
+ body["title"] = request.title;
28358
+ }
28359
+
28360
+ let realHeaders : {[key: string ]: string} = { };
28361
+ if (!Util.isUnset(headers.commonHeaders)) {
28362
+ realHeaders = headers.commonHeaders;
28363
+ }
28364
+
28365
+ if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) {
28366
+ realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken);
28367
+ }
28368
+
28369
+ let req = new $OpenApi.OpenApiRequest({
28370
+ headers: realHeaders,
28371
+ body: OpenApiUtil.parseToMap(body),
28372
+ });
28373
+ let params = new $OpenApi.Params({
28374
+ action: "UpdateTrustedDevice",
28375
+ version: "exclusive_1.0",
28376
+ protocol: "HTTP",
28377
+ pathname: `/v1.0/exclusive/trustedDevices/${deviceId}`,
28378
+ method: "PUT",
28379
+ authType: "AK",
28380
+ style: "ROA",
28381
+ reqBodyType: "none",
28382
+ bodyType: "json",
28383
+ });
28384
+ return $tea.cast<UpdateTrustedDeviceResponse>(await this.execute(params, req, runtime), new UpdateTrustedDeviceResponse({}));
28385
+ }
28386
+
28387
+ /**
28388
+ * 通过设备编号修改设备信息。
28389
+ *
28390
+ * @param request - UpdateTrustedDeviceRequest
28391
+ * @returns UpdateTrustedDeviceResponse
28392
+ */
28393
+ async updateTrustedDevice(deviceId: string, request: UpdateTrustedDeviceRequest): Promise<UpdateTrustedDeviceResponse> {
28394
+ let runtime = new $Util.RuntimeOptions({ });
28395
+ let headers = new UpdateTrustedDeviceHeaders({ });
28396
+ return await this.updateTrustedDeviceWithOptions(deviceId, request, headers, runtime);
28397
+ }
28398
+
26851
28399
  /**
26852
28400
  * 允许三方调用该API,决定对应的语音消息管控状态
26853
28401
  *