tencentcloud-sdk-nodejs 4.1.275 → 4.1.277

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 (29) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/adp/v20260520/adp_client.js +77 -14
  3. package/es/services/dlc/v20210125/dlc_client.js +9 -0
  4. package/es/services/mps/v20190612/mps_client.js +8 -2
  5. package/package.json +1 -1
  6. package/tencentcloud/common/sdk_version.d.ts +1 -1
  7. package/tencentcloud/common/sdk_version.js +1 -1
  8. package/tencentcloud/services/adp/v20260520/adp_client.d.ts +99 -15
  9. package/tencentcloud/services/adp/v20260520/adp_client.js +147 -21
  10. package/tencentcloud/services/adp/v20260520/adp_models.d.ts +2089 -599
  11. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +63 -48
  12. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +47 -43
  13. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +17 -17
  14. package/tencentcloud/services/cfw/v20190904/cfw_client.js +17 -17
  15. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +206 -206
  16. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  17. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +13 -1
  18. package/tencentcloud/services/dlc/v20210125/dlc_client.js +18 -0
  19. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +208 -36
  20. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -14
  21. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +23 -56
  22. package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +1 -1
  23. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +11 -3
  24. package/tencentcloud/services/mps/v20190612/mps_client.js +15 -3
  25. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +250 -94
  26. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +35 -35
  27. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +106 -55
  28. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +18 -0
  29. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -5
@@ -1,15 +1,67 @@
1
1
  /**
2
- * MCPToolConfig
2
+ * AppTriggerRunLog
3
3
  */
