@alicloud/dms-enterprise20181101 2.6.0 → 2.7.0
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.
- package/dist/client.d.ts +63 -0
- package/dist/client.js +156 -0
- package/dist/client.js.map +1 -1
- package/dist/models/ColumnKnowledgeInfo.d.ts +1 -0
- package/dist/models/ColumnKnowledgeInfo.js +2 -0
- package/dist/models/ColumnKnowledgeInfo.js.map +1 -1
- package/dist/models/ColumnKnowledgeVo.d.ts +31 -0
- package/dist/models/ColumnKnowledgeVo.js +92 -0
- package/dist/models/ColumnKnowledgeVo.js.map +1 -0
- package/dist/models/GetTableColumnListRequest.d.ts +29 -0
- package/dist/models/GetTableColumnListRequest.js +60 -0
- package/dist/models/GetTableColumnListRequest.js.map +1 -0
- package/dist/models/GetTableColumnListResponse.d.ts +19 -0
- package/dist/models/GetTableColumnListResponse.js +69 -0
- package/dist/models/GetTableColumnListResponse.js.map +1 -0
- package/dist/models/GetTableColumnListResponseBody.d.ts +38 -0
- package/dist/models/GetTableColumnListResponseBody.js +70 -0
- package/dist/models/GetTableColumnListResponseBody.js.map +1 -0
- package/dist/models/GetTableInstructionsRequest.d.ts +29 -0
- package/dist/models/GetTableInstructionsRequest.js +60 -0
- package/dist/models/GetTableInstructionsRequest.js.map +1 -0
- package/dist/models/GetTableInstructionsResponse.d.ts +19 -0
- package/dist/models/GetTableInstructionsResponse.js +69 -0
- package/dist/models/GetTableInstructionsResponse.js.map +1 -0
- package/dist/models/GetTableInstructionsResponseBody.d.ts +45 -0
- package/dist/models/GetTableInstructionsResponseBody.js +70 -0
- package/dist/models/GetTableInstructionsResponseBody.js.map +1 -0
- package/dist/models/SearchTableAssetKnowledgeRequest.d.ts +49 -0
- package/dist/models/SearchTableAssetKnowledgeRequest.js +68 -0
- package/dist/models/SearchTableAssetKnowledgeRequest.js.map +1 -0
- package/dist/models/SearchTableAssetKnowledgeResponse.d.ts +19 -0
- package/dist/models/SearchTableAssetKnowledgeResponse.js +69 -0
- package/dist/models/SearchTableAssetKnowledgeResponse.js.map +1 -0
- package/dist/models/SearchTableAssetKnowledgeResponseBody.d.ts +56 -0
- package/dist/models/SearchTableAssetKnowledgeResponseBody.js +94 -0
- package/dist/models/SearchTableAssetKnowledgeResponseBody.js.map +1 -0
- package/dist/models/TableInstructionsVo.d.ts +20 -0
- package/dist/models/TableInstructionsVo.js +70 -0
- package/dist/models/TableInstructionsVo.js.map +1 -0
- package/dist/models/TableKnowledgeInfo.d.ts +1 -0
- package/dist/models/TableKnowledgeInfo.js +2 -0
- package/dist/models/TableKnowledgeInfo.js.map +1 -1
- package/dist/models/TableKnowledgeVo.d.ts +34 -0
- package/dist/models/TableKnowledgeVo.js +98 -0
- package/dist/models/TableKnowledgeVo.js.map +1 -0
- package/dist/models/model.d.ts +13 -0
- package/dist/models/model.js +48 -22
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +172 -0
- package/src/models/ColumnKnowledgeInfo.ts +3 -0
- package/src/models/ColumnKnowledgeVo.ts +78 -0
- package/src/models/GetTableColumnListRequest.ts +44 -0
- package/src/models/GetTableColumnListResponse.ts +40 -0
- package/src/models/GetTableColumnListResponseBody.ts +62 -0
- package/src/models/GetTableInstructionsRequest.ts +44 -0
- package/src/models/GetTableInstructionsResponse.ts +40 -0
- package/src/models/GetTableInstructionsResponseBody.ts +69 -0
- package/src/models/SearchTableAssetKnowledgeRequest.ts +72 -0
- package/src/models/SearchTableAssetKnowledgeResponse.ts +40 -0
- package/src/models/SearchTableAssetKnowledgeResponseBody.ts +95 -0
- package/src/models/TableInstructionsVo.ts +45 -0
- package/src/models/TableKnowledgeInfo.ts +3 -0
- package/src/models/TableKnowledgeVo.ts +87 -0
- package/src/models/model.ts +13 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ColumnKnowledgeVO } from "./ColumnKnowledgeVo";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class GetTableColumnListResponseBody extends $dara.Model {
|
|
7
|
+
data?: ColumnKnowledgeVO[];
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* UnknownError
|
|
11
|
+
*/
|
|
12
|
+
errorCode?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* UnknownError
|
|
16
|
+
*/
|
|
17
|
+
errorMessage?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @remarks
|
|
20
|
+
* Id of the request
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
* 0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931
|
|
24
|
+
*/
|
|
25
|
+
requestId?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* true
|
|
29
|
+
*/
|
|
30
|
+
success?: boolean;
|
|
31
|
+
static names(): { [key: string]: string } {
|
|
32
|
+
return {
|
|
33
|
+
data: 'Data',
|
|
34
|
+
errorCode: 'ErrorCode',
|
|
35
|
+
errorMessage: 'ErrorMessage',
|
|
36
|
+
requestId: 'RequestId',
|
|
37
|
+
success: 'Success',
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
static types(): { [key: string]: any } {
|
|
42
|
+
return {
|
|
43
|
+
data: { 'type': 'array', 'itemType': ColumnKnowledgeVO },
|
|
44
|
+
errorCode: 'string',
|
|
45
|
+
errorMessage: 'string',
|
|
46
|
+
requestId: 'string',
|
|
47
|
+
success: 'boolean',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
validate() {
|
|
52
|
+
if(Array.isArray(this.data)) {
|
|
53
|
+
$dara.Model.validateArray(this.data);
|
|
54
|
+
}
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
constructor(map?: { [key: string]: any }) {
|
|
59
|
+
super(map);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetTableInstructionsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 1***
|
|
12
|
+
*/
|
|
13
|
+
dbId?: number;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* This parameter is required.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* order_info
|
|
20
|
+
*/
|
|
21
|
+
tableName?: string;
|
|
22
|
+
static names(): { [key: string]: string } {
|
|
23
|
+
return {
|
|
24
|
+
dbId: 'DbId',
|
|
25
|
+
tableName: 'TableName',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static types(): { [key: string]: any } {
|
|
30
|
+
return {
|
|
31
|
+
dbId: 'number',
|
|
32
|
+
tableName: 'string',
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
validate() {
|
|
37
|
+
super.validate();
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
constructor(map?: { [key: string]: any }) {
|
|
41
|
+
super(map);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { GetTableInstructionsResponseBody } from "./GetTableInstructionsResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class GetTableInstructionsResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: GetTableInstructionsResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: GetTableInstructionsResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { TableInstructionsVO } from "./TableInstructionsVo";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class GetTableInstructionsResponseBody extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @remarks
|
|
9
|
+
* This parameter is required.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* 1001
|
|
13
|
+
*/
|
|
14
|
+
data?: TableInstructionsVO;
|
|
15
|
+
/**
|
|
16
|
+
* @example
|
|
17
|
+
* UnknownError
|
|
18
|
+
*/
|
|
19
|
+
errorCode?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @example
|
|
22
|
+
* UnknownError
|
|
23
|
+
*/
|
|
24
|
+
errorMessage?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @remarks
|
|
27
|
+
* Id of the request
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* 0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931
|
|
31
|
+
*/
|
|
32
|
+
requestId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* @example
|
|
35
|
+
* true
|
|
36
|
+
*/
|
|
37
|
+
success?: boolean;
|
|
38
|
+
static names(): { [key: string]: string } {
|
|
39
|
+
return {
|
|
40
|
+
data: 'Data',
|
|
41
|
+
errorCode: 'ErrorCode',
|
|
42
|
+
errorMessage: 'ErrorMessage',
|
|
43
|
+
requestId: 'RequestId',
|
|
44
|
+
success: 'Success',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
static types(): { [key: string]: any } {
|
|
49
|
+
return {
|
|
50
|
+
data: TableInstructionsVO,
|
|
51
|
+
errorCode: 'string',
|
|
52
|
+
errorMessage: 'string',
|
|
53
|
+
requestId: 'string',
|
|
54
|
+
success: 'boolean',
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
validate() {
|
|
59
|
+
if(this.data && typeof (this.data as any).validate === 'function') {
|
|
60
|
+
(this.data as any).validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
constructor(map?: { [key: string]: any }) {
|
|
66
|
+
super(map);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class SearchTableAssetKnowledgeRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 1***
|
|
12
|
+
*/
|
|
13
|
+
dbId?: number;
|
|
14
|
+
/**
|
|
15
|
+
* @example
|
|
16
|
+
* 0
|
|
17
|
+
*/
|
|
18
|
+
offset?: number;
|
|
19
|
+
/**
|
|
20
|
+
* @example
|
|
21
|
+
* 订单
|
|
22
|
+
*/
|
|
23
|
+
searchKey?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @example
|
|
26
|
+
* TABLE
|
|
27
|
+
*/
|
|
28
|
+
showType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @example
|
|
31
|
+
* 20
|
|
32
|
+
*/
|
|
33
|
+
size?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @remarks
|
|
36
|
+
* This parameter is required.
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* order_info
|
|
40
|
+
*/
|
|
41
|
+
tableName?: string;
|
|
42
|
+
static names(): { [key: string]: string } {
|
|
43
|
+
return {
|
|
44
|
+
dbId: 'DbId',
|
|
45
|
+
offset: 'Offset',
|
|
46
|
+
searchKey: 'SearchKey',
|
|
47
|
+
showType: 'ShowType',
|
|
48
|
+
size: 'Size',
|
|
49
|
+
tableName: 'TableName',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
static types(): { [key: string]: any } {
|
|
54
|
+
return {
|
|
55
|
+
dbId: 'number',
|
|
56
|
+
offset: 'number',
|
|
57
|
+
searchKey: 'string',
|
|
58
|
+
showType: 'string',
|
|
59
|
+
size: 'number',
|
|
60
|
+
tableName: 'string',
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
validate() {
|
|
65
|
+
super.validate();
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
constructor(map?: { [key: string]: any }) {
|
|
69
|
+
super(map);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { SearchTableAssetKnowledgeResponseBody } from "./SearchTableAssetKnowledgeResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class SearchTableAssetKnowledgeResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: SearchTableAssetKnowledgeResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: SearchTableAssetKnowledgeResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { KnowledgeBaseVO } from "./KnowledgeBaseVo";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class SearchTableAssetKnowledgeResponseBodyData extends $dara.Model {
|
|
7
|
+
items?: KnowledgeBaseVO[];
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* 100
|
|
11
|
+
*/
|
|
12
|
+
totalCount?: number;
|
|
13
|
+
static names(): { [key: string]: string } {
|
|
14
|
+
return {
|
|
15
|
+
items: 'Items',
|
|
16
|
+
totalCount: 'TotalCount',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
items: { 'type': 'array', 'itemType': KnowledgeBaseVO },
|
|
23
|
+
totalCount: 'number',
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
validate() {
|
|
28
|
+
if(Array.isArray(this.items)) {
|
|
29
|
+
$dara.Model.validateArray(this.items);
|
|
30
|
+
}
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export class SearchTableAssetKnowledgeResponseBody extends $dara.Model {
|
|
40
|
+
data?: SearchTableAssetKnowledgeResponseBodyData;
|
|
41
|
+
/**
|
|
42
|
+
* @example
|
|
43
|
+
* UnknownError
|
|
44
|
+
*/
|
|
45
|
+
errorCode?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @example
|
|
48
|
+
* UnknownError
|
|
49
|
+
*/
|
|
50
|
+
errorMessage?: string;
|
|
51
|
+
/**
|
|
52
|
+
* @remarks
|
|
53
|
+
* Id of the request
|
|
54
|
+
*
|
|
55
|
+
* @example
|
|
56
|
+
* 0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931
|
|
57
|
+
*/
|
|
58
|
+
requestId?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @example
|
|
61
|
+
* true
|
|
62
|
+
*/
|
|
63
|
+
success?: boolean;
|
|
64
|
+
static names(): { [key: string]: string } {
|
|
65
|
+
return {
|
|
66
|
+
data: 'Data',
|
|
67
|
+
errorCode: 'ErrorCode',
|
|
68
|
+
errorMessage: 'ErrorMessage',
|
|
69
|
+
requestId: 'RequestId',
|
|
70
|
+
success: 'Success',
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
static types(): { [key: string]: any } {
|
|
75
|
+
return {
|
|
76
|
+
data: SearchTableAssetKnowledgeResponseBodyData,
|
|
77
|
+
errorCode: 'string',
|
|
78
|
+
errorMessage: 'string',
|
|
79
|
+
requestId: 'string',
|
|
80
|
+
success: 'boolean',
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
validate() {
|
|
85
|
+
if(this.data && typeof (this.data as any).validate === 'function') {
|
|
86
|
+
(this.data as any).validate();
|
|
87
|
+
}
|
|
88
|
+
super.validate();
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
constructor(map?: { [key: string]: any }) {
|
|
92
|
+
super(map);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class TableInstructionsVO extends $dara.Model {
|
|
6
|
+
assetCreatedGmt?: string;
|
|
7
|
+
assetDescription?: string;
|
|
8
|
+
assetModifiedGmt?: string;
|
|
9
|
+
dbId?: number;
|
|
10
|
+
dbType?: string;
|
|
11
|
+
summary?: string;
|
|
12
|
+
tableName?: string;
|
|
13
|
+
static names(): { [key: string]: string } {
|
|
14
|
+
return {
|
|
15
|
+
assetCreatedGmt: 'AssetCreatedGmt',
|
|
16
|
+
assetDescription: 'AssetDescription',
|
|
17
|
+
assetModifiedGmt: 'AssetModifiedGmt',
|
|
18
|
+
dbId: 'DbId',
|
|
19
|
+
dbType: 'DbType',
|
|
20
|
+
summary: 'Summary',
|
|
21
|
+
tableName: 'TableName',
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
static types(): { [key: string]: any } {
|
|
26
|
+
return {
|
|
27
|
+
assetCreatedGmt: 'string',
|
|
28
|
+
assetDescription: 'string',
|
|
29
|
+
assetModifiedGmt: 'string',
|
|
30
|
+
dbId: 'number',
|
|
31
|
+
dbType: 'string',
|
|
32
|
+
summary: 'string',
|
|
33
|
+
tableName: 'string',
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
validate() {
|
|
38
|
+
super.validate();
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
constructor(map?: { [key: string]: any }) {
|
|
42
|
+
super(map);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -24,6 +24,7 @@ export class TableKnowledgeInfo extends $dara.Model {
|
|
|
24
24
|
* Table description in the CREAT TABLE statement.
|
|
25
25
|
*/
|
|
26
26
|
description?: string;
|
|
27
|
+
level?: number;
|
|
27
28
|
/**
|
|
28
29
|
* @remarks
|
|
29
30
|
* Table business description, which can be edited via EditMetaKnowledgeAsset.
|
|
@@ -40,6 +41,7 @@ export class TableKnowledgeInfo extends $dara.Model {
|
|
|
40
41
|
assetModifiedGmt: 'AssetModifiedGmt',
|
|
41
42
|
columnList: 'ColumnList',
|
|
42
43
|
description: 'Description',
|
|
44
|
+
level: 'Level',
|
|
43
45
|
summary: 'Summary',
|
|
44
46
|
tableName: 'TableName',
|
|
45
47
|
};
|
|
@@ -51,6 +53,7 @@ export class TableKnowledgeInfo extends $dara.Model {
|
|
|
51
53
|
assetModifiedGmt: 'string',
|
|
52
54
|
columnList: { 'type': 'array', 'itemType': ColumnKnowledgeInfo },
|
|
53
55
|
description: 'string',
|
|
56
|
+
level: 'number',
|
|
54
57
|
summary: 'string',
|
|
55
58
|
tableName: 'string',
|
|
56
59
|
};
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class TableKnowledgeVO extends $dara.Model {
|
|
6
|
+
assetCreatedGmt?: string;
|
|
7
|
+
assetDescription?: string;
|
|
8
|
+
assetModifiedGmt?: string;
|
|
9
|
+
dbId?: number;
|
|
10
|
+
dbName?: string;
|
|
11
|
+
dbType?: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
envType?: string;
|
|
14
|
+
hotLevel?: number;
|
|
15
|
+
instanceId?: number;
|
|
16
|
+
instanceName?: string;
|
|
17
|
+
level?: number;
|
|
18
|
+
levelType?: string;
|
|
19
|
+
logic?: boolean;
|
|
20
|
+
numRows?: number;
|
|
21
|
+
schemaName?: string;
|
|
22
|
+
size?: number;
|
|
23
|
+
summary?: string;
|
|
24
|
+
tableId?: number;
|
|
25
|
+
tableName?: string;
|
|
26
|
+
title?: string;
|
|
27
|
+
static names(): { [key: string]: string } {
|
|
28
|
+
return {
|
|
29
|
+
assetCreatedGmt: 'AssetCreatedGmt',
|
|
30
|
+
assetDescription: 'AssetDescription',
|
|
31
|
+
assetModifiedGmt: 'AssetModifiedGmt',
|
|
32
|
+
dbId: 'DbId',
|
|
33
|
+
dbName: 'DbName',
|
|
34
|
+
dbType: 'DbType',
|
|
35
|
+
description: 'Description',
|
|
36
|
+
envType: 'EnvType',
|
|
37
|
+
hotLevel: 'HotLevel',
|
|
38
|
+
instanceId: 'InstanceId',
|
|
39
|
+
instanceName: 'InstanceName',
|
|
40
|
+
level: 'Level',
|
|
41
|
+
levelType: 'LevelType',
|
|
42
|
+
logic: 'Logic',
|
|
43
|
+
numRows: 'NumRows',
|
|
44
|
+
schemaName: 'SchemaName',
|
|
45
|
+
size: 'Size',
|
|
46
|
+
summary: 'Summary',
|
|
47
|
+
tableId: 'TableId',
|
|
48
|
+
tableName: 'TableName',
|
|
49
|
+
title: 'Title',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
static types(): { [key: string]: any } {
|
|
54
|
+
return {
|
|
55
|
+
assetCreatedGmt: 'string',
|
|
56
|
+
assetDescription: 'string',
|
|
57
|
+
assetModifiedGmt: 'string',
|
|
58
|
+
dbId: 'number',
|
|
59
|
+
dbName: 'string',
|
|
60
|
+
dbType: 'string',
|
|
61
|
+
description: 'string',
|
|
62
|
+
envType: 'string',
|
|
63
|
+
hotLevel: 'number',
|
|
64
|
+
instanceId: 'number',
|
|
65
|
+
instanceName: 'string',
|
|
66
|
+
level: 'number',
|
|
67
|
+
levelType: 'string',
|
|
68
|
+
logic: 'boolean',
|
|
69
|
+
numRows: 'number',
|
|
70
|
+
schemaName: 'string',
|
|
71
|
+
size: 'number',
|
|
72
|
+
summary: 'string',
|
|
73
|
+
tableId: 'number',
|
|
74
|
+
tableName: 'string',
|
|
75
|
+
title: 'string',
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
validate() {
|
|
80
|
+
super.validate();
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
constructor(map?: { [key: string]: any }) {
|
|
84
|
+
super(map);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
package/src/models/model.ts
CHANGED
|
@@ -366,6 +366,7 @@ export { SearchTableResponseBodySearchTableListSearchTableOwnerIdList } from './
|
|
|
366
366
|
export { SearchTableResponseBodySearchTableListSearchTableOwnerNameList } from './SearchTableResponseBody';
|
|
367
367
|
export { SearchTableResponseBodySearchTableListSearchTable } from './SearchTableResponseBody';
|
|
368
368
|
export { SearchTableResponseBodySearchTableList } from './SearchTableResponseBody';
|
|
369
|
+
export { SearchTableAssetKnowledgeResponseBodyData } from './SearchTableAssetKnowledgeResponseBody';
|
|
369
370
|
export { SearchTableKnowledgeResponseBodyData } from './SearchTableKnowledgeResponseBody';
|
|
370
371
|
export { SearchWorkspaceRolesResponseBodyData } from './SearchWorkspaceRolesResponseBody';
|
|
371
372
|
export { SimplyAddInstanceResponseBodyInstance } from './SimplyAddInstanceResponseBody';
|
|
@@ -377,6 +378,7 @@ export { UpdateTaskFlowEdgesRequestEdges } from './UpdateTaskFlowEdgesRequest';
|
|
|
377
378
|
export { UpdateTaskFlowRelationsRequestEdges } from './UpdateTaskFlowRelationsRequest';
|
|
378
379
|
export { AsyncTaskVO } from './AsyncTaskVo';
|
|
379
380
|
export { ColumnKnowledgeInfo } from './ColumnKnowledgeInfo';
|
|
381
|
+
export { ColumnKnowledgeVO } from './ColumnKnowledgeVo';
|
|
380
382
|
export { DLCatalog } from './Dlcatalog';
|
|
381
383
|
export { DLColumn } from './Dlcolumn';
|
|
382
384
|
export { DLDatabase } from './Dldatabase';
|
|
@@ -405,7 +407,9 @@ export { ProjectDetailsLiteVO } from './ProjectDetailsLiteVo';
|
|
|
405
407
|
export { SkillInfoDO } from './SkillInfoDo';
|
|
406
408
|
export { StsApplyVO } from './StsApplyVo';
|
|
407
409
|
export { StsTokenVO } from './StsTokenVo';
|
|
410
|
+
export { TableInstructionsVO } from './TableInstructionsVo';
|
|
408
411
|
export { TableKnowledgeInfo } from './TableKnowledgeInfo';
|
|
412
|
+
export { TableKnowledgeVO } from './TableKnowledgeVo';
|
|
409
413
|
export { TeeEvidenceVO } from './TeeEvidenceVo';
|
|
410
414
|
export { UsersDetailsVO } from './UsersDetailsVo';
|
|
411
415
|
export { OpenStructDLTableInput } from './OpenStructDltableInput';
|
|
@@ -904,6 +908,9 @@ export { GetStructSyncJobDetailResponse } from './GetStructSyncJobDetailResponse
|
|
|
904
908
|
export { GetStructSyncOrderDetailRequest } from './GetStructSyncOrderDetailRequest';
|
|
905
909
|
export { GetStructSyncOrderDetailResponseBody } from './GetStructSyncOrderDetailResponseBody';
|
|
906
910
|
export { GetStructSyncOrderDetailResponse } from './GetStructSyncOrderDetailResponse';
|
|
911
|
+
export { GetTableColumnListRequest } from './GetTableColumnListRequest';
|
|
912
|
+
export { GetTableColumnListResponseBody } from './GetTableColumnListResponseBody';
|
|
913
|
+
export { GetTableColumnListResponse } from './GetTableColumnListResponse';
|
|
907
914
|
export { GetTableDBTopologyRequest } from './GetTableDbtopologyRequest';
|
|
908
915
|
export { GetTableDBTopologyResponseBody } from './GetTableDbtopologyResponseBody';
|
|
909
916
|
export { GetTableDBTopologyResponse } from './GetTableDbtopologyResponse';
|
|
@@ -913,6 +920,9 @@ export { GetTableDesignProjectFlowResponse } from './GetTableDesignProjectFlowRe
|
|
|
913
920
|
export { GetTableDesignProjectInfoRequest } from './GetTableDesignProjectInfoRequest';
|
|
914
921
|
export { GetTableDesignProjectInfoResponseBody } from './GetTableDesignProjectInfoResponseBody';
|
|
915
922
|
export { GetTableDesignProjectInfoResponse } from './GetTableDesignProjectInfoResponse';
|
|
923
|
+
export { GetTableInstructionsRequest } from './GetTableInstructionsRequest';
|
|
924
|
+
export { GetTableInstructionsResponseBody } from './GetTableInstructionsResponseBody';
|
|
925
|
+
export { GetTableInstructionsResponse } from './GetTableInstructionsResponse';
|
|
916
926
|
export { GetTableKnowledgeInfoRequest } from './GetTableKnowledgeInfoRequest';
|
|
917
927
|
export { GetTableKnowledgeInfoResponseBody } from './GetTableKnowledgeInfoResponseBody';
|
|
918
928
|
export { GetTableKnowledgeInfoResponse } from './GetTableKnowledgeInfoResponse';
|
|
@@ -1277,6 +1287,9 @@ export { SearchInventoryKnowledgeResponse } from './SearchInventoryKnowledgeResp
|
|
|
1277
1287
|
export { SearchTableRequest } from './SearchTableRequest';
|
|
1278
1288
|
export { SearchTableResponseBody } from './SearchTableResponseBody';
|
|
1279
1289
|
export { SearchTableResponse } from './SearchTableResponse';
|
|
1290
|
+
export { SearchTableAssetKnowledgeRequest } from './SearchTableAssetKnowledgeRequest';
|
|
1291
|
+
export { SearchTableAssetKnowledgeResponseBody } from './SearchTableAssetKnowledgeResponseBody';
|
|
1292
|
+
export { SearchTableAssetKnowledgeResponse } from './SearchTableAssetKnowledgeResponse';
|
|
1280
1293
|
export { SearchTableKnowledgeRequest } from './SearchTableKnowledgeRequest';
|
|
1281
1294
|
export { SearchTableKnowledgeResponseBody } from './SearchTableKnowledgeResponseBody';
|
|
1282
1295
|
export { SearchTableKnowledgeResponse } from './SearchTableKnowledgeResponse';
|