@alicloud/dms20250414 1.9.2 → 1.9.4

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 (65) hide show
  1. package/dist/models/CreateCustomAgentRequest.d.ts +1 -0
  2. package/dist/models/CreateCustomAgentRequest.js +2 -0
  3. package/dist/models/CreateCustomAgentRequest.js.map +1 -1
  4. package/dist/models/CreateCustomAgentResponseBody.d.ts +1 -0
  5. package/dist/models/CreateCustomAgentResponseBody.js +2 -0
  6. package/dist/models/CreateCustomAgentResponseBody.js.map +1 -1
  7. package/dist/models/CreateDataAgentSessionRequest.d.ts +1 -0
  8. package/dist/models/CreateDataAgentSessionRequest.js +5 -0
  9. package/dist/models/CreateDataAgentSessionRequest.js.map +1 -1
  10. package/dist/models/CreateDataAgentSessionResponseBody.d.ts +1 -0
  11. package/dist/models/CreateDataAgentSessionResponseBody.js +5 -0
  12. package/dist/models/CreateDataAgentSessionResponseBody.js.map +1 -1
  13. package/dist/models/DescribeCustomAgentResponseBody.d.ts +1 -0
  14. package/dist/models/DescribeCustomAgentResponseBody.js +2 -0
  15. package/dist/models/DescribeCustomAgentResponseBody.js.map +1 -1
  16. package/dist/models/DescribeDataAgentSessionResponseBody.d.ts +1 -0
  17. package/dist/models/DescribeDataAgentSessionResponseBody.js +5 -0
  18. package/dist/models/DescribeDataAgentSessionResponseBody.js.map +1 -1
  19. package/dist/models/GetChatContentResponseBody.d.ts +1 -0
  20. package/dist/models/GetChatContentResponseBody.js +2 -0
  21. package/dist/models/GetChatContentResponseBody.js.map +1 -1
  22. package/dist/models/ListCustomAgentResponseBody.d.ts +1 -0
  23. package/dist/models/ListCustomAgentResponseBody.js +2 -0
  24. package/dist/models/ListCustomAgentResponseBody.js.map +1 -1
  25. package/dist/models/ModifyCustomAgentRequest.d.ts +1 -0
  26. package/dist/models/ModifyCustomAgentRequest.js +2 -0
  27. package/dist/models/ModifyCustomAgentRequest.js.map +1 -1
  28. package/dist/models/ModifyCustomAgentResponseBody.d.ts +1 -0
  29. package/dist/models/ModifyCustomAgentResponseBody.js +2 -0
  30. package/dist/models/ModifyCustomAgentResponseBody.js.map +1 -1
  31. package/dist/models/OneMetaKnowledgeBase.d.ts +21 -0
  32. package/dist/models/OneMetaKnowledgeBase.js +72 -0
  33. package/dist/models/OneMetaKnowledgeBase.js.map +1 -0
  34. package/dist/models/OneMetaKnowledgeBaseChunk.d.ts +18 -0
  35. package/dist/models/OneMetaKnowledgeBaseChunk.js +66 -0
  36. package/dist/models/OneMetaKnowledgeBaseChunk.js.map +1 -0
  37. package/dist/models/OneMetaKnowledgeBaseDocument.d.ts +26 -0
  38. package/dist/models/OneMetaKnowledgeBaseDocument.js +82 -0
  39. package/dist/models/OneMetaKnowledgeBaseDocument.js.map +1 -0
  40. package/dist/models/OpenClawInstanceQuotaVo.d.ts +25 -0
  41. package/dist/models/OpenClawInstanceQuotaVo.js +80 -0
  42. package/dist/models/OpenClawInstanceQuotaVo.js.map +1 -0
  43. package/dist/models/TrialOrderEligibilityVo.d.ts +15 -0
  44. package/dist/models/TrialOrderEligibilityVo.js +60 -0
  45. package/dist/models/TrialOrderEligibilityVo.js.map +1 -0
  46. package/dist/models/model.d.ts +5 -0
  47. package/dist/models/model.js +16 -6
  48. package/dist/models/model.js.map +1 -1
  49. package/package.json +1 -1
  50. package/src/models/CreateCustomAgentRequest.ts +3 -0
  51. package/src/models/CreateCustomAgentResponseBody.ts +3 -0
  52. package/src/models/CreateDataAgentSessionRequest.ts +6 -0
  53. package/src/models/CreateDataAgentSessionResponseBody.ts +6 -0
  54. package/src/models/DescribeCustomAgentResponseBody.ts +3 -0
  55. package/src/models/DescribeDataAgentSessionResponseBody.ts +6 -0
  56. package/src/models/GetChatContentResponseBody.ts +3 -0
  57. package/src/models/ListCustomAgentResponseBody.ts +3 -0
  58. package/src/models/ModifyCustomAgentRequest.ts +3 -0
  59. package/src/models/ModifyCustomAgentResponseBody.ts +3 -0
  60. package/src/models/OneMetaKnowledgeBase.ts +48 -0
  61. package/src/models/OneMetaKnowledgeBaseChunk.ts +39 -0
  62. package/src/models/OneMetaKnowledgeBaseDocument.ts +63 -0
  63. package/src/models/OpenClawInstanceQuotaVo.ts +60 -0
  64. package/src/models/TrialOrderEligibilityVo.ts +30 -0
  65. package/src/models/model.ts +5 -0