4
- export interface MCPToolConfig {
4
+ export interface AppTriggerRunLog {
5
5
  /**
6
- * <p>输入参数</p>
6
+ *
7
7
  */
8
- Inputs?: Array<RequestParam>;
8
+ ConversationId?: string;
9
9
  /**
10
- * <p>输出参数</p>
10
+ *
11
11
  */
12
- Outputs?: Array<ResponseParam>;
12
+ DurationMs?: string;
13
+ /**
14
+ *
15
+ */
16
+ EndTime?: string;
17
+ /**
18
+ * <table><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>APP_TRIGGER_FIRE_TYPE_UNSPECIFIED</td><td>0</td><td>未指定</td></tr><tr><td>APP_TRIGGER_FIRE_TYPE_SCHEDULED</td><td>1</td><td>定时触发</td></tr><tr><td>APP_TRIGGER_FIRE_TYPE_WEBHOOK</td><td>2</td><td>Webhook 触发</td></tr><tr><td>APP_TRIGGER_FIRE_TYPE_MANUAL_RUN</td><td>3</td><td>手动立即执行</td></tr><tr><td>APP_TRIGGER_FIRE_TYPE_TEST_RUN</td><td>4</td><td>测试执行</td></tr></table>
19
+ */
20
+ FireType?: number;
21
+ /**
22
+ *
23
+ */
24
+ InstanceId?: string;
25
+ /**
26
+ * <table><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>TIMER_RUN_PUSH_STATUS_UNSPECIFIED</td><td>0</td><td>未指定</td></tr><tr><td>TIMER_RUN_PUSH_STATUS_NONE</td><td>1</td><td>未配置推送</td></tr><tr><td>TIMER_RUN_PUSH_STATUS_WAITING</td><td>2</td><td>等待推送</td></tr><tr><td>TIMER_RUN_PUSH_STATUS_SUCCESS</td><td>3</td><td>推送成功</td></tr><tr><td>TIMER_RUN_PUSH_STATUS_FAILED</td><td>4</td><td>推送失败</td></tr></table>
27
+ */
28
+ PushStatus?: number;
29
+ /**
30
+ *
31
+ */
32
+ ResultCode?: string;
33
+ /**
34
+ *
35
+ */
36
+ ResultSummary?: string;
37
+ /**
38
+ *
39
+ */
40
+ RunId?: string;
41
+ /**
42
+ *
43
+ */
44
+ ScheduledFireTime?: string;
45
+ /**
46
+ *
47
+ */
48
+ StartTime?: string;
49
+ /**
50
+ * <table><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>TIMER_RUN_STATUS_UNSPECIFIED</td><td>0</td><td>未指定</td></tr><tr><td>TIMER_RUN_STATUS_PENDING</td><td>1</td><td>等待执行</td></tr><tr><td>TIMER_RUN_STATUS_RUNNING</td><td>2</td><td>执行中</td></tr><tr><td>TIMER_RUN_STATUS_RETRY_WAIT</td><td>3</td><td>等待重试</td></tr><tr><td>TIMER_RUN_STATUS_SUCCESS</td><td>4</td><td>成功</td></tr><tr><td>TIMER_RUN_STATUS_DEAD</td><td>5</td><td>失败终态 (重试耗尽 / 不可重试)</td></tr><tr><td>TIMER_RUN_STATUS_CANCELLED</td><td>6</td><td>被任务暂停/删除/修改取消</td></tr></table>
51
+ */
52
+ Status?: number;
53
+ /**
54
+ *
55
+ */
56
+ TriggerId?: string;
57
+ /**
58
+ *
59
+ */
60
+ Unread?: boolean;
61
+ /**
62
+ *
63
+ */
64
+ WorkflowRunId?: string;
13
65
  }
14
66
  /**
15
67
  * DeleteAgent请求参数结构体
@@ -356,13 +408,55 @@ export interface DeleteSkillShareRequest {
356
408
  VersionId: string;
357
409
  }
358
410
  /**
359
- * 工具信息
411
+ * MarkTimerTaskRunLogRead返回参数结构体
360
412
  */
361
- export interface ToolSummary {
413
+ export interface MarkTimerTaskRunLogReadResponse {
362
414
  /**
363
- * <p>工具Id</p>
415
+ * 标记为已读的数量
364
416
  */
365
- ToolId?: string;
417
+ MarkedCount?: number;
418
+ /**
419
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
420
+ */
421
+ RequestId?: string;
422
+ }
423
+ /**
424
+ * RunAppTriggerNow返回参数结构体
425
+ */
426
+ export interface RunAppTriggerNowResponse {
427
+ /**
428
+ * <p>应用触发器实例ID</p>
429
+ */
430
+ InstanceId?: string;
431
+ /**
432
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
433
+ */
434
+ RequestId?: string;
435
+ }
436
+ /**
437
+ * DescribeAppTriggerRunLogList请求参数结构体
438
+ */
439
+ export interface DescribeAppTriggerRunLogListRequest {
440
+ /**
441
+ * <p>应用ID</p>
442
+ */
443
+ AppId?: string;
444
+ /**
445
+ * <p>过滤参数</p>
446
+ */
447
+ FilterList?: Array<Filter>;
448
+ /**
449
+ * <p>页码</p><p>取值范围:[1, 1000000]</p>
450
+ */
451
+ PageNumber?: number;
452
+ /**
453
+ * <p>每页数据量</p><p>取值范围:[1, 100]</p>
454
+ */
455
+ PageSize?: number;
456
+ /**
457
+ * <p>应用触发器ID</p>
458
+ */
459
+ TriggerId?: string;
366
460
  }
367
461
  /**
368
462
  * 生成模型配置
@@ -432,6 +526,32 @@ export interface SkillShare {
432
526
  */
433
527
  Status: number;
434
528
  }
529
+ /**
530
+ * DeleteAppTrigger请求参数结构体
531
+ */
532
+ export interface DeleteAppTriggerRequest {
533
+ /**
534
+ * <p>应用ID</p>
535
+ */
536
+ AppId?: string;
537
+ /**
538
+ * <p>触发器ID</p>
539
+ */
540
+ TriggerId?: string;
541
+ }
542
+ /**
543
+ * RunTimerTaskNow返回参数结构体
544
+ */
545
+ export interface RunTimerTaskNowResponse {
546
+ /**
547
+ * 实例ID
548
+ */
549
+ FireInstanceId?: string;
550
+ /**
551
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
552
+ */
553
+ RequestId?: string;
554
+ }
435
555
  /**
436
556
  * AppShareWhitelistItem
437
557
  */
@@ -530,6 +650,15 @@ export interface CreateWebSocketTokenRequest {
530
650
  */
531
651
  UserId?: string;
532
652
  }
653
+ /**
654
+ * ResetConversation返回参数结构体
655
+ */
656
+ export interface ResetConversationResponse {
657
+ /**
658
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
659
+ */
660
+ RequestId?: string;
661
+ }
533
662
  /**
534
663
  * 意图达成信息
535
664
  */
@@ -544,17 +673,13 @@ export interface IntentAchievementInfo {
544
673
  Name: string;
545
674
  }
546
675
  /**
547
- * RollbackRelease请求参数结构体
676
+ * OnceSchedule
548
677
  */
549
- export interface RollbackReleaseRequest {
550
- /**
551
- * app_id
552
- */
553
- AppId: string;
678
+ export interface OnceSchedule {
554
679
  /**
555
- * release_id
680
+ * 触发时间
556
681
  */
557
- ReleaseId: string;
682
+ FireTime?: string;
558
683
  }
559
684
  /**
560
685
  * DeleteSkill返回参数结构体
@@ -566,17 +691,70 @@ export interface DeleteSkillResponse {
566
691
  RequestId?: string;
567
692
  }
568
693
  /**
569
- * 模型属性
694
+ * MarkTimerTaskRunLogRead请求参数结构体
570
695
  */
571
- export interface ModelProperty {
696
+ export interface MarkTimerTaskRunLogReadRequest {
572
697
  /**
573
- * 属性名称
698
+ * 实例列表
574
699
  */
575
- Name?: string;
700
+ FireInstanceIdList?: Array<string>;
576
701
  /**
577
- * 属性值
702
+ * 空间ID
578
703
  */
579
- Value?: string;
704
+ SpaceId?: string;
705
+ /**
706
+ * 任务ID
707
+ */
708
+ TimerId?: string;
709
+ /**
710
+ * 主用户
711
+ */
712
+ LoginUin?: string;
713
+ /**
714
+ * 子用户
715
+ */
716
+ LoginSubAccountUin?: string;
717
+ }
718
+ /**
719
+ * ModifyConversation请求参数结构体
720
+ */
721
+ export interface ModifyConversationRequest {
722
+ /**
723
+ * <p>会话类型 枚举值: 0-CONVERSATION_TYPE_UNSPECIFIED(未指定;列表查询时表示全部), 1-CONVERSATION_TYPE_VISITOR(访客端体验), 2-CONVERSATION_TYPE_EVALUATION(评测), 5-CONVERSATION_TYPE_API(API 接入), 10-CONVERSATION_TYPE_WORKFLOW(工作流调试), 20-CONVERSATION_TYPE_SHARE(分享链接)</p>
724
+ */
725
+ Type: number;
726
+ /**
727
+ * <p>应用 ID</p>
728
+ */
729
+ AppId?: string;
730
+ /**
731
+ * <p>Type=CONVERSATION_TYPE_API 时必填,应用密钥</p>
732
+ */
733
+ AppKey?: string;
734
+ /**
735
+ * <p>登录用户子账号(集成商模式必填)</p>
736
+ */
737
+ LoginSubAccountUin?: string;
738
+ /**
739
+ * <p>登录用户主账号(集成商模式必填)</p>
740
+ */
741
+ LoginUin?: string;
742
+ /**
743
+ * <p>Type=CONVERSATION_TYPE_SHARE 时必填,分享码</p>
744
+ */
745
+ ShareCode?: string;
746
+ /**
747
+ * <p>Type=CONVERSATION_TYPE_API 时必填,访客ID</p>
748
+ */
749
+ UserId?: string;
750
+ /**
751
+ * 会话ID
752
+ */
753
+ ConversationId?: string;
754
+ /**
755
+ * 会话标题
756
+ */
757
+ Title?: string;
580
758
  }
581
759
  /**
582
760
  * DescribeAgentReleasePreviewList请求参数结构体
@@ -603,6 +781,19 @@ export interface DescribeAgentReleasePreviewListRequest {
603
781
  */
604
782
  FilterList?: Array<Filter>;
605
783
  }
784
+ /**
785
+ * DescribeReleaseSummary返回参数结构体
786
+ */
787
+ export interface DescribeReleaseSummaryResponse {
788
+ /**
789
+ * 发布信息
790
+ */
791
+ ReleaseSummary?: ReleaseSummary;
792
+ /**
793
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
794
+ */
795
+ RequestId?: string;
796
+ }
606
797
  /**
607
798
  * DescribeModelList返回参数结构体
608
799
  */
@@ -621,13 +812,63 @@ export interface DescribeModelListResponse {
621
812
  RequestId?: string;
622
813
  }
623
814
  /**
624
- * UnfavoriteSkill返回参数结构体
815
+ * ResponseParam
625
816
  */
626
- export interface UnfavoriteSkillResponse {
817
+ export interface ResponseParam {
627
818
  /**
628
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
819
+ * <p>变量描述</p>
629
820
  */
630
- RequestId?: string;
821
+ Description?: string;
822
+ /**
823
+ * <p>参数名称</p>
824
+ */
825
+ Name?: string;
826
+ /**
827
+ * <table><tbody><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>OUTPUT_RENDER_REPLACE</td><td>0</td><td>覆盖(全量替换)</td></tr><tr><td>OUTPUT_RENDER_APPEND</td><td>1</td><td>增量追加</td></tr></tbody></table>
828
+ */
829
+ RenderMode?: number;
830
+ /**
831
+ * <p>只对 OBJECT 或 ARRAY_OBJECT 类型有用</p>
832
+ */
833
+ SubParams?: Array<ResponseParam>;
834
+ /**
835
+ * <table><tbody><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>PARAM_TYPE_STRING</td><td>0</td><td>字符串</td></tr><tr><td>PARAM_TYPE_INT</td><td>1</td><td>整数</td></tr><tr><td>PARAM_TYPE_FLOAT</td><td>2</td><td>浮点数</td></tr><tr><td>PARAM_TYPE_BOOL</td><td>3</td><td>布尔值</td></tr><tr><td>PARAM_TYPE_OBJECT</td><td>4</td><td>对象</td></tr><tr><td>PARAM_TYPE_ARRAY_STRING</td><td>5</td><td>字符串数组</td></tr><tr><td>PARAM_TYPE_ARRAY_INT</td><td>6</td><td>整数数组</td></tr><tr><td>PARAM_TYPE_ARRAY_FLOAT</td><td>7</td><td>浮点数数组</td></tr><tr><td>PARAM_TYPE_ARRAY_BOOL</td><td>8</td><td>布尔值数组</td></tr><tr><td>PARAM_TYPE_ARRAY_OBJECT</td><td>9</td><td>对象数组</td></tr><tr><td>PARAM_TYPE_ARRAY_ARRAY</td><td>20</td><td>数组嵌套</td></tr><tr><td>PARAM_TYPE_NULL</td><td>99</td><td>空值</td></tr><tr><td>PARAM_TYPE_UNSPECIFIED</td><td>100</td><td>未指定类型,用于OneOf和AnyOf场景</td></tr></tbody></table>
836
+ */
837
+ Type?: number;
838
+ }
839
+ /**
840
+ * ResumeTimerTask请求参数结构体
841
+ */
842
+ export interface ResumeTimerTaskRequest {
843
+ /**
844
+ * 空间ID
845
+ */
846
+ SpaceId?: string;
847
+ /**
848
+ * 任务ID
849
+ */
850
+ TimerId?: string;
851
+ /**
852
+ * 主用户
853
+ */
854
+ LoginUin?: string;
855
+ /**
856
+ * 子用户
857
+ */
858
+ LoginSubAccountUin?: string;
859
+ }
860
+ /**
861
+ * DescribeAppTriggerInstance请求参数结构体
862
+ */
863
+ export interface DescribeAppTriggerInstanceRequest {
864
+ /**
865
+ * <p>应用ID</p>
866
+ */
867
+ AppId?: string;
868
+ /**
869
+ * <p>触发器运行实例ID</p>
870
+ */
871
+ InstanceId?: string;
631
872
  }
632
873
  /**
633
874
  * 模型配置
@@ -669,6 +910,36 @@ export interface AppModelConfig {
669
910
  */
670
911
  ThinkModel: ThinkModel;
671
912
  }
913
+ /**
914
+ * DescribeTimerTaskSummaryList返回参数结构体
915
+ */
916
+ export interface DescribeTimerTaskSummaryListResponse {
917
+ /**
918
+ * 任务列表
919
+ */
920
+ TaskList?: Array<TimerTaskSummary>;
921
+ /**
922
+ * 总数量
923
+ */
924
+ TotalCount?: string;
925
+ /**
926
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
927
+ */
928
+ RequestId?: string;
929
+ }
930
+ /**
931
+ * PauseAppTrigger请求参数结构体
932
+ */
933
+ export interface PauseAppTriggerRequest {
934
+ /**
935
+ * <p>应用ID</p>
936
+ */
937
+ AppId?: string;
938
+ /**
939
+ * <p>应用触发器ID</p>
940
+ */
941
+ TriggerId?: string;
942
+ }
672
943
  /**
673
944
  * CreateSpace请求参数结构体
674
945
  */
@@ -709,18 +980,84 @@ export interface AgentModelConfig {
709
980
  ModelParameters?: ModelParams;
710
981
  }
711
982
  /**
712
- * 搜索资源状态信息
983
+ * [数据结构定义] 发布记录
713
984
  */
714
- export interface SearchResourceStatusInfo {
985
+ export interface ReleaseRecord {
715
986
  /**
716
- * 搜索资源状态: AVAILABLE(1)=资源可用, EXHAUSTED(2)=资源已用尽。枚举值: 1:资源可用, 2:资源已用尽
987
+ * 是否可导出
717
988
  */
718
- ResourceStatus: number;
719
- }
720
- /**
721
- * 插件详情
722
- */
723
- export interface Plugin {
989
+ CanExport: boolean;
990
+ /**
991
+ * 是否可回滚
992
+ */
993
+ CanRollback: boolean;
994
+ /**
995
+ * 发布描述
996
+ */
997
+ Description: string;
998
+ /**
999
+ * 发布失败数
1000
+ */
1001
+ FailCount: number;
1002
+ /**
1003
+ * 失败原因
1004
+ */
1005
+ Reason: string;
1006
+ /**
1007
+ * 发布ID
1008
+ */
1009
+ ReleaseId: string;
1010
+ /**
1011
+ * 发布版本
1012
+ */
1013
+ ReleaseVersion: string;
1014
+ /**
1015
+ * 发布状态。枚举值: 1:待发布, 2:发布中, 3:发布成功, 4:发布失败, 5:审核中, 6:审核成功, 7:审核失败, 8:发布成功回调处理中, 9:发布暂停, 10:申诉审核中, 11:申诉审核通过, 12:申诉审核不通过
1016
+ */
1017
+ Status: number;
1018
+ /**
1019
+ * 状态描述
1020
+ */
1021
+ StatusDescription: string;
1022
+ /**
1023
+ * 发布成功数
1024
+ */
1025
+ SuccessCount: number;
1026
+ /**
1027
+ * 更新时间 (Unix时间戳,秒级)
1028
+ */
1029
+ UpdateTime: string;
1030
+ /**
1031
+ * 发布人
1032
+ */
1033
+ Updater: string;
1034
+ }
1035
+ /**
1036
+ * WeeklyTime
1037
+ */
1038
+ export interface WeeklyTime {
1039
+ /**
1040
+ * 时间
1041
+ */
1042
+ TimeOfDay?: string;
1043
+ /**
1044
+ * 周几
1045
+ */
1046
+ Weekday?: number;
1047
+ }
1048
+ /**
1049
+ * 搜索资源状态信息
1050
+ */
1051
+ export interface SearchResourceStatusInfo {
1052
+ /**
1053
+ * 搜索资源状态: AVAILABLE(1)=资源可用, EXHAUSTED(2)=资源已用尽。枚举值: 1:资源可用, 2:资源已用尽
1054
+ */
1055
+ ResourceStatus: number;
1056
+ }
1057
+ /**
1058
+ * 插件详情
1059
+ */
1060
+ export interface Plugin {
724
1061
  /**
725
1062
  * 插件配置
726
1063
  注意:此字段可能返回 null,表示取不到有效值。
@@ -772,6 +1109,35 @@ export interface Plugin {
772
1109
  */
773
1110
  UserState?: PluginUserState;
774
1111
  }
1112
+ /**
1113
+ * TimerTaskSummary
1114
+ */
1115
+ export interface TimerTaskSummary {
1116
+ /**
1117
+ * OwnerUserId
1118
+ */
1119
+ OwnerUserId?: string;
1120
+ /**
1121
+ * 定时配置概要
1122
+ */
1123
+ PolicySummary?: string;
1124
+ /**
1125
+ * 空间ID
1126
+ */
1127
+ SpaceId?: string;
1128
+ /**
1129
+ * 任务相关状态
1130
+ */
1131
+ Status?: TimerStatus;
1132
+ /**
1133
+ * 任务名称
1134
+ */
1135
+ TaskName?: string;
1136
+ /**
1137
+ * 任务ID
1138
+ */
1139
+ TimerId?: string;
1140
+ }
775
1141
  /**
776
1142
  * ApiKey鉴权配置
777
1143
  */
@@ -899,6 +1265,15 @@ export interface Variable {
899
1265
  */
900
1266
  EndpointList?: Array<string>;
901
1267
  }
1268
+ /**
1269
+ * AppTriggerWebhookParamSchemaConfig
1270
+ */
1271
+ export interface AppTriggerWebhookParamSchemaConfig {
1272
+ /**
1273
+ *
1274
+ */
1275
+ SchemaList?: Array<AppTriggerParamSchema>;
1276
+ }
902
1277
  /**
903
1278
  * Conversation 会话信息
904
1279
  */
@@ -974,29 +1349,21 @@ export interface AppShareAccessControl {
974
1349
  Whitelist?: Array<AppShareWhitelistItem>;
975
1350
  }
976
1351
  /**
977
- * PluginOperation
1352
+ * MarkAppTriggerRunLogRead请求参数结构体
978
1353
  */
979
- export interface PluginOperation {
980
- /**
981
- * 是否允许外部调用
982
- */
983
- AllowExternalAccess?: boolean;
984
- /**
985
- * <p>计费类型。</p><p>枚举值:</p><ul><li>0:免费</li><li>1:公测</li><li>2:官方收费</li></ul>
986
- */
987
- BillingType?: number;
1354
+ export interface MarkAppTriggerRunLogReadRequest {
988
1355
  /**
989
- * 插件分类标识
1356
+ * <p>应用ID</p>
990
1357
  */
991
- CategoryKey?: string;
1358
+ AppId?: string;
992
1359
  /**
993
- * 插件概述
1360
+ * <p>应用触发器运行实例ID列表</p>
994
1361
  */
995
- Introduction?: string;
1362
+ InstanceIdList?: Array<string>;
996
1363
  /**
997
- * 是否精选
1364
+ * <p>应用触发器ID</p>
998
1365
  */
999
- IsRecommended?: boolean;
1366
+ TriggerId?: string;
1000
1367
  }
1001
1368
  /**
1002
1369
  * 应用引用的共享知识库简要信息(查询时仅返回ID和名称)
@@ -1029,14 +1396,23 @@ export interface ModifyAppResponse {
1029
1396
  RequestId?: string;
1030
1397
  }
1031
1398
  /**
1032
- * ResetConversation返回参数结构体
1399
+ * FavoriteSkill返回参数结构体
1033
1400
  */
1034
- export interface ResetConversationResponse {
1401
+ export interface FavoriteSkillResponse {
1035
1402
  /**
1036
1403
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1037
1404
  */
1038
1405
  RequestId?: string;
1039
1406
  }
1407
+ /**
1408
+ * DailySchedule
1409
+ */
1410
+ export interface DailySchedule {
1411
+ /**
1412
+ * 时间
1413
+ */
1414
+ TimeOfDay?: string;
1415
+ }
1040
1416
  /**
1041
1417
  * ToolExample
1042
1418
  */
@@ -1078,41 +1454,52 @@ export interface PromptRewriteModel {
1078
1454
  Model: ModelDetailInfo;
1079
1455
  }
1080
1456
  /**
1081
- * ModifyApp请求参数结构体
1457
+ * ManualOnlySchedule
1082
1458
  */
1083
- export interface ModifyAppRequest {
1084
- /**
1085
- * <p>应用ID</p>
1086
- */
1087
- AppId: string;
1459
+ export interface ManualOnlySchedule {
1088
1460
  /**
1089
- * <p>应用模式。枚举值: 1:标准模式, 2:Agent模式, 3:单工作流模式, 4:ClawAgent模式</p>
1461
+ * 启用
1090
1462
  */
1091
- AppMode?: number;
1463
+ Enabled?: boolean;
1464
+ }
1465
+ /**
1466
+ * Tool
1467
+ */
1468
+ export interface Tool {
1092
1469
  /**
1093
- * <p>应用头像</p>
1470
+ * <p>工具计费信息</p>
1471
+ 注意:此字段可能返回 null,表示取不到有效值。
1094
1472
  */
1095
- Avatar?: string;
1473
+ Billing?: ToolBilling;
1096
1474
  /**
1097
- * <p>应用配置</p>
1475
+ * <p>工具调用次数</p><p>单位:次数</p>
1098
1476
  */
1099
- Config?: AppConfig;
1477
+ CallCount?: number;
1100
1478
  /**
1101
- * <p>应用描述</p>
1479
+ * <p>工具描述信息</p>
1102
1480
  */
1103
1481
  Description?: string;
1104
1482
  /**
1105
- * <p>应用名称</p>
1483
+ * <p>工具名称</p>
1106
1484
  */
1107
1485
  Name?: string;
1108
1486
  /**
1109
- * <p>引用的共享知识库ID列表(全量覆盖)</p>
1487
+ * <p>插件ID</p>
1110
1488
  */
1111
- SharedKbIdList?: Array<string>;
1489
+ PluginId?: string;
1112
1490
  /**
1113
- * <p>字段掩码,指定需要更新的字段(Paths为空则不更新任何字段)。Paths枚举值:<br>【顶层】Name, Avatar, Description, AppMode, SharedKbIdList<br>【Greeting】Config.Greeting, Config.Greeting.Greeting, Config.Greeting.OpeningQuestionList<br>【Model】Config.Model, Config.Model.ThinkModel, Config.Model.GenerateModel, Config.Model.AiOptimizeModel, Config.Model.FileParseModel, Config.Model.PromptRewriteModel, Config.Model.MultiModalQaModel, Config.Model.MultiModalUnderstandingModel<br>【WebSearch】Config.WebSearch<br>【Memory】Config.Memory, Config.Memory.Enabled, Config.Memory.LongMemoryDay, Config.Memory.Model, Config.Memory.PromptMode, Config.Memory.PromptContent<br>【Mode】Config.Mode, Config.Mode.MultiAgentConfig, Config.Mode.SingleWorkflowConfig<br>【Experience】Config.Experience, Config.Experience.Conversation, Config.Experience.Role, Config.Experience.Advanced<br>【Experience.Conversation】Config.Experience.Conversation.AiCall, Config.Experience.Conversation.BackgroundImage, Config.Experience.Conversation.Method, Config.Experience.Conversation.FallbackReply, Config.Experience.Conversation.Recommended, Config.Experience.Conversation.InputBoxConfig, Config.Experience.Conversation.WebSearch<br>【Experience.Conversation.AiCall】Config.Experience.Conversation.AiCall.VoiceInteract, Config.Experience.Conversation.AiCall.VoiceCall, Config.Experience.Conversation.AiCall.DigitalHuman<br>【Experience.Advanced】Config.Experience.Advanced.ContextRewrite, Config.Experience.Advanced.ImageTextRetrieval, Config.Experience.Advanced.IntentAchievement, Config.Experience.Advanced.ReplyFlexibility</p>
1491
+ * <table><tbody><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>TOOL_ACCESS_MODE_UNKNOWN</td><td>0</td><td>未指定</td></tr><tr><td>TOOL_ACCESS_MODE_READ_ONLY</td><td>1</td><td>只读</td></tr><tr><td>TOOL_ACCESS_MODE_WRITE_DELETE</td><td>2</td><td>写/删除</td></tr></tbody></table>
1114
1492
  */
1115
- UpdateMask?: FieldMask;
1493
+ ToolAccessMode?: number;
1494
+ /**
1495
+ * <p>工具配置信息</p>
1496
+ 注意:此字段可能返回 null,表示取不到有效值。
1497
+ */
1498
+ ToolConfig?: ToolConfig;
1499
+ /**
1500
+ * <p>工具ID</p>
1501
+ */
1502
+ ToolId?: string;
1116
1503
  }
1117
1504
  /**
1118
1505
  * DescribeApp请求参数结构体
@@ -1204,44 +1591,41 @@ export interface DescribeAppSummaryListRequest {
1204
1591
  Query?: string;
1205
1592
  }
1206
1593
  /**
1207
- * 应用摘要 - 列表查询返回的应用信息
1594
+ * CreateConversation请求参数结构体
1208
1595
  */
1209
- export interface AppSummary {
1596
+ export interface CreateConversationRequest {
1210
1597
  /**
1211
- * 应用ID
1598
+ * <p>会话类型 枚举值: 0-CONVERSATION_TYPE_UNSPECIFIED(未指定;列表查询时表示全部), 1-CONVERSATION_TYPE_VISITOR(访客端体验), 2-CONVERSATION_TYPE_EVALUATION(评测), 5-CONVERSATION_TYPE_API(API 接入), 10-CONVERSATION_TYPE_WORKFLOW(工作流调试), 20-CONVERSATION_TYPE_SHARE(分享链接)</p>
1212
1599
  */
1213
- AppId: string;
1600
+ Type: number;
1214
1601
  /**
1215
- * 应用模式。枚举值: 1:标准模式, 2:Agent模式, 3:单工作流模式, 4:ClawAgent模式
1602
+ * <p>应用 ID</p>
1216
1603
  */
1217
- AppMode: number;
1604
+ AppId?: string;
1218
1605
  /**
1219
- * 应用头像
1606
+ * <p>Type=CONVERSATION_TYPE_API 时必填,应用密钥</p>
1220
1607
  */
1221
- Avatar: string;
1608
+ AppKey?: string;
1222
1609
  /**
1223
- * 应用名称
1610
+ * <p>登录用户子账号(集成商模式必填)</p>
1224
1611
  */
1225
- Name: string;
1612
+ LoginSubAccountUin?: string;
1226
1613
  /**
1227
- * 操作信息
1228
- 注意:此字段可能返回 null,表示取不到有效值。
1614
+ * <p>登录用户主账号(集成商模式必填)</p>
1229
1615
  */
1230
- OperationInfo: AppOperation;
1616
+ LoginUin?: string;
1231
1617
  /**
1232
- * 状态信息
1233
- 注意:此字段可能返回 null,表示取不到有效值。
1618
+ * <p>Type=CONVERSATION_TYPE_SHARE 时必填,分享码</p>
1234
1619
  */
1235
- Status: AppStatusInfo;
1620
+ ShareCode?: string;
1236
1621
  /**
1237
- * 子状态信息
1238
- 注意:此字段可能返回 null,表示取不到有效值。
1622
+ * <p>Type=CONVERSATION_TYPE_API 时必填,访客ID</p>
1239
1623
  */
1240
- SubStatus: AppSubStatusInfo;
1624
+ UserId?: string;
1241
1625
  /**
1242
- * 资源操作权限
1626
+ * <p>用户端 AgnetId,当Claw模式开启了“允许在对话中动态修改配置”时可用</p>
1243
1627
  */
1244
- PermissionIdList?: Array<string>;
1628
+ AgentId?: string;
1245
1629
  }
1246
1630
  /**
1247
1631
  * DescribeReleaseList请求参数结构体
@@ -1277,6 +1661,19 @@ export interface CreateWebSocketTokenResponse {
1277
1661
  */
1278
1662
  RequestId?: string;
1279
1663
  }
1664
+ /**
1665
+ * ExecuteConfig
1666
+ */
1667
+ export interface ExecuteConfig {
1668
+ /**
1669
+ * <p>Prompt配置</p>
1670
+ */
1671
+ PromptConfig?: AppTriggerPromptExecuteConfig;
1672
+ /**
1673
+ * <p>工作流配置</p>
1674
+ */
1675
+ WorkflowConfig?: AppTriggerWorkflowExecuteConfig;
1676
+ }
1280
1677
  /**
1281
1678
  * 操作日志元数据
1282
1679
  */
@@ -1290,6 +1687,19 @@ export interface AuditLogMetaField {
1290
1687
  */
1291
1688
  Name?: string;
1292
1689
  }
1690
+ /**
1691
+ * ModifyTimerTask返回参数结构体
1692
+ */
1693
+ export interface ModifyTimerTaskResponse {
1694
+ /**
1695
+ * 下次触发时间
1696
+ */
1697
+ NextFireTime?: string;
1698
+ /**
1699
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1700
+ */
1701
+ RequestId?: string;
1702
+ }
1293
1703
  /**
1294
1704
  * DescribeAgentDetail请求参数结构体
1295
1705
  */
@@ -1421,6 +1831,23 @@ export interface DescribeConversationMessageListResponse {
1421
1831
  */
1422
1832
  RequestId?: string;
1423
1833
  }
1834
+ /**
1835
+ * ReleaseSkill请求参数结构体
1836
+ */
1837
+ export interface ReleaseSkillRequest {
1838
+ /**
1839
+ * <p>SkillId</p>
1840
+ */
1841
+ SkillId: string;
1842
+ /**
1843
+ * <p>空间ID</p>
1844
+ */
1845
+ SpaceId: string;
1846
+ /**
1847
+ * <p>版本ID</p>
1848
+ */
1849
+ VersionId: string;
1850
+ }
1424
1851
  /**
1425
1852
  * 体验配置
1426
1853
  */
@@ -1463,6 +1890,19 @@ export interface DescribeSkillCategoryListResponse {
1463
1890
  */
1464
1891
  RequestId?: string;
1465
1892
  }
1893
+ /**
1894
+ * TriggerConfig
1895
+ */
1896
+ export interface TriggerConfig {
1897
+ /**
1898
+ * <p>定时器配置</p>
1899
+ */
1900
+ ScheduledConfig?: AppTriggerScheduleConfig;
1901
+ /**
1902
+ * <p>Webhook配置</p>
1903
+ */
1904
+ WebhookConfig?: AppTriggerWebhookConfig;
1905
+ }
1466
1906
  /**
1467
1907
  * DescribeReleaseSummary请求参数结构体
1468
1908
  */
@@ -1503,29 +1943,62 @@ export interface ConversationAgentTask {
1503
1943
  Status: string;
1504
1944
  }
1505
1945
  /**
1506
- * ModifyPlugin请求参数结构体
1946
+ * DescribeTimerTaskSummaryList请求参数结构体
1507
1947
  */
1508
- export interface ModifyPluginRequest {
1948
+ export interface DescribeTimerTaskSummaryListRequest {
1509
1949
  /**
1510
- * <p>插件id</p>
1950
+ * 查询条件
1511
1951
  */
1512
- PluginId: string;
1952
+ FilterList?: Array<Filter>;
1513
1953
  /**
1514
- * <p>插件版本号</p>
1954
+ * 页码
1515
1955
  */
1516
- PluginVersion: number;
1956
+ PageNumber?: number;
1517
1957
  /**
1518
- * <p>插件基础资料</p>
1958
+ * 页大小
1519
1959
  */
1520
- Profile?: PluginProfile;
1960
+ PageSize?: number;
1521
1961
  /**
1522
- * <p>插件类型配置</p>
1962
+ * 查询关键字
1523
1963
  */
1524
- Config?: PluginConfig;
1964
+ Query?: string;
1525
1965
  /**
1526
- * <p>指定需要更新的字段,避免全量覆盖</p>
1966
+ * 空间ID
1527
1967
  */
1528
- UpdateMask?: FieldMask;
1968
+ SpaceId?: string;
1969
+ /**
1970
+ * <p>子用户Uin</p>
1971
+ */
1972
+ LoginSubAccountUin?: string;
1973
+ /**
1974
+ * <p>主用户Uin</p>
1975
+ */
1976
+ LoginUin?: string;
1977
+ }
1978
+ /**
1979
+ * ModifyPlugin请求参数结构体
1980
+ */
1981
+ export interface ModifyPluginRequest {
1982
+ /**
1983
+ * <p>插件id</p>
1984
+ */
1985
+ PluginId: string;
1986
+ /**
1987
+ * <p>插件版本号</p>
1988
+ */
1989
+ PluginVersion: number;
1990
+ /**
1991
+ * <p>插件基础资料</p>
1992
+ */
1993
+ Profile?: PluginProfile;
1994
+ /**
1995
+ * <p>插件类型配置</p>
1996
+ */
1997
+ Config?: PluginConfig;
1998
+ /**
1999
+ * <p>指定需要更新的字段,避免全量覆盖</p>
2000
+ */
2001
+ UpdateMask?: FieldMask;
1529
2002
  /**
1530
2003
  * <p>插件的工具列表,mcp插件不传</p>
1531
2004
  */
@@ -1540,13 +2013,21 @@ export interface ModifyPluginRequest {
1540
2013
  LoginSubAccountUin?: string;
1541
2014
  }
1542
2015
  /**
1543
- * DeleteVariable返回参数结构体
2016
+ * AppTriggerScheduleStatus
1544
2017
  */
1545
- export interface DeleteVariableResponse {
2018
+ export interface AppTriggerScheduleStatus {
1546
2019
  /**
1547
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2020
+ *
1548
2021
  */
1549
- RequestId?: string;
2022
+ LastFireTime?: string;
2023
+ /**
2024
+ *
2025
+ */
2026
+ NextFireTime?: string;
2027
+ /**
2028
+ *
2029
+ */
2030
+ PolicySummary?: string;
1550
2031
  }
1551
2032
  /**
1552
2033
  * MCP插件参数信息
@@ -1652,6 +2133,27 @@ export interface DeleteSkillRequest {
1652
2133
  */
1653
2134
  SpaceId: string;
1654
2135
  }
2136
+ /**
2137
+ * ModifyAppTrigger请求参数结构体
2138
+ */
2139
+ export interface ModifyAppTriggerRequest {
2140
+ /**
2141
+ * <p>应用ID</p>
2142
+ */
2143
+ AppId?: string;
2144
+ /**
2145
+ * <p>触发器信息</p>
2146
+ */
2147
+ Trigger?: AppTrigger;
2148
+ /**
2149
+ * <p>触发器唯一ID</p>
2150
+ */
2151
+ TriggerId?: string;
2152
+ /**
2153
+ * <p>修改字段</p>
2154
+ */
2155
+ UpdateMask?: FieldMask;
2156
+ }
1655
2157
  /**
1656
2158
  * API插件配置
1657
2159
  */
@@ -1745,6 +2247,28 @@ export interface CodeToolConfig {
1745
2247
  */
1746
2248
  Outputs?: Array<ResponseParam>;
1747
2249
  }
2250
+ /**
2251
+ * 模型详细信息
2252
+ */
2253
+ export interface ModelDetailInfo {
2254
+ /**
2255
+ * 模型别名
2256
+ */
2257
+ Alias?: string;
2258
+ /**
2259
+ * 历史对话条数限制
2260
+ */
2261
+ HistoryLimit?: number;
2262
+ /**
2263
+ * 模型唯一 ID
2264
+ */
2265
+ ModelId?: string;
2266
+ /**
2267
+ * 模型参数
2268
+ 注意:此字段可能返回 null,表示取不到有效值。
2269
+ */
2270
+ ModelParams?: ModelParams;
2271
+ }
1748
2272
  /**
1749
2273
  * CreateAgent请求参数结构体
1750
2274
  */
@@ -1762,6 +2286,15 @@ export interface CreateAgentRequest {
1762
2286
  */
1763
2287
  Kind?: number;
1764
2288
  }
2289
+ /**
2290
+ * DeleteTimerTask返回参数结构体
2291
+ */
2292
+ export interface DeleteTimerTaskResponse {
2293
+ /**
2294
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2295
+ */
2296
+ RequestId?: string;
2297
+ }
1765
2298
  /**
1766
2299
  * 多智能体配置
1767
2300
  */
@@ -1894,6 +2427,19 @@ export interface DuplexBilling {
1894
2427
  */
1895
2428
  OutputPuPrice?: number;
1896
2429
  }
2430
+ /**
2431
+ * 会话重置信息
2432
+ */
2433
+ export interface ConversationResetInfo {
2434
+ /**
2435
+ * <p>最近一次重置的毫秒级时间戳</p>
2436
+ */
2437
+ ResetTime?: string;
2438
+ /**
2439
+ * <p>最近一次重置边界;该记录及更早的记录不再作为对话上下文</p>
2440
+ */
2441
+ ResetThroughRecordId?: string;
2442
+ }
1897
2443
  /**
1898
2444
  * 模型超参
1899
2445
  */
@@ -1923,6 +2469,15 @@ export interface ModelParameter {
1923
2469
  */
1924
2470
  Type?: number;
1925
2471
  }
2472
+ /**
2473
+ * UnfavoriteSkill返回参数结构体
2474
+ */
2475
+ export interface UnfavoriteSkillResponse {
2476
+ /**
2477
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2478
+ */
2479
+ RequestId?: string;
2480
+ }
1926
2481
  /**
1927
2482
  * ModifySpace返回参数结构体
1928
2483
  */
@@ -1932,6 +2487,39 @@ export interface ModifySpaceResponse {
1932
2487
  */
1933
2488
  RequestId?: string;
1934
2489
  }
2490
+ /**
2491
+ * DescribeTimerTaskRunLogList请求参数结构体
2492
+ */
2493
+ export interface DescribeTimerTaskRunLogListRequest {
2494
+ /**
2495
+ * 工作空间ID
2496
+ */
2497
+ SpaceId: string;
2498
+ /**
2499
+ * 定时任务ID,必须按任务维度查询
2500
+ */
2501
+ TimerId: string;
2502
+ /**
2503
+ * 过滤条件,支持: Status(执行状态,值为枚举int); Unread(仅未读,值为"true"/"false")
2504
+ */
2505
+ FilterList?: Array<Filter>;
2506
+ /**
2507
+ * <p>子用户Uin</p>
2508
+ */
2509
+ LoginSubAccountUin?: string;
2510
+ /**
2511
+ * <p>主用户Uin</p>
2512
+ */
2513
+ LoginUin?: string;
2514
+ /**
2515
+ * 页码,从0开始
2516
+ */
2517
+ PageNumber?: number;
2518
+ /**
2519
+ * 每页数目,最大100
2520
+ */
2521
+ PageSize?: number;
2522
+ }
1935
2523
  /**
1936
2524
  * skill详情
1937
2525
  */
@@ -1977,59 +2565,26 @@ export interface MultiModalUnderstandingModel {
1977
2565
  Model: ModelDetailInfo;
1978
2566
  }
1979
2567
  /**
1980
- * SkillAnalysisInfo Skill 安全扫描信息。
2568
+ * DescribeAppTrigger请求参数结构体
1981
2569
  */
1982
- export interface SkillAnalysisInfo {
1983
- /**
1984
- * 安全检测状态
1985
-
1986
- 枚举值:
1987
- | uint | 描述 |
1988
- | --- | --- |
1989
- | 0 | 待检测 |
1990
- | 1 | 检测中 |
1991
- | 2 | 可用 |
1992
- | 3 | 不可用 |
1993
- | 4 | 检测失败 |
1994
- */
1995
- AnalysisStatus: number;
1996
- /**
1997
- * 风险描述
1998
- */
1999
- RiskDescription: string;
2570
+ export interface DescribeAppTriggerRequest {
2000
2571
  /**
2001
- * 风险等级
2002
-
2003
- 枚举值:
2004
- | uint | 描述 |
2005
- | --- | --- |
2006
- | 0 | 无风险 |
2007
- | 1 | 低风险 |
2008
- | 2 | 中风险 |
2009
- | 3 | 高风险 |
2572
+ * <p>应用ID</p>
2010
2573
  */
2011
- RiskLevel: number;
2574
+ AppId?: string;
2012
2575
  /**
2013
- * 安全报告跳转url;
2576
+ * <p>应用触发器ID</p>
2014
2577
  */
2015
- SecurityReportUrl: string;
2578
+ TriggerId?: string;
2016
2579
  }
2017
2580
  /**
2018
- * 支持的文件类型
2581
+ * ResumeAppTrigger返回参数结构体
2019
2582
  */
2020
- export interface SupportedFileType {
2021
- /**
2022
- * 文件类型描述(如"文本文档")
2023
- */
2024
- Description: string;
2025
- /**
2026
- * 文件类型(如 txt、pdf、jpg, 建议用扩展名)
2027
- */
2028
- FileExt: string;
2583
+ export interface ResumeAppTriggerResponse {
2029
2584
  /**
2030
- * 文件大小限制(单位: 字节)
2585
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2031
2586
  */
2032
- MaxSizeBytes: string;
2587
+ RequestId?: string;
2033
2588
  }
2034
2589
  /**
2035
2590
  * Agent 的插件信息
@@ -2095,41 +2650,44 @@ export interface CorpShareConfig {
2095
2650
  TagIdList?: Array<string>;
2096
2651
  }
2097
2652
  /**
2098
- * CreateConversation请求参数结构体
2653
+ * 应用摘要 - 列表查询返回的应用信息
2099
2654
  */
2100
- export interface CreateConversationRequest {
2655
+ export interface AppSummary {
2101
2656
  /**
2102
- * <p>会话类型 枚举值: 0-CONVERSATION_TYPE_UNSPECIFIED(未指定;列表查询时表示全部), 1-CONVERSATION_TYPE_VISITOR(访客端体验), 2-CONVERSATION_TYPE_EVALUATION(评测), 5-CONVERSATION_TYPE_API(API 接入), 10-CONVERSATION_TYPE_WORKFLOW(工作流调试), 20-CONVERSATION_TYPE_SHARE(分享链接)</p>
2657
+ * 应用ID
2103
2658
  */
2104
- Type: number;
2659
+ AppId: string;
2105
2660
  /**
2106
- * <p>应用 ID</p>
2661
+ * 应用模式。枚举值: 1:标准模式, 2:Agent模式, 3:单工作流模式, 4:ClawAgent模式
2107
2662
  */
2108
- AppId?: string;
2663
+ AppMode: number;
2109
2664
  /**
2110
- * <p>Type=CONVERSATION_TYPE_API 时必填,应用密钥</p>
2665
+ * 应用头像
2111
2666
  */
2112
- AppKey?: string;
2667
+ Avatar: string;
2113
2668
  /**
2114
- * <p>登录用户子账号(集成商模式必填)</p>
2669
+ * 应用名称
2115
2670
  */
2116
- LoginSubAccountUin?: string;
2671
+ Name: string;
2117
2672
  /**
2118
- * <p>登录用户主账号(集成商模式必填)</p>
2673
+ * 操作信息
2674
+ 注意:此字段可能返回 null,表示取不到有效值。
2119
2675
  */
2120
- LoginUin?: string;
2676
+ OperationInfo: AppOperation;
2121
2677
  /**
2122
- * <p>Type=CONVERSATION_TYPE_SHARE 时必填,分享码</p>
2678
+ * 状态信息
2679
+ 注意:此字段可能返回 null,表示取不到有效值。
2123
2680
  */
2124
- ShareCode?: string;
2681
+ Status: AppStatusInfo;
2125
2682
  /**
2126
- * <p>Type=CONVERSATION_TYPE_API 时必填,访客ID</p>
2683
+ * 子状态信息
2684
+ 注意:此字段可能返回 null,表示取不到有效值。
2127
2685
  */
2128
- UserId?: string;
2686
+ SubStatus: AppSubStatusInfo;
2129
2687
  /**
2130
- * <p>用户端 AgnetId,当Claw模式开启了“允许在对话中动态修改配置”时可用</p>
2688
+ * 资源操作权限
2131
2689
  */
2132
- AgentId?: string;
2690
+ PermissionIdList?: Array<string>;
2133
2691
  }
2134
2692
  /**
2135
2693
  * DescribeVariableList请求参数结构体
@@ -2164,6 +2722,55 @@ export interface DescribeVariableListRequest {
2164
2722
  */
2165
2723
  Query?: string;
2166
2724
  }
2725
+ /**
2726
+ * AppTriggerSummary
2727
+ */
2728
+ export interface AppTriggerSummary {
2729
+ /**
2730
+ *
2731
+ */
2732
+ AppId?: string;
2733
+ /**
2734
+ * <table><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>APP_TRIGGER_EXECUTE_TYPE_UNSPECIFIED</td><td>0</td><td>未指定</td></tr><tr><td>APP_TRIGGER_EXECUTE_TYPE_PROMPT</td><td>1</td><td>指令执行</td></tr><tr><td>APP_TRIGGER_EXECUTE_TYPE_WORKFLOW</td><td>2</td><td>工作流执行</td></tr></table>
2735
+ */
2736
+ ExecuteType?: number;
2737
+ /**
2738
+ *
2739
+ */
2740
+ FailedCount?: string;
2741
+ /**
2742
+ *
2743
+ */
2744
+ LastSessionId?: string;
2745
+ /**
2746
+ * <table><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>APP_TRIGGER_STATUS_UNSPECIFIED</td><td>0</td><td>未指定</td></tr><tr><td>APP_TRIGGER_STATUS_ENABLED</td><td>1</td><td>启用</td></tr><tr><td>APP_TRIGGER_STATUS_PAUSED</td><td>2</td><td>暂停</td></tr><tr><td>APP_TRIGGER_STATUS_DELETED</td><td>3</td><td>已删除</td></tr></table>
2747
+ */
2748
+ Status?: number;
2749
+ /**
2750
+ *
2751
+ */
2752
+ SuccessCount?: string;
2753
+ /**
2754
+ *
2755
+ */
2756
+ TriggerId?: string;
2757
+ /**
2758
+ *
2759
+ */
2760
+ TriggerName?: string;
2761
+ /**
2762
+ *
2763
+ */
2764
+ TriggerStatus?: TriggerStatus;
2765
+ /**
2766
+ * <table><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>APP_TRIGGER_TYPE_UNSPECIFIED</td><td>0</td><td>未指定</td></tr><tr><td>APP_TRIGGER_TYPE_SCHEDULED</td><td>1</td><td>定时触发</td></tr><tr><td>APP_TRIGGER_TYPE_WEBHOOK</td><td>2</td><td>Webhook 触发</td></tr></table>
2767
+ */
2768
+ TriggerType?: number;
2769
+ /**
2770
+ *
2771
+ */
2772
+ UnreadRunLogCount?: string;
2773
+ }
2167
2774
  /**
2168
2775
  * Workspace 工作空间信息
2169
2776
  */
@@ -2209,20 +2816,119 @@ export interface SkillReferenceGroup {
2209
2816
  TotalCount?: number;
2210
2817
  }
2211
2818
  /**
2212
- * 会话重置信息
2819
+ * ResumeTimerTask返回参数结构体
2213
2820
  */
2214
- export interface ConversationResetInfo {
2215
- /**
2216
- * <p>最近一次重置的毫秒级时间戳</p>
2217
- */
2218
- ResetTime?: string;
2821
+ export interface ResumeTimerTaskResponse {
2219
2822
  /**
2220
- * <p>最近一次重置边界;该记录及更早的记录不再作为对话上下文</p>
2823
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2221
2824
  */
2222
- ResetThroughRecordId?: string;
2825
+ RequestId?: string;
2223
2826
  }
2224
2827
  /**
2225
- * Agent 可编辑配置
2828
+ * Agent 的插件基本配置
2829
+ */
2830
+ export interface AgentPluginConfig {
2831
+ /**
2832
+ * <p>插件id</p>
2833
+ */
2834
+ PluginId?: string;
2835
+ /**
2836
+ * <p>插件 Header 参数</p>
2837
+ */
2838
+ HeaderParameterList?: Array<AgentPluginParameter>;
2839
+ /**
2840
+ * <p>插件 Query 参数</p>
2841
+ */
2842
+ QueryParameterList?: Array<AgentPluginParameter>;
2843
+ /**
2844
+ * <p>是否使用CAM一键授权,仅 auth_type=2时生效</p>
2845
+ */
2846
+ EnableCamRoleAuth?: boolean;
2847
+ /**
2848
+ * <p>授权类型</p><p>枚举值:</p><ul><li>0: 无鉴权</li><li>1: API Key</li><li>2: CAM授权</li><li>3: OAuth2.0授权</li></ul>
2849
+ */
2850
+ AuthType?: number;
2851
+ /**
2852
+ * <p>OAuth 授权同意模式;0-开发者授权;1-使用者授权(仅在auth_type=3时生效)</p>
2853
+ */
2854
+ OAuthConsent?: number;
2855
+ }
2856
+ /**
2857
+ * 插件概要信息(用于插件列表)
2858
+ */
2859
+ export interface PluginSummary {
2860
+ /**
2861
+ * <p>插件运营管理信息</p>
2862
+ */
2863
+ Operation?: PluginOperation;
2864
+ /**
2865
+ * <p>插件id</p>
2866
+ */
2867
+ PluginId?: string;
2868
+ /**
2869
+ * <p>插件基础信息</p>
2870
+ */
2871
+ Profile?: PluginProfile;
2872
+ /**
2873
+ * <p>插件统计信息</p>
2874
+ */
2875
+ Statistics?: PluginStatistics;
2876
+ /**
2877
+ * <p>插件状态,1:可用,2:不可用 </p><p>枚举值:</p><ul><li>1: 可用</li><li>2: 不可用</li></ul>
2878
+ */
2879
+ Status?: number;
2880
+ /**
2881
+ * <p>用户维度的插件状态信息</p>
2882
+ */
2883
+ UserState?: PluginUserState;
2884
+ /**
2885
+ * <p>插件配置信息</p>
2886
+ */
2887
+ Config?: PluginConfig;
2888
+ /**
2889
+ * <p>工具信息</p>
2890
+ */
2891
+ ToolList?: Array<ToolSummary>;
2892
+ }
2893
+ /**
2894
+ * SkillProfile Skill 基础展示信息。
2895
+ */
2896
+ export interface SkillProfile {
2897
+ /**
2898
+ * 创建时间(Unix秒)
2899
+ */
2900
+ CreateTime: string;
2901
+ /**
2902
+ * 创建者
2903
+ */
2904
+ Creator: string;
2905
+ /**
2906
+ * Skill 描述
2907
+ */
2908
+ Description: string;
2909
+ /**
2910
+ * Skill 展示描述
2911
+ */
2912
+ DisplayDescription: string;
2913
+ /**
2914
+ * Skill 展示名称
2915
+ */
2916
+ DisplayName: string;
2917
+ /**
2918
+ * Skill 图标
2919
+ */
2920
+ IconUrl: string;
2921
+ /**
2922
+ * Skill 名称
2923
+ */
2924
+ Name: string;
2925
+ /**
2926
+ * 更新时间(Unix秒)
2927
+ */
2928
+ UpdateTime: string;
2929
+ }
2930
+ /**
2931
+ * Agent 可编辑配置
2226
2932
  */
2227
2933
  export interface AgentSpec {
2228
2934
  /**
@@ -2255,13 +2961,41 @@ export interface AgentSpec {
2255
2961
  AdvancedConfig?: AgentAdvancedConfig;
2256
2962
  }
2257
2963
  /**
2258
- * ModifyConversation返回参数结构体
2964
+ * ModifyApp请求参数结构体
2259
2965
  */
2260
- export interface ModifyConversationResponse {
2966
+ export interface ModifyAppRequest {
2261
2967
  /**
2262
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2968
+ * <p>应用ID</p>
2263
2969
  */
2264
- RequestId?: string;
2970
+ AppId: string;
2971
+ /**
2972
+ * <p>应用模式。枚举值: 1:标准模式, 2:Agent模式, 3:单工作流模式, 4:ClawAgent模式</p>
2973
+ */
2974
+ AppMode?: number;
2975
+ /**
2976
+ * <p>应用头像</p>
2977
+ */
2978
+ Avatar?: string;
2979
+ /**
2980
+ * <p>应用配置</p>
2981
+ */
2982
+ Config?: AppConfig;
2983
+ /**
2984
+ * <p>应用描述</p>
2985
+ */
2986
+ Description?: string;
2987
+ /**
2988
+ * <p>应用名称</p>
2989
+ */
2990
+ Name?: string;
2991
+ /**
2992
+ * <p>引用的共享知识库ID列表(全量覆盖)</p>
2993
+ */
2994
+ SharedKbIdList?: Array<string>;
2995
+ /**
2996
+ * <p>字段掩码,指定需要更新的字段(Paths为空则不更新任何字段)。Paths枚举值:<br>【顶层】Name, Avatar, Description, AppMode, SharedKbIdList<br>【Greeting】Config.Greeting, Config.Greeting.Greeting, Config.Greeting.OpeningQuestionList<br>【Model】Config.Model, Config.Model.ThinkModel, Config.Model.GenerateModel, Config.Model.AiOptimizeModel, Config.Model.FileParseModel, Config.Model.PromptRewriteModel, Config.Model.MultiModalQaModel, Config.Model.MultiModalUnderstandingModel<br>【WebSearch】Config.WebSearch<br>【Memory】Config.Memory, Config.Memory.Enabled, Config.Memory.LongMemoryDay, Config.Memory.Model, Config.Memory.PromptMode, Config.Memory.PromptContent<br>【Mode】Config.Mode, Config.Mode.MultiAgentConfig, Config.Mode.SingleWorkflowConfig<br>【Experience】Config.Experience, Config.Experience.Conversation, Config.Experience.Role, Config.Experience.Advanced<br>【Experience.Conversation】Config.Experience.Conversation.AiCall, Config.Experience.Conversation.BackgroundImage, Config.Experience.Conversation.Method, Config.Experience.Conversation.FallbackReply, Config.Experience.Conversation.Recommended, Config.Experience.Conversation.InputBoxConfig, Config.Experience.Conversation.WebSearch<br>【Experience.Conversation.AiCall】Config.Experience.Conversation.AiCall.VoiceInteract, Config.Experience.Conversation.AiCall.VoiceCall, Config.Experience.Conversation.AiCall.DigitalHuman<br>【Experience.Advanced】Config.Experience.Advanced.ContextRewrite, Config.Experience.Advanced.ImageTextRetrieval, Config.Experience.Advanced.IntentAchievement, Config.Experience.Advanced.ReplyFlexibility</p>
2997
+ */
2998
+ UpdateMask?: FieldMask;
2265
2999
  }
2266
3000
  /**
2267
3001
  * ClawAgent配置
@@ -2300,6 +3034,19 @@ export interface ModelLimit {
2300
3034
  */
2301
3035
  PromptLengthLimit?: number;
2302
3036
  }
3037
+ /**
3038
+ * AppTriggerPromptExecuteConfig
3039
+ */
3040
+ export interface AppTriggerPromptExecuteConfig {
3041
+ /**
3042
+ *
3043
+ */
3044
+ ExecutePrompt?: string;
3045
+ /**
3046
+ *
3047
+ */
3048
+ ParamBindingsApi?: AppTriggerParamBindingConfig;
3049
+ }
2303
3050
  /**
2304
3051
  * QuoteInfo 参考来源索引信息
2305
3052
  */
@@ -2313,6 +3060,15 @@ export interface ConversationQuoteInfo {
2313
3060
  */
2314
3061
  Position: number;
2315
3062
  }
3063
+ /**
3064
+ * ModifyAppTrigger返回参数结构体
3065
+ */
3066
+ export interface ModifyAppTriggerResponse {
3067
+ /**
3068
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3069
+ */
3070
+ RequestId?: string;
3071
+ }
2316
3072
  /**
2317
3073
  * 应用密钥信息
2318
3074
  */
@@ -2326,6 +3082,16 @@ export interface AppSecretInfo {
2326
3082
  */
2327
3083
  CreateTime: string;
2328
3084
  }
3085
+ /**
3086
+ * 多模态问答模型配置
3087
+ */
3088
+ export interface MultiModalQAModel {
3089
+ /**
3090
+ * 模型配置
3091
+ 注意:此字段可能返回 null,表示取不到有效值。
3092
+ */
3093
+ Model: ModelDetailInfo;
3094
+ }
2329
3095
  /**
2330
3096
  * Agent 详情
2331
3097
  */
@@ -2382,6 +3148,48 @@ export interface DeleteAgentResponse {
2382
3148
  */
2383
3149
  RequestId?: string;
2384
3150
  }
3151
+ /**
3152
+ * TimerTask
3153
+ */
3154
+ export interface TimerTask {
3155
+ /**
3156
+ * 任务配置
3157
+ */
3158
+ Config?: TimerConfig;
3159
+ /**
3160
+ * staffBizId
3161
+ */
3162
+ OwnerUserId?: string;
3163
+ /**
3164
+ * 定时配置概要
3165
+ */
3166
+ PolicySummary?: string;
3167
+ /**
3168
+ * 概要信息
3169
+ */
3170
+ Profile?: TimerProfile;
3171
+ /**
3172
+ * 空间ID
3173
+ */
3174
+ SpaceId?: string;
3175
+ /**
3176
+ * 任务状态
3177
+ */
3178
+ Status?: TimerStatus;
3179
+ /**
3180
+ * 任务ID
3181
+ */
3182
+ TimerId?: string;
3183
+ }
3184
+ /**
3185
+ * ModifyConversation返回参数结构体
3186
+ */
3187
+ export interface ModifyConversationResponse {
3188
+ /**
3189
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3190
+ */
3191
+ RequestId?: string;
3192
+ }
2385
3193
  /**
2386
3194
  * DescribeSpaceList返回参数结构体
2387
3195
  */
@@ -2400,57 +3208,67 @@ export interface DescribeSpaceListResponse {
2400
3208
  RequestId?: string;
2401
3209
  }
2402
3210
  /**
2403
- * [数据结构定义] 发布记录
3211
+ * CreateTimerTask请求参数结构体
2404
3212
  */
2405
- export interface ReleaseRecord {
3213
+ export interface CreateTimerTaskRequest {
2406
3214
  /**
2407
- * 是否可导出
3215
+ *
3216
+ 枚举值:
3217
+ | uint | 描述 |
3218
+ | --- | --- |
3219
+ | 0 | |
3220
+ | 1 | 页面手动创建 |
3221
+ | 2 | 自然语言对话创建 |
2408
3222
  */
2409
- CanExport: boolean;
3223
+ CreateSource?: number;
2410
3224
  /**
2411
- * 是否可回滚
3225
+ * 输入上下文
2412
3226
  */
2413
- CanRollback: boolean;
3227
+ InputContextSnapshot?: string;
2414
3228
  /**
2415
- * 发布描述
3229
+ * 模型
2416
3230
  */
2417
- Description: string;
3231
+ ModelId?: string;
2418
3232
  /**
2419
- * 发布失败数
3233
+ * 提示词
2420
3234
  */
2421
- FailCount: number;
3235
+ Prompt?: string;
2422
3236
  /**
2423
- * 失败原因
3237
+ * 推送配置
2424
3238
  */
2425
- Reason: string;
3239
+ PushConfig?: TimerPushConfig;
2426
3240
  /**
2427
- * 发布ID
3241
+ * 定时配置
2428
3242
  */
2429
- ReleaseId: string;
3243
+ Schedule?: TimerScheduleConfig;
2430
3244
  /**
2431
- * 发布版本
3245
+ * skill
2432
3246
  */
2433
- ReleaseVersion: string;
3247
+ SkillSnapshot?: string;
2434
3248
  /**
2435
- * 发布状态。枚举值: 1:待发布, 2:发布中, 3:发布成功, 4:发布失败, 5:审核中, 6:审核成功, 7:审核失败, 8:发布成功回调处理中, 9:发布暂停, 10:申诉审核中, 11:申诉审核通过, 12:申诉审核不通过
3249
+ * 空间
2436
3250
  */
2437
- Status: number;
3251
+ SpaceId?: string;
2438
3252
  /**
2439
- * 状态描述
3253
+ * 任务名称
2440
3254
  */
2441
- StatusDescription: string;
3255
+ TaskName?: string;
2442
3256
  /**
2443
- * 发布成功数
3257
+ * 工具
2444
3258
  */
2445
- SuccessCount: number;
3259
+ ToolSnapshot?: string;
2446
3260
  /**
2447
- * 更新时间 (Unix时间戳,秒级)
3261
+ * 工作空间
2448
3262
  */
2449
- UpdateTime: string;
3263
+ WorkspaceId?: string;
2450
3264
  /**
2451
- * 发布人
3265
+ * 主用户
2452
3266
  */
2453
- Updater: string;
3267
+ LoginUin?: string;
3268
+ /**
3269
+ * 子用户
3270
+ */
3271
+ LoginSubAccountUin?: string;
2454
3272
  }
2455
3273
  /**
2456
3274
  * CreateApp请求参数结构体
@@ -2547,66 +3365,59 @@ export interface AppAuxiliaryInfo {
2547
3365
  SubStatus: AppSubStatusInfo;
2548
3366
  }
2549
3367
  /**
2550
- * ReleaseSkill请求参数结构体
3368
+ * CreateAppTrigger请求参数结构体
2551
3369
  */
2552
- export interface ReleaseSkillRequest {
3370
+ export interface CreateAppTriggerRequest {
2553
3371
  /**
2554
- * <p>SkillId</p>
3372
+ * <p>应用ID</p>
2555
3373
  */
2556
- SkillId: string;
3374
+ AppId?: string;
2557
3375
  /**
2558
- * <p>空间ID</p>
3376
+ * <p>应用触发器执行配置</p>
2559
3377
  */
2560
- SpaceId: string;
3378
+ ExecuteConfig?: ExecuteConfig;
2561
3379
  /**
2562
- * <p>版本ID</p>
3380
+ * <table><tbody><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>APP_TRIGGER_EXECUTE_TYPE_UNSPECIFIED</td><td>0</td><td>未指定</td></tr><tr><td>APP_TRIGGER_EXECUTE_TYPE_PROMPT</td><td>1</td><td>指令执行</td></tr><tr><td>APP_TRIGGER_EXECUTE_TYPE_WORKFLOW</td><td>2</td><td>工作流执行</td></tr></tbody></table>
2563
3381
  */
2564
- VersionId: string;
2565
- }
2566
- /**
2567
- * Agent的工具基础配置
2568
- */
2569
- export interface AgentToolBasicConfig {
3382
+ ExecuteType?: number;
2570
3383
  /**
2571
- * <p>插件id</p>
3384
+ * <p>第三方推送配置</p>
2572
3385
  */
2573
- PluginId?: string;
3386
+ PushConfig?: TimerPushConfig;
2574
3387
  /**
2575
- * <p>工具id</p>
3388
+ * <p>触发器配置</p>
2576
3389
  */
2577
- ToolId?: string;
3390
+ TriggerConfig?: TriggerConfig;
2578
3391
  /**
2579
- * <p>描述</p>
3392
+ * <p>触发器名字</p>
2580
3393
  */
2581
- Description?: string;
3394
+ TriggerName?: string;
2582
3395
  /**
2583
- * <p>工具输入参数列表</p>
2584
- 注意:此字段可能返回 null,表示取不到有效值。
3396
+ * <table><tbody><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>APP_TRIGGER_TYPE_UNSPECIFIED</td><td>0</td><td>未指定</td></tr><tr><td>APP_TRIGGER_TYPE_SCHEDULED</td><td>1</td><td>定时触发</td></tr><tr><td>APP_TRIGGER_TYPE_WEBHOOK</td><td>2</td><td>Webhook 触发</td></tr></tbody></table>
2585
3397
  */
2586
- InputList?: Array<AgentToolInputParameter>;
3398
+ TriggerType?: number;
3399
+ }
3400
+ /**
3401
+ * UnfavoritePlugin请求参数结构体
3402
+ */
3403
+ export interface UnfavoritePluginRequest {
2587
3404
  /**
2588
- * <p>工具输出参数列表</p>
2589
- 注意:此字段可能返回 null,表示取不到有效值。
2590
- */
2591
- OutputList?: Array<AgentToolOutputParameter>;
2592
- /**
2593
- * <p>工具Header参数列表</p>
2594
- 注意:此字段可能返回 null,表示取不到有效值。
2595
- */
2596
- HeaderParameterList?: Array<AgentPluginParameter>;
2597
- /**
2598
- * <p>工具Query参数列表</p>
2599
- 注意:此字段可能返回 null,表示取不到有效值。
3405
+ * <p>插件id</p>
2600
3406
  */
2601
- QueryParameterList?: Array<AgentPluginParameter>;
3407
+ PluginId: string;
2602
3408
  /**
2603
- * <p>工具来源: 0-来自插件,1-来自工作流</p>
3409
+ * <p>当前空间id</p>
2604
3410
  */
2605
- ToolSource?: number;
3411
+ SpaceId: string;
3412
+ }
3413
+ /**
3414
+ * AppTriggerWebhookStatus
3415
+ */
3416
+ export interface AppTriggerWebhookStatus {
2606
3417
  /**
2607
- * <p>是否禁用</p>
3418
+ *
2608
3419
  */
2609
- IsDisabled?: boolean;
3420
+ WebhookUrl?: string;
2610
3421
  }
2611
3422
  /**
2612
3423
  * PluginStatistics
@@ -2644,48 +3455,13 @@ export interface ComplexBilling {
2644
3455
  ComplexList?: Array<ComplexBillingItem>;
2645
3456
  }
2646
3457
  /**
2647
- * 文档解析模型参数
3458
+ * 字段掩码
2648
3459
  */
2649
- export interface FileParseModel {
2650
- /**
2651
- * 模型别名
2652
- */
2653
- Alias: string;
2654
- /**
2655
- * 模型描述
2656
- */
2657
- Description: string;
2658
- /**
2659
- * 增强模式
2660
- */
2661
- EnhancementMode: string;
2662
- /**
2663
- * 模型唯一ID
2664
- */
2665
- ModelId: string;
2666
- /**
2667
- * 模型类型
2668
- */
2669
- ModelProviderType: string;
2670
- /**
2671
- * 是否启用公式增强
2672
- 注意:此字段可能返回 null,表示取不到有效值。
2673
- */
2674
- EnableFormulaEnhancement?: boolean;
2675
- /**
2676
- * 是否启用 LLM 增强
2677
- 注意:此字段可能返回 null,表示取不到有效值。
2678
- */
2679
- EnableLLMEnhancement?: boolean;
2680
- /**
2681
- * 是否输出 HTML 表格
2682
- 注意:此字段可能返回 null,表示取不到有效值。
2683
- */
2684
- OutputHtmlTable?: boolean;
3460
+ export interface FieldMask {
2685
3461
  /**
2686
- * 支持的文件类型列表
3462
+ * 字段路径列表
2687
3463
  */
2688
- SupportedFileList?: Array<SupportedFileType>;
3464
+ Paths?: Array<string>;
2689
3465
  }
2690
3466
  /**
2691
3467
  * 应用申诉信息(用户不可修改)
@@ -2740,6 +3516,53 @@ export interface DescribeAuditLogMetaResponse {
2740
3516
  */
2741
3517
  RequestId?: string;
2742
3518
  }
3519
+ /**
3520
+ * TimerScheduleConfig
3521
+ */
3522
+ export interface TimerScheduleConfig {
3523
+ /**
3524
+ * cron配置
3525
+ */
3526
+ Cron?: CronSchedule;
3527
+ /**
3528
+ * 每日触发
3529
+ */
3530
+ Daily?: DailySchedule;
3531
+ /**
3532
+ * 固定间隔
3533
+ */
3534
+ Interval?: IntervalSchedule;
3535
+ /**
3536
+ * 仅手动
3537
+ */
3538
+ ManualOnly?: ManualOnlySchedule;
3539
+ /**
3540
+ * 单次
3541
+ */
3542
+ Once?: OnceSchedule;
3543
+ /**
3544
+ *
3545
+ 枚举值:
3546
+ | uint | 描述 |
3547
+ | --- | --- |
3548
+ | 0 | |
3549
+ | 1 | 仅手动 |
3550
+ | 2 | 每天 |
3551
+ | 3 | 每周 |
3552
+ | 4 | 按间隔 |
3553
+ | 5 | 一次性 |
3554
+ | 6 | Cron |
3555
+ */
3556
+ ScheduleType?: number;
3557
+ /**
3558
+ * 时区
3559
+ */
3560
+ Timezone?: string;
3561
+ /**
3562
+ * 每周固定时间触发
3563
+ */
3564
+ Weekly?: WeeklySchedule;
3565
+ }
2743
3566
  /**
2744
3567
  * DescribeVariable请求参数结构体
2745
3568
  */
@@ -2757,6 +3580,29 @@ export interface DescribeVariableRequest {
2757
3580
  */
2758
3581
  ModuleType?: number;
2759
3582
  }
3583
+ /**
3584
+ * IntervalSchedule
3585
+ */
3586
+ export interface IntervalSchedule {
3587
+ /**
3588
+ * 开始时间
3589
+ */
3590
+ StartAt?: string;
3591
+ /**
3592
+ *
3593
+ 枚举值:
3594
+ | 枚举值 | uint |
3595
+ | --- | --- |
3596
+ | INTERVAL_UNIT_UNSPECIFIED | 0 |
3597
+ | INTERVAL_UNIT_HOUR | 1 |
3598
+ | INTERVAL_UNIT_DAY | 2 |
3599
+ */
3600
+ Unit?: number;
3601
+ /**
3602
+ * 值
3603
+ */
3604
+ Value?: number;
3605
+ }
2760
3606
  /**
2761
3607
  * AppToolConfig
2762
3608
  */
@@ -2866,44 +3712,43 @@ export interface SkillNotice {
2866
3712
  Type?: number;
2867
3713
  }
2868
3714
  /**
2869
- * ResponseParam
3715
+ * PauseTimerTask返回参数结构体
2870
3716
  */
2871
- export interface ResponseParam {
3717
+ export interface PauseTimerTaskResponse {
2872
3718
  /**
2873
- * <p>变量描述</p>
3719
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2874
3720
  */
2875
- Description?: string;
3721
+ RequestId?: string;
3722
+ }
3723
+ /**
3724
+ * AppTriggerParamSchema
3725
+ */
3726
+ export interface AppTriggerParamSchema {
2876
3727
  /**
2877
- * <p>参数名称</p>
3728
+ *
2878
3729
  */
2879
- Name?: string;
3730
+ ParamName?: string;
2880
3731
  /**
2881
- * <table><tbody><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>OUTPUT_RENDER_REPLACE</td><td>0</td><td>覆盖(全量替换)</td></tr><tr><td>OUTPUT_RENDER_APPEND</td><td>1</td><td>增量追加</td></tr></tbody></table>
3732
+ * <table><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>PARAM_TYPE_STRING</td><td>0</td><td>字符串</td></tr><tr><td>PARAM_TYPE_INT</td><td>1</td><td>整数</td></tr><tr><td>PARAM_TYPE_FLOAT</td><td>2</td><td>浮点数</td></tr><tr><td>PARAM_TYPE_BOOL</td><td>3</td><td>布尔值</td></tr><tr><td>PARAM_TYPE_OBJECT</td><td>4</td><td>对象</td></tr><tr><td>PARAM_TYPE_ARRAY_STRING</td><td>5</td><td>字符串数组</td></tr><tr><td>PARAM_TYPE_ARRAY_INT</td><td>6</td><td>整数数组</td></tr><tr><td>PARAM_TYPE_ARRAY_FLOAT</td><td>7</td><td>浮点数数组</td></tr><tr><td>PARAM_TYPE_ARRAY_BOOL</td><td>8</td><td>布尔值数组</td></tr><tr><td>PARAM_TYPE_ARRAY_OBJECT</td><td>9</td><td>对象数组</td></tr><tr><td>PARAM_TYPE_ARRAY_ARRAY</td><td>20</td><td>数组嵌套</td></tr><tr><td>PARAM_TYPE_NULL</td><td>99</td><td>空值</td></tr><tr><td>PARAM_TYPE_UNSPECIFIED</td><td>100</td><td>未指定类型,用于OneOf和AnyOf场景</td></tr></table>
2882
3733
  */
2883
- RenderMode?: number;
3734
+ ParamType?: number;
2884
3735
  /**
2885
- * <p>只对 OBJECT 或 ARRAY_OBJECT 类型有用</p>
3736
+ *
2886
3737
  */
2887
- SubParams?: Array<ResponseParam>;
3738
+ Required?: boolean;
2888
3739
  /**
2889
- * <table><tbody><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>PARAM_TYPE_STRING</td><td>0</td><td>字符串</td></tr><tr><td>PARAM_TYPE_INT</td><td>1</td><td>整数</td></tr><tr><td>PARAM_TYPE_FLOAT</td><td>2</td><td>浮点数</td></tr><tr><td>PARAM_TYPE_BOOL</td><td>3</td><td>布尔值</td></tr><tr><td>PARAM_TYPE_OBJECT</td><td>4</td><td>对象</td></tr><tr><td>PARAM_TYPE_ARRAY_STRING</td><td>5</td><td>字符串数组</td></tr><tr><td>PARAM_TYPE_ARRAY_INT</td><td>6</td><td>整数数组</td></tr><tr><td>PARAM_TYPE_ARRAY_FLOAT</td><td>7</td><td>浮点数数组</td></tr><tr><td>PARAM_TYPE_ARRAY_BOOL</td><td>8</td><td>布尔值数组</td></tr><tr><td>PARAM_TYPE_ARRAY_OBJECT</td><td>9</td><td>对象数组</td></tr><tr><td>PARAM_TYPE_ARRAY_ARRAY</td><td>20</td><td>数组嵌套</td></tr><tr><td>PARAM_TYPE_NULL</td><td>99</td><td>空值</td></tr><tr><td>PARAM_TYPE_UNSPECIFIED</td><td>100</td><td>未指定类型,用于OneOf和AnyOf场景</td></tr></tbody></table>
3740
+ *
2890
3741
  */
2891
- Type?: number;
3742
+ SubParamList?: Array<AppTriggerParamSchema>;
2892
3743
  }
2893
3744
  /**
2894
- * 多模态问答模型配置
3745
+ * DescribeAppTrigger返回参数结构体
2895
3746
  */
2896
- export interface MultiModalQAModel {
3747
+ export interface DescribeAppTriggerResponse {
2897
3748
  /**
2898
- * 模型配置
2899
- 注意:此字段可能返回 null,表示取不到有效值。
3749
+ * <p>应用触发器信息</p>
2900
3750
  */
2901
- Model: ModelDetailInfo;
2902
- }
2903
- /**
2904
- * FavoriteSkill返回参数结构体
2905
- */
2906
- export interface FavoriteSkillResponse {
3751
+ Trigger?: AppTrigger;
2907
3752
  /**
2908
3753
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2909
3754
  */
@@ -2959,6 +3804,40 @@ export interface SingleWorkflowConfig {
2959
3804
  */
2960
3805
  Enabled?: boolean;
2961
3806
  }
3807
+ /**
3808
+ * TimerPushConfig
3809
+ */
3810
+ export interface TimerPushConfig {
3811
+ /**
3812
+ *
3813
+ 枚举值:
3814
+ | uint | 描述 |
3815
+ | --- | --- |
3816
+ | 0 | |
3817
+ | 1 | 不推送 |
3818
+ | 2 | 微信公众号 |
3819
+ | 3 | 企业微信 AI 机器人 |
3820
+ */
3821
+ PushChannel?: number;
3822
+ /**
3823
+ * 推送会话ID
3824
+ */
3825
+ PushTargetId?: string;
3826
+ /**
3827
+ *
3828
+ 枚举值:
3829
+ | uint | 描述 |
3830
+ | --- | --- |
3831
+ | 0 | |
3832
+ | 1 | 用户 (微信公众号 openid) |
3833
+ | 2 | 群聊 (企微机器人 chat_id) |
3834
+ */
3835
+ PushTargetType?: number;
3836
+ /**
3837
+ *
3838
+ */
3839
+ PushWebhookUrl?: string;
3840
+ }
2962
3841
  /**
2963
3842
  * BasicBilling
2964
3843
  */
@@ -2989,6 +3868,27 @@ export interface DeleteSkillShareResponse {
2989
3868
  */
2990
3869
  RequestId?: string;
2991
3870
  }
3871
+ /**
3872
+ * DescribePlugin请求参数结构体
3873
+ */
3874
+ export interface DescribePluginRequest {
3875
+ /**
3876
+ * <p>插件id</p>
3877
+ */
3878
+ PluginId: string;
3879
+ /**
3880
+ * <p>当前空间id</p>
3881
+ */
3882
+ SpaceId: string;
3883
+ /**
3884
+ * <p>获取指定字段</p>
3885
+ */
3886
+ FieldMask?: FieldMask;
3887
+ /**
3888
+ * <p>插件展示场景。不传或取 0 时不限定场景。</p><p>枚举值:</p><ul><li>0:不限定场景</li><li>1:Agent 模式</li><li>2:工作流</li><li>3:智能工作台</li></ul>
3889
+ */
3890
+ Module?: number;
3891
+ }
2992
3892
  /**
2993
3893
  * Agent 工具入参
2994
3894
  */
@@ -2998,6 +3898,19 @@ export interface AgentToolConfig {
2998
3898
  */
2999
3899
  Config?: AgentToolBasicConfig;
3000
3900
  }
3901
+ /**
3902
+ * CreateTimerTask返回参数结构体
3903
+ */
3904
+ export interface CreateTimerTaskResponse {
3905
+ /**
3906
+ * 任务ID
3907
+ */
3908
+ TimerId?: string;
3909
+ /**
3910
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3911
+ */
3912
+ RequestId?: string;
3913
+ }
3001
3914
  /**
3002
3915
  * CreatePlugin返回参数结构体
3003
3916
  */
@@ -3089,70 +4002,38 @@ export interface DescribeLatestReleaseRequest {
3089
4002
  AppId: string;
3090
4003
  }
3091
4004
  /**
3092
- * Agent 的插件基本配置
4005
+ * 联网搜索配置(国际版使用)
3093
4006
  */
3094
- export interface AgentPluginConfig {
3095
- /**
3096
- * <p>插件id</p>
3097
- */
3098
- PluginId?: string;
3099
- /**
3100
- * <p>插件 Header 参数</p>
3101
- */
3102
- HeaderParameterList?: Array<AgentPluginParameter>;
4007
+ export interface AppWebSearchConfig {
3103
4008
  /**
3104
- * <p>插件 Query 参数</p>
4009
+ * API密钥
3105
4010
  */
3106
- QueryParameterList?: Array<AgentPluginParameter>;
4011
+ ApiKey: string;
3107
4012
  /**
3108
- * <p>是否使用CAM一键授权,仅 auth_type=2时生效</p>
4013
+ * 是否开启
3109
4014
  */
3110
- EnableCamRoleAuth?: boolean;
4015
+ Enabled: boolean;
3111
4016
  /**
3112
- * <p>授权类型</p><p>枚举值:</p><ul><li>0: 无鉴权</li><li>1: API Key</li><li>2: CAM授权</li><li>3: OAuth2.0授权</li></ul>
4017
+ * 服务提供商
3113
4018
  */
3114
- AuthType?: number;
4019
+ Provider: string;
3115
4020
  /**
3116
- * <p>OAuth 授权同意模式;0-开发者授权;1-使用者授权(仅在auth_type=3时生效)</p>
4021
+ * 返回结果数量
3117
4022
  */
3118
- OAuthConsent?: number;
4023
+ TopN: number;
3119
4024
  }
3120
4025
  /**
3121
- * 插件概要信息(用于插件列表)
4026
+ * DescribeSystemVariableList返回参数结构体
3122
4027
  */
3123
- export interface PluginSummary {
3124
- /**
3125
- * <p>插件运营管理信息</p>
3126
- */
3127
- Operation?: PluginOperation;
3128
- /**
3129
- * <p>插件id</p>
3130
- */
3131
- PluginId?: string;
3132
- /**
3133
- * <p>插件基础信息</p>
3134
- */
3135
- Profile?: PluginProfile;
3136
- /**
3137
- * <p>插件统计信息</p>
3138
- */
3139
- Statistics?: PluginStatistics;
3140
- /**
3141
- * <p>插件状态,1:可用,2:不可用 </p><p>枚举值:</p><ul><li>1: 可用</li><li>2: 不可用</li></ul>
3142
- */
3143
- Status?: number;
3144
- /**
3145
- * <p>用户维度的插件状态信息</p>
3146
- */
3147
- UserState?: PluginUserState;
4028
+ export interface DescribeSystemVariableListResponse {
3148
4029
  /**
3149
- * <p>插件配置信息</p>
4030
+ * system_variable_list
3150
4031
  */
3151
- Config?: PluginConfig;
4032
+ SystemVariableList?: Array<SystemVariable>;
3152
4033
  /**
3153
- * <p>工具信息</p>
4034
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3154
4035
  */
3155
- ToolList?: Array<ToolSummary>;
4036
+ RequestId?: string;
3156
4037
  }
3157
4038
  /**
3158
4039
  * CreatePlugin请求参数结构体
@@ -3183,6 +4064,32 @@ export interface CreatePluginRequest {
3183
4064
  */
3184
4065
  LoginSubAccountUin?: string;
3185
4066
  }
4067
+ /**
4068
+ * ResumeAppTrigger请求参数结构体
4069
+ */
4070
+ export interface ResumeAppTriggerRequest {
4071
+ /**
4072
+ * <p>应用ID</p>
4073
+ */
4074
+ AppId?: string;
4075
+ /**
4076
+ * <p>应用触发器ID</p>
4077
+ */
4078
+ TriggerId?: string;
4079
+ }
4080
+ /**
4081
+ * AppTriggerParamBindingValue
4082
+ */
4083
+ export interface AppTriggerParamBindingValue {
4084
+ /**
4085
+ * <p>参数值</p>
4086
+ */
4087
+ ParamValue?: string;
4088
+ /**
4089
+ * <p>应用变量名</p>
4090
+ */
4091
+ VariableName?: string;
4092
+ }
3186
4093
  /**
3187
4094
  * Agent 基本配置
3188
4095
  */
@@ -3242,25 +4149,25 @@ export interface OAuthConfig {
3242
4149
  TokenUrl?: string;
3243
4150
  }
3244
4151
  /**
3245
- * 联网搜索配置(国际版使用)
4152
+ * RunTimerTaskNow请求参数结构体
3246
4153
  */
3247
- export interface AppWebSearchConfig {
4154
+ export interface RunTimerTaskNowRequest {
3248
4155
  /**
3249
- * API密钥
4156
+ * 空间ID
3250
4157
  */
3251
- ApiKey: string;
4158
+ SpaceId?: string;
3252
4159
  /**
3253
- * 是否开启
4160
+ * 任务ID
3254
4161
  */
3255
- Enabled: boolean;
4162
+ TimerId?: string;
3256
4163
  /**
3257
- * 服务提供商
4164
+ * 主用户
3258
4165
  */
3259
- Provider: string;
4166
+ LoginUin?: string;
3260
4167
  /**
3261
- * 返回结果数量
4168
+ * 子用户
3262
4169
  */
3263
- TopN: number;
4170
+ LoginSubAccountUin?: string;
3264
4171
  }
3265
4172
  /**
3266
4173
  * CopyAgentFromApp返回参数结构体
@@ -3293,6 +4200,19 @@ export interface CreateWorkspaceCredentialResponse {
3293
4200
  */
3294
4201
  RequestId?: string;
3295
4202
  }
4203
+ /**
4204
+ * DescribeTimerTask返回参数结构体
4205
+ */
4206
+ export interface DescribeTimerTaskResponse {
4207
+ /**
4208
+ * 任务
4209
+ */
4210
+ Task?: TimerTask;
4211
+ /**
4212
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4213
+ */
4214
+ RequestId?: string;
4215
+ }
3296
4216
  /**
3297
4217
  * 模型参数
3298
4218
  */
@@ -3450,25 +4370,17 @@ export interface AgentReleasePreview {
3450
4370
  ReleaseList?: Array<AgentRelease>;
3451
4371
  }
3452
4372
  /**
3453
- * ToolConfig
4373
+ * DescribeAgentDetail返回参数结构体
3454
4374
  */
3455
- export interface ToolConfig {
3456
- /**
3457
- * <p>API工具配置信息</p>
3458
- */
3459
- ApiToolConfig?: ApiToolConfig;
3460
- /**
3461
- * <p>应用配置信息</p>
3462
- */
3463
- AppToolConfig?: AppToolConfig;
4375
+ export interface DescribeAgentDetailResponse {
3464
4376
  /**
3465
- * <p>代码工具配置信息</p>
4377
+ * <p>Agent信息</p>
3466
4378
  */
3467
- CodeToolConfig?: CodeToolConfig;
4379
+ Agent?: AgentDetail;
3468
4380
  /**
3469
- * <p>MCP工具配置信息</p>
4381
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3470
4382
  */
3471
- MCPToolConfig?: MCPToolConfig;
4383
+ RequestId?: string;
3472
4384
  }
3473
4385
  /**
3474
4386
  * Agent 工具输出参数
@@ -3495,6 +4407,15 @@ export interface AgentToolOutputParameter {
3495
4407
  */
3496
4408
  RenderMode?: number;
3497
4409
  }
4410
+ /**
4411
+ * DeleteVariable返回参数结构体
4412
+ */
4413
+ export interface DeleteVariableResponse {
4414
+ /**
4415
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4416
+ */
4417
+ RequestId?: string;
4418
+ }
3498
4419
  /**
3499
4420
  * DescribeAccountList返回参数结构体
3500
4421
  */
@@ -3526,17 +4447,38 @@ export interface CreateSkillShareResponse {
3526
4447
  RequestId?: string;
3527
4448
  }
3528
4449
  /**
3529
- * DescribeReleaseSummary返回参数结构体
4450
+ * RunAppTriggerNow请求参数结构体
3530
4451
  */
3531
- export interface DescribeReleaseSummaryResponse {
4452
+ export interface RunAppTriggerNowRequest {
3532
4453
  /**
3533
- * 发布信息
4454
+ * <p>应用ID</p>
3534
4455
  */
3535
- ReleaseSummary?: ReleaseSummary;
4456
+ AppId?: string;
3536
4457
  /**
3537
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4458
+ * <p>应用触发器ID</p>
3538
4459
  */
3539
- RequestId?: string;
4460
+ TriggerId?: string;
4461
+ }
4462
+ /**
4463
+ * AppTriggerWebhookConfig
4464
+ */
4465
+ export interface AppTriggerWebhookConfig {
4466
+ /**
4467
+ *
4468
+ */
4469
+ ParamSchemaConfig?: AppTriggerWebhookParamSchemaConfig;
4470
+ /**
4471
+ *
4472
+ */
4473
+ WebhookKey?: string;
4474
+ /**
4475
+ *
4476
+ */
4477
+ WebhookToken?: string;
4478
+ /**
4479
+ *
4480
+ */
4481
+ WebhookUrl?: string;
3540
4482
  }
3541
4483
  /**
3542
4484
  * Agent摘要信息
@@ -3565,54 +4507,26 @@ export interface AgentUserInputValue {
3565
4507
  ValueList?: Array<string>;
3566
4508
  }
3567
4509
  /**
3568
- * DescribeAgentDetail返回参数结构体
4510
+ * DeleteAppTrigger返回参数结构体
3569
4511
  */
3570
- export interface DescribeAgentDetailResponse {
3571
- /**
3572
- * <p>Agent信息</p>
3573
- */
3574
- Agent?: AgentDetail;
4512
+ export interface DeleteAppTriggerResponse {
3575
4513
  /**
3576
4514
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3577
4515
  */
3578
4516
  RequestId?: string;
3579
4517
  }
3580
4518
  /**
3581
- * SkillProfile Skill 基础展示信息。
4519
+ * CreateAppTrigger返回参数结构体
3582
4520
  */
3583
- export interface SkillProfile {
3584
- /**
3585
- * 创建时间(Unix秒)
3586
- */
3587
- CreateTime: string;
3588
- /**
3589
- * 创建者
3590
- */
3591
- Creator: string;
3592
- /**
3593
- * Skill 描述
3594
- */
3595
- Description: string;
3596
- /**
3597
- * Skill 展示描述
3598
- */
3599
- DisplayDescription: string;
3600
- /**
3601
- * Skill 展示名称
3602
- */
3603
- DisplayName: string;
3604
- /**
3605
- * Skill 图标
3606
- */
3607
- IconUrl: string;
4521
+ export interface CreateAppTriggerResponse {
3608
4522
  /**
3609
- * Skill 名称
4523
+ * <p>应用触发器ID</p>
3610
4524
  */
3611
- Name: string;
4525
+ TriggerId?: string;
3612
4526
  /**
3613
- * 更新时间(Unix秒)
4527
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3614
4528
  */
3615
- UpdateTime: string;
4529
+ RequestId?: string;
3616
4530
  }
3617
4531
  /**
3618
4532
  * CreateVariable返回参数结构体
@@ -3685,6 +4599,52 @@ export interface ApiToolConfig {
3685
4599
  */
3686
4600
  Url?: string;
3687
4601
  }
4602
+ /**
4603
+ * PluginOperation
4604
+ */
4605
+ export interface PluginOperation {
4606
+ /**
4607
+ * 是否允许外部调用
4608
+ */
4609
+ AllowExternalAccess?: boolean;
4610
+ /**
4611
+ * <p>计费类型。</p><p>枚举值:</p><ul><li>0:免费</li><li>1:公测</li><li>2:官方收费</li></ul>
4612
+ */
4613
+ BillingType?: number;
4614
+ /**
4615
+ * 插件分类标识
4616
+ */
4617
+ CategoryKey?: string;
4618
+ /**
4619
+ * 插件概述
4620
+ */
4621
+ Introduction?: string;
4622
+ /**
4623
+ * 是否精选
4624
+ */
4625
+ IsRecommended?: boolean;
4626
+ }
4627
+ /**
4628
+ * DescribeTimerTask请求参数结构体
4629
+ */
4630
+ export interface DescribeTimerTaskRequest {
4631
+ /**
4632
+ * 空间id
4633
+ */
4634
+ SpaceId?: string;
4635
+ /**
4636
+ * 任务id
4637
+ */
4638
+ TimerId?: string;
4639
+ /**
4640
+ * <p>主用户Uin</p>
4641
+ */
4642
+ LoginUin?: string;
4643
+ /**
4644
+ * <p>子用户Uin</p>
4645
+ */
4646
+ LoginSubAccountUin?: string;
4647
+ }
3688
4648
  /**
3689
4649
  * ModifySkill返回参数结构体
3690
4650
  */
@@ -3694,6 +4654,27 @@ export interface ModifySkillResponse {
3694
4654
  */
3695
4655
  RequestId?: string;
3696
4656
  }
4657
+ /**
4658
+ * ToolConfig
4659
+ */
4660
+ export interface ToolConfig {
4661
+ /**
4662
+ * <p>API工具配置信息</p>
4663
+ */
4664
+ ApiToolConfig?: ApiToolConfig;
4665
+ /**
4666
+ * <p>应用配置信息</p>
4667
+ */
4668
+ AppToolConfig?: AppToolConfig;
4669
+ /**
4670
+ * <p>代码工具配置信息</p>
4671
+ */
4672
+ CodeToolConfig?: CodeToolConfig;
4673
+ /**
4674
+ * <p>MCP工具配置信息</p>
4675
+ */
4676
+ MCPToolConfig?: MCPToolConfig;
4677
+ }
3697
4678
  /**
3698
4679
  * Reference 参考来源信息
3699
4680
  */
@@ -3725,6 +4706,15 @@ export interface AppShareURLInfo {
3725
4706
  */
3726
4707
  ShareUrl: string;
3727
4708
  }
4709
+ /**
4710
+ * ReleaseSkill返回参数结构体
4711
+ */
4712
+ export interface ReleaseSkillResponse {
4713
+ /**
4714
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4715
+ */
4716
+ RequestId?: string;
4717
+ }
3728
4718
  /**
3729
4719
  * 模型基本信息
3730
4720
  */
@@ -3750,6 +4740,57 @@ export interface ModelBasic {
3750
4740
  */
3751
4741
  Name?: string;
3752
4742
  }
4743
+ /**
4744
+ * UnfavoriteSkill请求参数结构体
4745
+ */
4746
+ export interface UnfavoriteSkillRequest {
4747
+ /**
4748
+ * <p>SkillId</p>
4749
+ */
4750
+ SkillId: string;
4751
+ /**
4752
+ * <p>空间ID</p>
4753
+ */
4754
+ SpaceId: string;
4755
+ }
4756
+ /**
4757
+ * SkillAnalysisInfo Skill 安全扫描信息。
4758
+ */
4759
+ export interface SkillAnalysisInfo {
4760
+ /**
4761
+ * 安全检测状态
4762
+
4763
+ 枚举值:
4764
+ | uint | 描述 |
4765
+ | --- | --- |
4766
+ | 0 | 待检测 |
4767
+ | 1 | 检测中 |
4768
+ | 2 | 可用 |
4769
+ | 3 | 不可用 |
4770
+ | 4 | 检测失败 |
4771
+ */
4772
+ AnalysisStatus: number;
4773
+ /**
4774
+ * 风险描述
4775
+ */
4776
+ RiskDescription: string;
4777
+ /**
4778
+ * 风险等级
4779
+
4780
+ 枚举值:
4781
+ | uint | 描述 |
4782
+ | --- | --- |
4783
+ | 0 | 无风险 |
4784
+ | 1 | 低风险 |
4785
+ | 2 | 中风险 |
4786
+ | 3 | 高风险 |
4787
+ */
4788
+ RiskLevel: number;
4789
+ /**
4790
+ * 安全报告跳转url;
4791
+ */
4792
+ SecurityReportUrl: string;
4793
+ }
3753
4794
  /**
3754
4795
  * ModifyPlugin返回参数结构体
3755
4796
  */
@@ -3777,26 +4818,26 @@ export interface CreateReleaseResponse {
3777
4818
  RequestId?: string;
3778
4819
  }
3779
4820
  /**
3780
- * FavoritePlugin返回参数结构体
4821
+ * DescribeAppTriggerInstance返回参数结构体
3781
4822
  */
3782
- export interface FavoritePluginResponse {
4823
+ export interface DescribeAppTriggerInstanceResponse {
4824
+ /**
4825
+ * <p>应用触发器实例</p>
4826
+ */
4827
+ Instance?: AppTriggerInstance;
3783
4828
  /**
3784
4829
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3785
4830
  */
3786
4831
  RequestId?: string;
3787
4832
  }
3788
4833
  /**
3789
- * UnfavoritePlugin请求参数结构体
4834
+ * PauseAppTrigger返回参数结构体
3790
4835
  */
3791
- export interface UnfavoritePluginRequest {
3792
- /**
3793
- * <p>插件id</p>
3794
- */
3795
- PluginId: string;
4836
+ export interface PauseAppTriggerResponse {
3796
4837
  /**
3797
- * <p>当前空间id</p>
4838
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3798
4839
  */
3799
- SpaceId: string;
4840
+ RequestId?: string;
3800
4841
  }
3801
4842
  /**
3802
4843
  * ModifySkill请求参数结构体
@@ -3887,26 +4928,13 @@ export interface AppealingStatus {
3887
4928
  RoleInAppeal: boolean;
3888
4929
  }
3889
4930
  /**
3890
- * 模型详细信息
4931
+ * 输入框配置
3891
4932
  */
3892
- export interface ModelDetailInfo {
3893
- /**
3894
- * 模型别名
3895
- */
3896
- Alias?: string;
4933
+ export interface InputBoxConfig {
3897
4934
  /**
3898
- * 历史对话条数限制
4935
+ * 输入框按钮,1:上传图片、2:上传文档,3:腾讯文档,4:联网搜索
3899
4936
  */
3900
- HistoryLimit?: number;
3901
- /**
3902
- * 模型唯一 ID
3903
- */
3904
- ModelId?: string;
3905
- /**
3906
- * 模型参数
3907
- 注意:此字段可能返回 null,表示取不到有效值。
3908
- */
3909
- ModelParams?: ModelParams;
4937
+ InputBoxButtons?: Array<number | bigint>;
3910
4938
  }
3911
4939
  /**
3912
4940
  * CreateSkillShare请求参数结构体
@@ -3951,6 +4979,15 @@ export interface CreateVariableRequest {
3951
4979
  */
3952
4980
  Variable?: Variable;
3953
4981
  }
4982
+ /**
4983
+ * AppTriggerParamBindingConfig
4984
+ */
4985
+ export interface AppTriggerParamBindingConfig {
4986
+ /**
4987
+ *
4988
+ */
4989
+ ParamList?: Array<AppTriggerParamBinding>;
4990
+ }
3954
4991
  /**
3955
4992
  * CreateSkill返回参数结构体
3956
4993
  */
@@ -4044,25 +5081,21 @@ export interface MCPPluginConfig {
4044
5081
  AuthConfig?: AuthConfig;
4045
5082
  }
4046
5083
  /**
4047
- * DescribePlugin请求参数结构体
5084
+ * DescribeAppTriggerSummaryList返回参数结构体
4048
5085
  */
4049
- export interface DescribePluginRequest {
5086
+ export interface DescribeAppTriggerSummaryListResponse {
4050
5087
  /**
4051
- * <p>插件id</p>
4052
- */
4053
- PluginId: string;
4054
- /**
4055
- * <p>当前空间id</p>
5088
+ * <p>应用触发器数量</p>
4056
5089
  */
4057
- SpaceId: string;
5090
+ TotalCount?: string;
4058
5091
  /**
4059
- * <p>获取指定字段</p>
5092
+ * <p>应用触发器列表</p>
4060
5093
  */
4061
- FieldMask?: FieldMask;
5094
+ TriggerList?: Array<AppTriggerSummary>;
4062
5095
  /**
4063
- * <p>插件展示场景。不传或取 0 时不限定场景。</p><p>枚举值:</p><ul><li>0:不限定场景</li><li>1:Agent 模式</li><li>2:工作流</li><li>3:智能工作台</li></ul>
5096
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4064
5097
  */
4065
- Module?: number;
5098
+ RequestId?: string;
4066
5099
  }
4067
5100
  /**
4068
5101
  * DescribeSystemVariableList请求参数结构体
@@ -4073,6 +5106,24 @@ export interface DescribeSystemVariableListRequest {
4073
5106
  */
4074
5107
  AppId: string;
4075
5108
  }
5109
+ /**
5110
+ * 角色配置
5111
+ */
5112
+ export interface RoleConfig {
5113
+ /**
5114
+ * 角色描述
5115
+ */
5116
+ RoleDescription: string;
5117
+ }
5118
+ /**
5119
+ * DescribeTimerTaskRunLogList返回参数结构体
5120
+ */
5121
+ export interface DescribeTimerTaskRunLogListResponse {
5122
+ /**
5123
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5124
+ */
5125
+ RequestId?: string;
5126
+ }
4076
5127
  /**
4077
5128
  * 应用配置 - 用户可修改的所有配置
4078
5129
  */
@@ -4140,65 +5191,46 @@ export interface AppGreetingConfig {
4140
5191
  OpeningQuestionList?: Array<string>;
4141
5192
  }
4142
5193
  /**
4143
- * 输入框配置
5194
+ * DescribeAppTriggerSummaryList请求参数结构体
4144
5195
  */
4145
- export interface InputBoxConfig {
5196
+ export interface DescribeAppTriggerSummaryListRequest {
4146
5197
  /**
4147
- * 输入框按钮,1:上传图片、2:上传文档,3:腾讯文档,4:联网搜索
4148
- */
4149
- InputBoxButtons?: Array<number | bigint>;
4150
- }
4151
- /**
4152
- * SkillSummary 列表中的 Skill 摘要。
4153
- */
4154
- export interface SkillSummary {
4155
- /**
4156
- * 分类信息
4157
- 注意:此字段可能返回 null,表示取不到有效值。
4158
- */
4159
- ClassificationInfo: SkillClassification;
4160
- /**
4161
- * 当前版本信息
4162
- 注意:此字段可能返回 null,表示取不到有效值。
5198
+ * <p>应用ID</p>
4163
5199
  */
4164
- CurrentVersionInfo: SkillVersion;
5200
+ AppId?: string;
4165
5201
  /**
4166
- * 当前用户是否收藏
5202
+ * <p>参数过滤列表</p>
4167
5203
  */
4168
- IsFavorite: boolean;
5204
+ FilterList?: Array<Filter>;
4169
5205
  /**
4170
- * 基础信息
4171
- 注意:此字段可能返回 null,表示取不到有效值。
5206
+ * <p>页码</p><p>取值范围:[1, 1000000]</p>
4172
5207
  */
4173
- Profile: SkillProfile;
5208
+ PageNumber?: number;
4174
5209
  /**
4175
- * Skill ID
5210
+ * <p>每页大小</p><p>取值范围:[1, 100]</p>
4176
5211
  */
4177
- SkillId: string;
5212
+ PageSize?: number;
4178
5213
  /**
4179
- * Skill 异常通知列表
5214
+ * <p>模糊查询字符串</p>
4180
5215
  */
4181
- NoticeList?: Array<SkillNotice>;
5216
+ Query?: string;
5217
+ }
5218
+ /**
5219
+ * 模型状态信息
5220
+ */
5221
+ export interface ModelStatus {
4182
5222
  /**
4183
- * 当前用户对该 Skill 的资源操作权限位列表;内置/共享 Skill 固定为空数组
5223
+ * 专属并发数
4184
5224
  */
4185
- PermissionIdList?: Array<string>;
5225
+ Concurrency?: number;
4186
5226
  /**
4187
- * 共享信息;可能有两条,一条是已共享的,一条是审核中的
5227
+ * 是否专属并发
4188
5228
  */
4189
- ShareList?: Array<SkillShare>;
5229
+ IsExclusive?: boolean;
4190
5230
  /**
4191
- * Skill状态
4192
-
4193
- 枚举值:
4194
- | uint | 描述 |
4195
- | --- | --- |
4196
- | 0 | 初始化(无任何已发布版本,且最新版本处于 INITIALIZED/UNRELEASED) |
4197
- | 1 | 安全检测中(无任何已发布版本,且最新版本处于 AUDITING) |
4198
- | 2 | 待发布(无任何已发布版本,且最新版本处于 PENDING_RELEASE) |
4199
- | 3 | 已发布(存在任一 RELEASED 版本,吸收态) |
5231
+ * 资源状态。1-资源可用, 2-资源已用尽
4200
5232
  */
4201
- SkillStatus?: number;
5233
+ ResourceStatus?: number;
4202
5234
  }
4203
5235
  /**
4204
5236
  * 特殊状态信息
@@ -4230,6 +5262,15 @@ export interface Space {
4230
5262
  */
4231
5263
  PermissionIdList?: Array<string>;
4232
5264
  }
5265
+ /**
5266
+ * WeeklySchedule
5267
+ */
5268
+ export interface WeeklySchedule {
5269
+ /**
5270
+ * 定时配置(星期)
5271
+ */
5272
+ Times?: Array<WeeklyTime>;
5273
+ }
4233
5274
  /**
4234
5275
  * 应用元数据 - 基础标识和描述信息
4235
5276
  */
@@ -4267,6 +5308,58 @@ export interface AppMetadata {
4267
5308
  */
4268
5309
  UpdateTime: string;
4269
5310
  }
5311
+ /**
5312
+ * SkillSummary 列表中的 Skill 摘要。
5313
+ */
5314
+ export interface SkillSummary {
5315
+ /**
5316
+ * 分类信息
5317
+ 注意:此字段可能返回 null,表示取不到有效值。
5318
+ */
5319
+ ClassificationInfo: SkillClassification;
5320
+ /**
5321
+ * 当前版本信息
5322
+ 注意:此字段可能返回 null,表示取不到有效值。
5323
+ */
5324
+ CurrentVersionInfo: SkillVersion;
5325
+ /**
5326
+ * 当前用户是否收藏
5327
+ */
5328
+ IsFavorite: boolean;
5329
+ /**
5330
+ * 基础信息
5331
+ 注意:此字段可能返回 null,表示取不到有效值。
5332
+ */
5333
+ Profile: SkillProfile;
5334
+ /**
5335
+ * Skill ID
5336
+ */
5337
+ SkillId: string;
5338
+ /**
5339
+ * Skill 异常通知列表
5340
+ */
5341
+ NoticeList?: Array<SkillNotice>;
5342
+ /**
5343
+ * 当前用户对该 Skill 的资源操作权限位列表;内置/共享 Skill 固定为空数组
5344
+ */
5345
+ PermissionIdList?: Array<string>;
5346
+ /**
5347
+ * 共享信息;可能有两条,一条是已共享的,一条是审核中的
5348
+ */
5349
+ ShareList?: Array<SkillShare>;
5350
+ /**
5351
+ * Skill状态
5352
+
5353
+ 枚举值:
5354
+ | uint | 描述 |
5355
+ | --- | --- |
5356
+ | 0 | 初始化(无任何已发布版本,且最新版本处于 INITIALIZED/UNRELEASED) |
5357
+ | 1 | 安全检测中(无任何已发布版本,且最新版本处于 AUDITING) |
5358
+ | 2 | 待发布(无任何已发布版本,且最新版本处于 PENDING_RELEASE) |
5359
+ | 3 | 已发布(存在任一 RELEASED 版本,吸收态) |
5360
+ */
5361
+ SkillStatus?: number;
5362
+ }
4270
5363
  /**
4271
5364
  * [数据结构定义] Agent协同配置
4272
5365
  */
@@ -4302,13 +5395,42 @@ export interface DeleteVariableRequest {
4302
5395
  ModuleType?: number;
4303
5396
  }
4304
5397
  /**
4305
- * ReleaseSkill返回参数结构体
5398
+ * ModifyTimerTask请求参数结构体
4306
5399
  */
4307
- export interface ReleaseSkillResponse {
5400
+ export interface ModifyTimerTaskRequest {
4308
5401
  /**
4309
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5402
+ * 空间ID
4310
5403
  */
4311
- RequestId?: string;
5404
+ SpaceId?: string;
5405
+ /**
5406
+ * 任务ID
5407
+ */
5408
+ TimerId?: string;
5409
+ /**
5410
+ * 任务
5411
+ */
5412
+ TimerTask?: TimerTask;
5413
+ /**
5414
+ * 修改的内容
5415
+ */
5416
+ UpdateMask?: FieldMask;
5417
+ /**
5418
+ * <p>主用户Uin</p>
5419
+ */
5420
+ LoginUin?: string;
5421
+ /**
5422
+ * <p>子用户Uin</p>
5423
+ */
5424
+ LoginSubAccountUin?: string;
5425
+ }
5426
+ /**
5427
+ * CronSchedule
5428
+ */
5429
+ export interface CronSchedule {
5430
+ /**
5431
+ * cron表达式
5432
+ */
5433
+ Expression?: string;
4312
5434
  }
4313
5435
  /**
4314
5436
  * 员工信息
@@ -4327,6 +5449,71 @@ export interface AccountInfo {
4327
5449
  */
4328
5450
  Avatar?: string;
4329
5451
  }
5452
+ /**
5453
+ * AppTriggerInstance
5454
+ */
5455
+ export interface AppTriggerInstance {
5456
+ /**
5457
+ *
5458
+ */
5459
+ AppId?: string;
5460
+ /**
5461
+ *
5462
+ */
5463
+ ConversationId?: string;
5464
+ /**
5465
+ *
5466
+ */
5467
+ CreatedAt?: string;
5468
+ /**
5469
+ *
5470
+ */
5471
+ FinishedAt?: string;
5472
+ /**
5473
+ *
5474
+ */
5475
+ InstanceId?: string;
5476
+ /**
5477
+ *
5478
+ */
5479
+ RequestId?: string;
5480
+ /**
5481
+ *
5482
+ */
5483
+ ResultCode?: string;
5484
+ /**
5485
+ *
5486
+ */
5487
+ ResultSummary?: string;
5488
+ /**
5489
+ *
5490
+ */
5491
+ RunId?: string;
5492
+ /**
5493
+ * <table><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>APP_TRIGGER_INSTANCE_SOURCE_UNSPECIFIED</td><td>0</td><td>未指定</td></tr><tr><td>APP_TRIGGER_INSTANCE_SOURCE_APP_TRIGGER</td><td>1</td><td>来源于应用触发器</td></tr></table>
5494
+ */
5495
+ Source?: number;
5496
+ /**
5497
+ *
5498
+ */
5499
+ StartedAt?: string;
5500
+ /**
5501
+ * <table><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>TIMER_RUN_STATUS_UNSPECIFIED</td><td>0</td><td>未指定</td></tr><tr><td>TIMER_RUN_STATUS_PENDING</td><td>1</td><td>等待执行</td></tr><tr><td>TIMER_RUN_STATUS_RUNNING</td><td>2</td><td>执行中</td></tr><tr><td>TIMER_RUN_STATUS_RETRY_WAIT</td><td>3</td><td>等待重试</td></tr><tr><td>TIMER_RUN_STATUS_SUCCESS</td><td>4</td><td>成功</td></tr><tr><td>TIMER_RUN_STATUS_DEAD</td><td>5</td><td>失败终态 (重试耗尽 / 不可重试)</td></tr><tr><td>TIMER_RUN_STATUS_CANCELLED</td><td>6</td><td>被任务暂停/删除/修改取消</td></tr></table>
5502
+ */
5503
+ Status?: number;
5504
+ /**
5505
+ *
5506
+ */
5507
+ TraceId?: string;
5508
+ /**
5509
+ *
5510
+ */
5511
+ TriggerId?: string;
5512
+ /**
5513
+ *
5514
+ */
5515
+ WorkflowRunId?: string;
5516
+ }
4330
5517
  /**
4331
5518
  * 应用插件配置信息
4332
5519
  */
@@ -4337,21 +5524,13 @@ export interface AppPluginConfig {
4337
5524
  AppId: string;
4338
5525
  }
4339
5526
  /**
4340
- * 模型状态信息
5527
+ * AppTriggerScheduleConfig
4341
5528
  */
4342
- export interface ModelStatus {
4343
- /**
4344
- * 专属并发数
4345
- */
4346
- Concurrency?: number;
5529
+ export interface AppTriggerScheduleConfig {
4347
5530
  /**
4348
- * 是否专属并发
4349
- */
4350
- IsExclusive?: boolean;
4351
- /**
4352
- * 资源状态。1-资源可用, 2-资源已用尽
5531
+ *
4353
5532
  */
4354
- ResourceStatus?: number;
5533
+ Schedule?: TimerScheduleConfig;
4355
5534
  }
4356
5535
  /**
4357
5536
  * CreateSkill请求参数结构体
@@ -4421,54 +5600,122 @@ export interface AppMemoryConfig {
4421
5600
  PromptMode: number;
4422
5601
  }
4423
5602
  /**
4424
- * ModifyConversation请求参数结构体
5603
+ * FavoritePlugin返回参数结构体
4425
5604
  */
4426
- export interface ModifyConversationRequest {
5605
+ export interface FavoritePluginResponse {
4427
5606
  /**
4428
- * <p>会话类型 枚举值: 0-CONVERSATION_TYPE_UNSPECIFIED(未指定;列表查询时表示全部), 1-CONVERSATION_TYPE_VISITOR(访客端体验), 2-CONVERSATION_TYPE_EVALUATION(评测), 5-CONVERSATION_TYPE_API(API 接入), 10-CONVERSATION_TYPE_WORKFLOW(工作流调试), 20-CONVERSATION_TYPE_SHARE(分享链接)</p>
5607
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4429
5608
  */
4430
- Type: number;
5609
+ RequestId?: string;
5610
+ }
5611
+ /**
5612
+ * Agent的工具基础配置
5613
+ */
5614
+ export interface AgentToolBasicConfig {
4431
5615
  /**
4432
- * <p>应用 ID</p>
5616
+ * <p>插件id</p>
4433
5617
  */
4434
- AppId?: string;
5618
+ PluginId?: string;
4435
5619
  /**
4436
- * <p>Type=CONVERSATION_TYPE_API 时必填,应用密钥</p>
5620
+ * <p>工具id</p>
4437
5621
  */
4438
- AppKey?: string;
5622
+ ToolId?: string;
4439
5623
  /**
4440
- * <p>登录用户子账号(集成商模式必填)</p>
5624
+ * <p>描述</p>
4441
5625
  */
4442
- LoginSubAccountUin?: string;
5626
+ Description?: string;
4443
5627
  /**
4444
- * <p>登录用户主账号(集成商模式必填)</p>
5628
+ * <p>工具输入参数列表</p>
5629
+ 注意:此字段可能返回 null,表示取不到有效值。
4445
5630
  */
4446
- LoginUin?: string;
5631
+ InputList?: Array<AgentToolInputParameter>;
4447
5632
  /**
4448
- * <p>Type=CONVERSATION_TYPE_SHARE 时必填,分享码</p>
5633
+ * <p>工具输出参数列表</p>
5634
+ 注意:此字段可能返回 null,表示取不到有效值。
4449
5635
  */
4450
- ShareCode?: string;
5636
+ OutputList?: Array<AgentToolOutputParameter>;
4451
5637
  /**
4452
- * <p>Type=CONVERSATION_TYPE_API 时必填,访客ID</p>
5638
+ * <p>工具Header参数列表</p>
5639
+ 注意:此字段可能返回 null,表示取不到有效值。
4453
5640
  */
4454
- UserId?: string;
5641
+ HeaderParameterList?: Array<AgentPluginParameter>;
4455
5642
  /**
4456
- * 会话ID
5643
+ * <p>工具Query参数列表</p>
5644
+ 注意:此字段可能返回 null,表示取不到有效值。
4457
5645
  */
4458
- ConversationId?: string;
5646
+ QueryParameterList?: Array<AgentPluginParameter>;
4459
5647
  /**
4460
- * 会话标题
5648
+ * <p>工具来源: 0-来自插件,1-来自工作流</p>
4461
5649
  */
4462
- Title?: string;
5650
+ ToolSource?: number;
5651
+ /**
5652
+ * <p>是否禁用</p>
5653
+ */
5654
+ IsDisabled?: boolean;
4463
5655
  }
4464
5656
  /**
4465
- * 角色配置
5657
+ * MarkAppTriggerRunLogRead返回参数结构体
4466
5658
  */
4467
- export interface RoleConfig {
5659
+ export interface MarkAppTriggerRunLogReadResponse {
4468
5660
  /**
4469
- * 角色描述
5661
+ * <p>成功标记个数</p>
5662
+ */
5663
+ MarkedCount?: number;
5664
+ /**
5665
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5666
+ */
5667
+ RequestId?: string;
5668
+ }
5669
+ /**
5670
+ * 支持的文件类型
5671
+ */
5672
+ export interface SupportedFileType {
5673
+ /**
5674
+ * 文件类型描述(如"文本文档")
5675
+ */
5676
+ Description: string;
5677
+ /**
5678
+ * 文件类型(如 txt、pdf、jpg, 建议用扩展名)
5679
+ */
5680
+ FileExt: string;
5681
+ /**
5682
+ * 文件大小限制(单位: 字节)
5683
+ */
5684
+ MaxSizeBytes: string;
5685
+ }
5686
+ /**
5687
+ * TriggerStatus
5688
+ */
5689
+ export interface TriggerStatus {
5690
+ /**
5691
+ * <p>定时器状态</p>
5692
+ */
5693
+ ScheduledStatus?: AppTriggerScheduleStatus;
5694
+ /**
5695
+ * <p>Webhook状态</p>
5696
+ */
5697
+ WebhookStatus?: AppTriggerWebhookStatus;
5698
+ }
5699
+ /**
5700
+ * DeleteTimerTask请求参数结构体
5701
+ */
5702
+ export interface DeleteTimerTaskRequest {
5703
+ /**
5704
+ * 空间ID
5705
+ */
5706
+ SpaceId?: string;
5707
+ /**
5708
+ * 任务ID
5709
+ */
5710
+ TimerId?: string;
5711
+ /**
5712
+ * 主用户
5713
+ */
5714
+ LoginUin?: string;
5715
+ /**
5716
+ * 子用户
4470
5717
  */
4471
- RoleDescription: string;
5718
+ LoginSubAccountUin?: string;
4472
5719
  }
4473
5720
  /**
4474
5721
  * CreateAgent返回参数结构体
@@ -4493,21 +5740,21 @@ export interface ClawAgentCustomConfig {
4493
5740
  Enabled?: boolean;
4494
5741
  }
4495
5742
  /**
4496
- * DescribeAuditLogList返回参数结构体
5743
+ * AppTriggerParamBinding
4497
5744
  */
4498
- export interface DescribeAuditLogListResponse {
5745
+ export interface AppTriggerParamBinding {
4499
5746
  /**
4500
- * <p>操作日志列表</p>
5747
+ * <p>参数名字</p>
4501
5748
  */
4502
- AuditLogList?: Array<AuditLog>;
5749
+ ParamName?: string;
4503
5750
  /**
4504
- * <p>es查询起始位置</p><p>用于入参查询下一页</p>
5751
+ * <p>参数类型</p><p>枚举值:</p><ul><li>0: 字符串</li><li>1: 整数</li><li>2: 浮点数</li><li>4: 对象</li><li>5: 字符串数组</li><li>6: 整数数组</li><li>7: 浮点数数组</li><li>8: 布尔值数组</li><li>3: 布尔值</li><li>9: 对象数组</li><li>10: 文件</li><li>11: 文档</li><li>12: 图片</li><li>13: 音频</li><li>14: 视频</li><li>15: 文件数组</li><li>16: 文档数组</li><li>17: 图片数组</li><li>18: 音频数组</li><li>19: 视频数组</li><li>20: 数组嵌套</li><li>22: 密钥</li><li>99: 空值</li><li>100: 未指定类型,用于OneOf和AnyOf场景</li></ul>
4505
5752
  */
4506
- SearchAfter?: Array<string>;
5753
+ ParamType?: number;
4507
5754
  /**
4508
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5755
+ * <p>参数值</p>
4509
5756
  */
4510
- RequestId?: string;
5757
+ Value?: AppTriggerParamBindingValue;
4511
5758
  }
4512
5759
  /**
4513
5760
  * Agent 技能详情
@@ -4617,13 +5864,17 @@ export interface ModelBadge {
4617
5864
  Type?: number;
4618
5865
  }
4619
5866
  /**
4620
- * DescribeSystemVariableList返回参数结构体
5867
+ * DescribeAppTriggerRunLogList返回参数结构体
4621
5868
  */
4622
- export interface DescribeSystemVariableListResponse {
5869
+ export interface DescribeAppTriggerRunLogListResponse {
4623
5870
  /**
4624
- * system_variable_list
5871
+ * <p>日志列表</p>
4625
5872
  */
4626
- SystemVariableList?: Array<SystemVariable>;
5873
+ RunLogList?: Array<AppTriggerRunLog>;
5874
+ /**
5875
+ * <p>日志列表数量</p>
5876
+ */
5877
+ TotalCount?: string;
4627
5878
  /**
4628
5879
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4629
5880
  */
@@ -4744,6 +5995,106 @@ export interface FavoritePluginRequest {
4744
5995
  */
4745
5996
  SpaceId: string;
4746
5997
  }
5998
+ /**
5999
+ * 模型属性
6000
+ */
6001
+ export interface ModelProperty {
6002
+ /**
6003
+ * 属性名称
6004
+ */
6005
+ Name?: string;
6006
+ /**
6007
+ * 属性值
6008
+ */
6009
+ Value?: string;
6010
+ }
6011
+ /**
6012
+ * 文档解析模型参数
6013
+ */
6014
+ export interface FileParseModel {
6015
+ /**
6016
+ * 模型别名
6017
+ */
6018
+ Alias: string;
6019
+ /**
6020
+ * 模型描述
6021
+ */
6022
+ Description: string;
6023
+ /**
6024
+ * 增强模式
6025
+ */
6026
+ EnhancementMode: string;
6027
+ /**
6028
+ * 模型唯一ID
6029
+ */
6030
+ ModelId: string;
6031
+ /**
6032
+ * 模型类型
6033
+ */
6034
+ ModelProviderType: string;
6035
+ /**
6036
+ * 是否启用公式增强
6037
+ 注意:此字段可能返回 null,表示取不到有效值。
6038
+ */
6039
+ EnableFormulaEnhancement?: boolean;
6040
+ /**
6041
+ * 是否启用 LLM 增强
6042
+ 注意:此字段可能返回 null,表示取不到有效值。
6043
+ */
6044
+ EnableLLMEnhancement?: boolean;
6045
+ /**
6046
+ * 是否输出 HTML 表格
6047
+ 注意:此字段可能返回 null,表示取不到有效值。
6048
+ */
6049
+ OutputHtmlTable?: boolean;
6050
+ /**
6051
+ * 支持的文件类型列表
6052
+ */
6053
+ SupportedFileList?: Array<SupportedFileType>;
6054
+ }
6055
+ /**
6056
+ * TimerProfile
6057
+ */
6058
+ export interface TimerProfile {
6059
+ /**
6060
+ *
6061
+ 枚举值:
6062
+ | uint | 描述 |
6063
+ | --- | --- |
6064
+ | 0 | |
6065
+ | 1 | 页面手动创建 |
6066
+ | 2 | 自然语言对话创建 |
6067
+ */
6068
+ CreateSource?: number;
6069
+ /**
6070
+ * 输入上下文快照
6071
+ */
6072
+ InputContextSnapshot?: string;
6073
+ /**
6074
+ * 模型
6075
+ */
6076
+ ModelId?: string;
6077
+ /**
6078
+ * 提示词
6079
+ */
6080
+ Prompt?: string;
6081
+ /**
6082
+ * skill快照
6083
+ */
6084
+ SkillSnapshot?: string;
6085
+ /**
6086
+ * 任务名称
6087
+ */
6088
+ TaskName?: string;
6089
+ /**
6090
+ * 工具快照
6091
+ */
6092
+ ToolSnapshot?: string;
6093
+ /**
6094
+ * 工作目录
6095
+ */
6096
+ WorkspaceId?: string;
6097
+ }
4747
6098
  /**
4748
6099
  * CopyApp返回参数结构体
4749
6100
  */
@@ -4787,6 +6138,19 @@ export interface CopyAppRequest {
4787
6138
  */
4788
6139
  TargetSpaceId?: string;
4789
6140
  }
6141
+ /**
6142
+ * RollbackRelease请求参数结构体
6143
+ */
6144
+ export interface RollbackReleaseRequest {
6145
+ /**
6146
+ * app_id
6147
+ */
6148
+ AppId: string;
6149
+ /**
6150
+ * release_id
6151
+ */
6152
+ ReleaseId: string;
6153
+ }
4790
6154
  /**
4791
6155
  * 系统参数
4792
6156
  */
@@ -4960,6 +6324,23 @@ export interface ComplexBillingItem {
4960
6324
  */
4961
6325
  PuPrice?: number;
4962
6326
  }
6327
+ /**
6328
+ * DescribeAuditLogList返回参数结构体
6329
+ */
6330
+ export interface DescribeAuditLogListResponse {
6331
+ /**
6332
+ * <p>操作日志列表</p>
6333
+ */
6334
+ AuditLogList?: Array<AuditLog>;
6335
+ /**
6336
+ * <p>es查询起始位置</p><p>用于入参查询下一页</p>
6337
+ */
6338
+ SearchAfter?: Array<string>;
6339
+ /**
6340
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6341
+ */
6342
+ RequestId?: string;
6343
+ }
4963
6344
  /**
4964
6345
  * BackgroundImage 背景图片配置
4965
6346
  */
@@ -5006,6 +6387,27 @@ export interface DescribeSkillDetailRequest {
5006
6387
  * DescribeSkillCategoryList请求参数结构体
5007
6388
  */
5008
6389
  export type DescribeSkillCategoryListRequest = null;
6390
+ /**
6391
+ * AppTriggerWorkflowExecuteConfig
6392
+ */
6393
+ export interface AppTriggerWorkflowExecuteConfig {
6394
+ /**
6395
+ * <p>工作流API参数绑定</p>
6396
+ */
6397
+ ParamBindingsApi?: AppTriggerParamBindingConfig;
6398
+ /**
6399
+ * <p>工作流参数绑定</p>
6400
+ */
6401
+ ParamBindingsWorkflow?: AppTriggerParamBindingConfig;
6402
+ /**
6403
+ * <p>工作流ID</p>
6404
+ */
6405
+ WorkflowId?: string;
6406
+ /**
6407
+ * <p>工作流名字</p>
6408
+ */
6409
+ WorkflowName?: string;
6410
+ }
5009
6411
  /**
5010
6412
  * 模型完整信息
5011
6413
  */
@@ -5189,17 +6591,17 @@ export interface ModelProviderBasic {
5189
6591
  ProviderType?: number;
5190
6592
  }
5191
6593
  /**
5192
- * UnfavoriteSkill请求参数结构体
6594
+ * MCPToolConfig
5193
6595
  */
5194
- export interface UnfavoriteSkillRequest {
6596
+ export interface MCPToolConfig {
5195
6597
  /**
5196
- * <p>SkillId</p>
6598
+ * <p>输入参数</p>
5197
6599
  */
5198
- SkillId: string;
6600
+ Inputs?: Array<RequestParam>;
5199
6601
  /**
5200
- * <p>空间ID</p>
6602
+ * <p>输出参数</p>
5201
6603
  */
5202
- SpaceId: string;
6604
+ Outputs?: Array<ResponseParam>;
5203
6605
  }
5204
6606
  /**
5205
6607
  * Message 消息信息
@@ -5338,13 +6740,66 @@ export interface DescribeConversationResponse {
5338
6740
  RequestId?: string;
5339
6741
  }
5340
6742
  /**
5341
- * 字段掩码
6743
+ * AppTrigger
5342
6744
  */
5343
- export interface FieldMask {
6745
+ export interface AppTrigger {
5344
6746
  /**
5345
- * 字段路径列表
6747
+ *
5346
6748
  */
5347
- Paths?: Array<string>;
6749
+ TriggerId?: string;
6750
+ /**
6751
+ *
6752
+ */
6753
+ AppId?: string;
6754
+ /**
6755
+ *
6756
+ */
6757
+ TriggerName?: string;
6758
+ /**
6759
+ * <table><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>APP_TRIGGER_TYPE_UNSPECIFIED</td><td>0</td><td>未指定</td></tr><tr><td>APP_TRIGGER_TYPE_SCHEDULED</td><td>1</td><td>定时触发</td></tr><tr><td>APP_TRIGGER_TYPE_WEBHOOK</td><td>2</td><td>Webhook 触发</td></tr></table>
6760
+ */
6761
+ TriggerType?: number;
6762
+ /**
6763
+ * <table><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>APP_TRIGGER_EXECUTE_TYPE_UNSPECIFIED</td><td>0</td><td>未指定</td></tr><tr><td>APP_TRIGGER_EXECUTE_TYPE_PROMPT</td><td>1</td><td>指令执行</td></tr><tr><td>APP_TRIGGER_EXECUTE_TYPE_WORKFLOW</td><td>2</td><td>工作流执行</td></tr></table>
6764
+ */
6765
+ ExecuteType?: number;
6766
+ /**
6767
+ *
6768
+ */
6769
+ PushConfig?: TimerPushConfig;
6770
+ /**
6771
+ * <table><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>APP_TRIGGER_STATUS_UNSPECIFIED</td><td>0</td><td>未指定</td></tr><tr><td>APP_TRIGGER_STATUS_ENABLED</td><td>1</td><td>启用</td></tr><tr><td>APP_TRIGGER_STATUS_PAUSED</td><td>2</td><td>暂停</td></tr><tr><td>APP_TRIGGER_STATUS_DELETED</td><td>3</td><td>已删除</td></tr></table>
6772
+ */
6773
+ Status?: number;
6774
+ /**
6775
+ *
6776
+ */
6777
+ SuccessCount?: string;
6778
+ /**
6779
+ *
6780
+ */
6781
+ FailedCount?: string;
6782
+ /**
6783
+ *
6784
+ */
6785
+ TriggerConfig?: TriggerConfig;
6786
+ /**
6787
+ *
6788
+ */
6789
+ ExecuteConfig?: ExecuteConfig;
6790
+ /**
6791
+ *
6792
+ */
6793
+ TriggerStatus?: TriggerStatus;
6794
+ }
6795
+ /**
6796
+ * 工具信息
6797
+ */
6798
+ export interface ToolSummary {
6799
+ /**
6800
+ * <p>工具Id</p>
6801
+ */
6802
+ ToolId?: string;
5348
6803
  }
5349
6804
  /**
5350
6805
  * DescribeAgentSummaryList返回参数结构体
@@ -5363,6 +6818,27 @@ export interface DescribeAgentSummaryListResponse {
5363
6818
  */
5364
6819
  RequestId?: string;
5365
6820
  }
6821
+ /**
6822
+ * PauseTimerTask请求参数结构体
6823
+ */
6824
+ export interface PauseTimerTaskRequest {
6825
+ /**
6826
+ * 空间ID
6827
+ */
6828
+ SpaceId?: string;
6829
+ /**
6830
+ * 任务ID
6831
+ */
6832
+ TimerId?: string;
6833
+ /**
6834
+ * 主用户
6835
+ */
6836
+ LoginUin?: string;
6837
+ /**
6838
+ * 子用户
6839
+ */
6840
+ LoginSubAccountUin?: string;
6841
+ }
5366
6842
  /**
5367
6843
  * PluginUserState
5368
6844
  */
@@ -5483,6 +6959,46 @@ export interface AgentTool {
5483
6959
  */
5484
6960
  ToolAccessMode?: number;
5485
6961
  }
6962
+ /**
6963
+ * TimerStatus
6964
+ */
6965
+ export interface TimerStatus {
6966
+ /**
6967
+ * 失败次数
6968
+ */
6969
+ FailedCount?: string;
6970
+ /**
6971
+ * 上次触发时间
6972
+ */
6973
+ LastFireTime?: string;
6974
+ /**
6975
+ * 最近一次会话ID
6976
+ */
6977
+ LastSessionId?: string;
6978
+ /**
6979
+ * 下次触发时间
6980
+ */
6981
+ NextFireTime?: string;
6982
+ /**
6983
+ *
6984
+ 枚举值:
6985
+ | uint | 描述 |
6986
+ | --- | --- |
6987
+ | 0 | |
6988
+ | 1 | 启用 |
6989
+ | 2 | 暂停 |
6990
+ | 3 | 一次性任务已完成 |
6991
+ */
6992
+ Status?: number;
6993
+ /**
6994
+ * 成功次数
6995
+ */
6996
+ SuccessCount?: string;
6997
+ /**
6998
+ * 未读数量
6999
+ */
7000
+ UnreadRunLogCount?: string;
7001
+ }
5486
7002
  /**
5487
7003
  * 模式配置 - 包含不同模式的独有配置
5488
7004
  */
@@ -5504,43 +7020,17 @@ export interface AppModeConfig {
5504
7020
  ClawAgentConfig?: ClawAgentConfig;
5505
7021
  }
5506
7022
  /**
5507
- * Tool
7023
+ * TimerConfig
5508
7024
  */
5509
- export interface Tool {
5510
- /**
5511
- * <p>工具计费信息</p>
5512
- 注意:此字段可能返回 null,表示取不到有效值。
5513
- */
5514
- Billing?: ToolBilling;
5515
- /**
5516
- * <p>工具调用次数</p><p>单位:次数</p>
5517
- */
5518
- CallCount?: number;
5519
- /**
5520
- * <p>工具描述信息</p>
5521
- */
5522
- Description?: string;
5523
- /**
5524
- * <p>工具名称</p>
5525
- */
5526
- Name?: string;
5527
- /**
5528
- * <p>插件ID</p>
5529
- */
5530
- PluginId?: string;
5531
- /**
5532
- * <table><tbody><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>TOOL_ACCESS_MODE_UNKNOWN</td><td>0</td><td>未指定</td></tr><tr><td>TOOL_ACCESS_MODE_READ_ONLY</td><td>1</td><td>只读</td></tr><tr><td>TOOL_ACCESS_MODE_WRITE_DELETE</td><td>2</td><td>写/删除</td></tr></tbody></table>
5533
- */
5534
- ToolAccessMode?: number;
7025
+ export interface TimerConfig {
5535
7026
  /**
5536
- * <p>工具配置信息</p>
5537
- 注意:此字段可能返回 null,表示取不到有效值。
7027
+ * 推送配置
5538
7028
  */
5539
- ToolConfig?: ToolConfig;
7029
+ PushConfig?: TimerPushConfig;
5540
7030
  /**
5541
- * <p>工具ID</p>
7031
+ * 定时配置
5542
7032
  */
5543
- ToolId?: string;
7033
+ Schedule?: TimerScheduleConfig;
5544
7034
  }
5545
7035
  /**
5546
7036
  * DeleteSpace返回参数结构体