@@ -20,6 +20,7 @@ export class CreateDataAgentSessionResponseBodyDataSessionConfig extends $dara.M
20
20
  enableSearch?: boolean;
21
21
  encryptKey?: string;
22
22
  encryptType?: string;
23
+ kbUuidList?: string[];
23
24
  /**
24
25
  * @example
25
26
  * CHINESE
@@ -41,6 +42,7 @@ export class CreateDataAgentSessionResponseBodyDataSessionConfig extends $dara.M
41
42
  enableSearch: 'EnableSearch',
42
43
  encryptKey: 'EncryptKey',
43
44
  encryptType: 'EncryptType',
45
+ kbUuidList: 'KbUuidList',
44
46
  language: 'Language',
45
47
  mcpServerIds: 'McpServerIds',
46
48
  mode: 'Mode',
@@ -57,6 +59,7 @@ export class CreateDataAgentSessionResponseBodyDataSessionConfig extends $dara.M
57
59
  enableSearch: 'boolean',
58
60
  encryptKey: 'string',
59
61
  encryptType: 'string',
62
+ kbUuidList: { 'type': 'array', 'itemType': 'string' },
60
63
  language: 'string',
61
64
  mcpServerIds: { 'type': 'array', 'itemType': 'string' },
62
65
  mode: 'string',
@@ -67,6 +70,9 @@ export class CreateDataAgentSessionResponseBodyDataSessionConfig extends $dara.M
67
70
  }
68
71
 
69
72
  validate() {
73
+ if(Array.isArray(this.kbUuidList)) {
74
+ $dara.Model.validateArray(this.kbUuidList);
75
+ }
70
76
  if(Array.isArray(this.mcpServerIds)) {
71
77
  $dara.Model.validateArray(this.mcpServerIds);
72
78
  }
@@ -75,10 +75,12 @@ export class DescribeCustomAgentResponseBodyDataExecutionConfig extends $dara.Mo
75
75
 
76
76
  export class DescribeCustomAgentResponseBodyDataKnowledgeConfigList extends $dara.Model {
77
77
  accessType?: string;
78
+ kbUuid?: string;
78
79
  mcpServerId?: string;
79
80
  static names(): { [key: string]: string } {
80
81
  return {
81
82
  accessType: 'AccessType',
83
+ kbUuid: 'KbUuid',
82
84
  mcpServerId: 'McpServerId',
83
85
  };
84
86
  }
@@ -86,6 +88,7 @@ export class DescribeCustomAgentResponseBodyDataKnowledgeConfigList extends $dar
86
88
  static types(): { [key: string]: any } {
87
89
  return {
88
90
  accessType: 'string',
91
+ kbUuid: 'string',
89
92
  mcpServerId: 'string',
90
93
  };
91
94
  }
@@ -46,6 +46,7 @@ export class DescribeDataAgentSessionResponseBodyDataSessionConfig extends $dara
46
46
  enableSearch?: boolean;
47
47
  encryptKey?: string;
48
48
  encryptType?: string;
49
+ kbUuidList?: string[];
49
50
  /**
50
51
  * @example
51
52
  * CHINESE
@@ -67,6 +68,7 @@ export class DescribeDataAgentSessionResponseBodyDataSessionConfig extends $dara
67
68
  enableSearch: 'EnableSearch',
68
69
  encryptKey: 'EncryptKey',
69
70
  encryptType: 'EncryptType',
71
+ kbUuidList: 'KbUuidList',
70
72
  language: 'Language',
71
73
  mcpServerIds: 'McpServerIds',
72
74
  mode: 'Mode',
@@ -83,6 +85,7 @@ export class DescribeDataAgentSessionResponseBodyDataSessionConfig extends $dara
83
85
  enableSearch: 'boolean',
84
86
  encryptKey: 'string',
85
87
  encryptType: 'string',
88
+ kbUuidList: { 'type': 'array', 'itemType': 'string' },
86
89
  language: 'string',
87
90
  mcpServerIds: { 'type': 'array', 'itemType': 'string' },
88
91
  mode: 'string',
@@ -93,6 +96,9 @@ export class DescribeDataAgentSessionResponseBodyDataSessionConfig extends $dara
93
96
  }
94
97
 
95
98
  validate() {
99
+ if(Array.isArray(this.kbUuidList)) {
100
+ $dara.Model.validateArray(this.kbUuidList);
101
+ }
96
102
  if(Array.isArray(this.mcpServerIds)) {
97
103
  $dara.Model.validateArray(this.mcpServerIds);
98
104
  }
@@ -33,6 +33,7 @@ export class GetChatContentResponseBody extends $dara.Model {
33
33
  * 20
34
34
  */
35
35
  level?: number;
36
+ timestamp?: string;
36
37
  static names(): { [key: string]: string } {
37
38
  return {
38
39
  category: 'category',
@@ -41,6 +42,7 @@ export class GetChatContentResponseBody extends $dara.Model {
41
42
  contentType: 'content_type',
42
43
  eventType: 'event_type',
43
44
  level: 'level',
45
+ timestamp: 'timestamp',
44
46
  };
45
47
  }
46
48
 
@@ -52,6 +54,7 @@ export class GetChatContentResponseBody extends $dara.Model {
52
54
  contentType: 'string',
53
55
  eventType: 'string',
54
56
  level: 'number',
57
+ timestamp: 'string',
55
58
  };
56
59
  }
57
60
 
@@ -75,10 +75,12 @@ export class ListCustomAgentResponseBodyDataContentExecutionConfig extends $dara
75
75
 
76
76
  export class ListCustomAgentResponseBodyDataContentKnowledgeConfigList extends $dara.Model {
77
77
  accessType?: string;
78
+ kbUuid?: string;
78
79
  mcpServerId?: string;
79
80
  static names(): { [key: string]: string } {
80
81
  return {
81
82
  accessType: 'AccessType',
83
+ kbUuid: 'KbUuid',
82
84
  mcpServerId: 'McpServerId',
83
85
  };
84
86
  }
@@ -86,6 +88,7 @@ export class ListCustomAgentResponseBodyDataContentKnowledgeConfigList extends $
86
88
  static types(): { [key: string]: any } {
87
89
  return {
88
90
  accessType: 'string',
91
+ kbUuid: 'string',
89
92
  mcpServerId: 'string',
90
93
  };
91
94
  }
@@ -91,6 +91,7 @@ export class ModifyCustomAgentRequestKnowledgeConfigList extends $dara.Model {
91
91
  * mcp
92
92
  */
93
93
  accessType?: string;
94
+ kbUuid?: string;
94
95
  /**
95
96
  * @example
96
97
  * nhdpt9adf6ac**********ca
@@ -99,6 +100,7 @@ export class ModifyCustomAgentRequestKnowledgeConfigList extends $dara.Model {
99
100
  static names(): { [key: string]: string } {
100
101
  return {
101
102
  accessType: 'AccessType',
103
+ kbUuid: 'KbUuid',
102
104
  mcpServerId: 'McpServerId',
103
105
  };
104
106
  }
@@ -106,6 +108,7 @@ export class ModifyCustomAgentRequestKnowledgeConfigList extends $dara.Model {
106
108
  static types(): { [key: string]: any } {
107
109
  return {
108
110
  accessType: 'string',
111
+ kbUuid: 'string',
109
112
  mcpServerId: 'string',
110
113
  };
111
114
  }
@@ -91,6 +91,7 @@ export class ModifyCustomAgentResponseBodyDataKnowledgeConfigList extends $dara.
91
91
  * mcp
92
92
  */
93
93
  accessType?: string;
94
+ kbUuid?: string;
94
95
  /**
95
96
  * @example
96
97
  * nhdpt9adf6ac**********ca
@@ -99,6 +100,7 @@ export class ModifyCustomAgentResponseBodyDataKnowledgeConfigList extends $dara.
99
100
  static names(): { [key: string]: string } {
100
101
  return {
101
102
  accessType: 'AccessType',
103
+ kbUuid: 'KbUuid',
102
104
  mcpServerId: 'McpServerId',
103
105
  };
104
106
  }
@@ -106,6 +108,7 @@ export class ModifyCustomAgentResponseBodyDataKnowledgeConfigList extends $dara.
106
108
  static types(): { [key: string]: any } {
107
109
  return {
108
110
  accessType: 'string',
111
+ kbUuid: 'string',
109
112
  mcpServerId: 'string',
110
113
  };
111
114
  }
@@ -0,0 +1,48 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class OneMetaKnowledgeBase extends $dara.Model {
6
+ creator?: string;
7
+ description?: string;
8
+ gmtCreate?: string;
9
+ gmtModified?: string;
10
+ kbUuid?: string;
11
+ name?: string;
12
+ state?: number;
13
+ tag?: string;
14
+ static names(): { [key: string]: string } {
15
+ return {
16
+ creator: 'Creator',
17
+ description: 'Description',
18
+ gmtCreate: 'GmtCreate',
19
+ gmtModified: 'GmtModified',
20
+ kbUuid: 'KbUuid',
21
+ name: 'Name',
22
+ state: 'State',
23
+ tag: 'Tag',
24
+ };
25
+ }
26
+
27
+ static types(): { [key: string]: any } {
28
+ return {
29
+ creator: 'string',
30
+ description: 'string',
31
+ gmtCreate: 'string',
32
+ gmtModified: 'string',
33
+ kbUuid: 'string',
34
+ name: 'string',
35
+ state: 'number',
36
+ tag: 'string',
37
+ };
38
+ }
39
+
40
+ validate() {
41
+ super.validate();
42
+ }
43
+
44
+ constructor(map?: { [key: string]: any }) {
45
+ super(map);
46
+ }
47
+ }
48
+
@@ -0,0 +1,39 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class OneMetaKnowledgeBaseChunk extends $dara.Model {
6
+ chunkMtime?: string;
7
+ chunkTitle?: string;
8
+ content?: string;
9
+ docName?: string;
10
+ id?: string;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ chunkMtime: 'ChunkMtime',
14
+ chunkTitle: 'ChunkTitle',
15
+ content: 'Content',
16
+ docName: 'DocName',
17
+ id: 'Id',
18
+ };
19
+ }
20
+
21
+ static types(): { [key: string]: any } {
22
+ return {
23
+ chunkMtime: 'string',
24
+ chunkTitle: 'string',
25
+ content: 'string',
26
+ docName: 'string',
27
+ id: 'string',
28
+ };
29
+ }
30
+
31
+ validate() {
32
+ super.validate();
33
+ }
34
+
35
+ constructor(map?: { [key: string]: any }) {
36
+ super(map);
37
+ }
38
+ }
39
+
@@ -0,0 +1,63 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class OneMetaKnowledgeBaseDocument extends $dara.Model {
6
+ description?: string;
7
+ docsCount?: number;
8
+ documentLoaderName?: string;
9
+ fileExt?: string;
10
+ fileSize?: number;
11
+ gmtCreate?: string;
12
+ gmtModified?: string;
13
+ kbUuid?: string;
14
+ keywords?: string;
15
+ name?: string;
16
+ state?: number;
17
+ summary?: string;
18
+ textSplitterName?: string;
19
+ static names(): { [key: string]: string } {
20
+ return {
21
+ description: 'Description',
22
+ docsCount: 'DocsCount',
23
+ documentLoaderName: 'DocumentLoaderName',
24
+ fileExt: 'FileExt',
25
+ fileSize: 'FileSize',
26
+ gmtCreate: 'GmtCreate',
27
+ gmtModified: 'GmtModified',
28
+ kbUuid: 'KbUuid',
29
+ keywords: 'Keywords',
30
+ name: 'Name',
31
+ state: 'State',
32
+ summary: 'Summary',
33
+ textSplitterName: 'TextSplitterName',
34
+ };
35
+ }
36
+
37
+ static types(): { [key: string]: any } {
38
+ return {
39
+ description: 'string',
40
+ docsCount: 'number',
41
+ documentLoaderName: 'string',
42
+ fileExt: 'string',
43
+ fileSize: 'number',
44
+ gmtCreate: 'string',
45
+ gmtModified: 'string',
46
+ kbUuid: 'string',
47
+ keywords: 'string',
48
+ name: 'string',
49
+ state: 'number',
50
+ summary: 'string',
51
+ textSplitterName: 'string',
52
+ };
53
+ }
54
+
55
+ validate() {
56
+ super.validate();
57
+ }
58
+
59
+ constructor(map?: { [key: string]: any }) {
60
+ super(map);
61
+ }
62
+ }
63
+
@@ -0,0 +1,60 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class OpenClawInstanceQuotaVO extends $dara.Model {
6
+ aliyunAccountUid?: string;
7
+ deepResearchCallQuota?: string;
8
+ deepResearchCallUsed?: string;
9
+ instanceGmtCreate?: string;
10
+ instanceId?: string;
11
+ instanceName?: string;
12
+ lastMeteringTime?: string;
13
+ modelCallQuota?: string;
14
+ modelCallUsed?: string;
15
+ refreshDay?: string;
16
+ skillPlanCallQuota?: string;
17
+ skillPlanCallUsed?: string;
18
+ static names(): { [key: string]: string } {
19
+ return {
20
+ aliyunAccountUid: 'AliyunAccountUid',
21
+ deepResearchCallQuota: 'DeepResearchCallQuota',
22
+ deepResearchCallUsed: 'DeepResearchCallUsed',
23
+ instanceGmtCreate: 'InstanceGmtCreate',
24
+ instanceId: 'InstanceId',
25
+ instanceName: 'InstanceName',
26
+ lastMeteringTime: 'LastMeteringTime',
27
+ modelCallQuota: 'ModelCallQuota',
28
+ modelCallUsed: 'ModelCallUsed',
29
+ refreshDay: 'RefreshDay',
30
+ skillPlanCallQuota: 'SkillPlanCallQuota',
31
+ skillPlanCallUsed: 'SkillPlanCallUsed',
32
+ };
33
+ }
34
+
35
+ static types(): { [key: string]: any } {
36
+ return {
37
+ aliyunAccountUid: 'string',
38
+ deepResearchCallQuota: 'string',
39
+ deepResearchCallUsed: 'string',
40
+ instanceGmtCreate: 'string',
41
+ instanceId: 'string',
42
+ instanceName: 'string',
43
+ lastMeteringTime: 'string',
44
+ modelCallQuota: 'string',
45
+ modelCallUsed: 'string',
46
+ refreshDay: 'string',
47
+ skillPlanCallQuota: 'string',
48
+ skillPlanCallUsed: 'string',
49
+ };
50
+ }
51
+
52
+ validate() {
53
+ super.validate();
54
+ }
55
+
56
+ constructor(map?: { [key: string]: any }) {
57
+ super(map);
58
+ }
59
+ }
60
+
@@ -0,0 +1,30 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class TrialOrderEligibilityVO extends $dara.Model {
6
+ message?: string;
7
+ valid?: boolean;
8
+ static names(): { [key: string]: string } {
9
+ return {
10
+ message: 'Message',
11
+ valid: 'Valid',
12
+ };
13
+ }
14
+
15
+ static types(): { [key: string]: any } {
16
+ return {
17
+ message: 'string',
18
+ valid: 'boolean',
19
+ };
20
+ }
21
+
22
+ validate() {
23
+ super.validate();
24
+ }
25
+
26
+ constructor(map?: { [key: string]: any }) {
27
+ super(map);
28
+ }
29
+ }
30
+
@@ -89,13 +89,18 @@ export { DmsKnowledgeSearchOrderInfoDO } from './DmsKnowledgeSearchOrderInfoDo';
89
89
  export { ForeignInstance } from './ForeignInstance';
90
90
  export { ForeignInstanceCredInfo } from './ForeignInstanceCredInfo';
91
91
  export { OneMetaDatabaseObject } from './OneMetaDatabaseObject';
92
+ export { OneMetaKnowledgeBase } from './OneMetaKnowledgeBase';
93
+ export { OneMetaKnowledgeBaseChunk } from './OneMetaKnowledgeBaseChunk';
94
+ export { OneMetaKnowledgeBaseDocument } from './OneMetaKnowledgeBaseDocument';
92
95
  export { OneMetaTableBaseInfo } from './OneMetaTableBaseInfo';
93
96
  export { OneMetaTableColumn } from './OneMetaTableColumn';
94
97
  export { OneMetaTableColumnEngineMeta } from './OneMetaTableColumnEngineMeta';
95
98
  export { OneMetaTableEngineMeta } from './OneMetaTableEngineMeta';
96
99
  export { OneMetaTableIndex } from './OneMetaTableIndex';
100
+ export { OpenClawInstanceQuotaVO } from './OpenClawInstanceQuotaVo';
97
101
  export { OpenClawInstanceVO } from './OpenClawInstanceVo';
98
102
  export { PartitionError } from './PartitionError';
103
+ export { TrialOrderEligibilityVO } from './TrialOrderEligibilityVo';
99
104
  export { AddUserToDataAgentWorkspaceRequest } from './AddUserToDataAgentWorkspaceRequest';
100
105
  export { AddUserToDataAgentWorkspaceResponseBody } from './AddUserToDataAgentWorkspaceResponseBody';
101
106
  export { AddUserToDataAgentWorkspaceResponse } from './AddUserToDataAgentWorkspaceResponse';